Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Choices Members
Include Protected Members
Include Inherited Members
Represents a list of alternative items to make up an element in a grammar.
The Choices type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Choices() | Initializes a new instance of the Choices class that contains an empty set of alternatives. | |
Choices([]) | Initializes a new instance of the Choices class from an array containing one or more String objects. | |
Choices([]) | Initializes a new instance of the Choices class from an array containing one or more GrammarBuilder objects. |
Top
Methods
Name | Description | |
---|---|---|
Add([]) | Adds an array containing one or more String objects to the set of alternatives. | |
Add([]) | Adds an array containing one or more GrammarBuilder objects to the set of alternatives. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToGrammarBuilder | Returns a GrammarBuilder object from this Choices object. | |
ToString | (inherited from Object) |
Top