Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SemanticResultKey Members
Include Protected Members
Include Inherited Members
Associates a key string with SemanticResultValue values to define the SemanticValue objects.
The SemanticResultKey type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SemanticResultKey(String, []) | Assigns a semantic key to one or more GrammarBuilder objects used to create a speech recognition grammar. | |
SemanticResultKey(String, []) | Assigns a semantic key to one or more String instances used to create a speech recognition grammar. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToGrammarBuilder | Returns an instance of GrammarBuilder constructed from the current SemanticResultKey instance. | |
ToString | (inherited from Object) |
Top