Back to Devexpress

NusaCommandSet Interface

aspnetcore-js-devexpress-dot-richedit-8c9caa16.md

latest884 B
Original Source

NusaCommandSet Interface

Declares settings of a command set for the Nuance SpeechKit.

Declaration

ts
export interface NusaCommandSet

Properties

commands Property

Lists commands that are contained in the current set.

Declaration

ts
commands: NusaCommand[]

Property Value

TypeDescription
NusaCommand[]

An array of commands.

|

description Property

Specifies the command set description.

Declaration

ts
description: string

Property Value

TypeDescription
string

The description text.

|

title Property

Specifies the command set title.

Declaration

ts
title: string

Property Value

TypeDescription
string

The title.

|