SemanticResultKey Members
From Microsoft Speech Platform SDK 11
Associates a key string with SemanticResultValue values to define the SemanticValue objects.
The SemanticResultKey type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SemanticResultKey(String, array<GrammarBuilder>[]()[][]) | Assigns a semantic key to one or more GrammarBuilder objects used to create a speech recognition grammar. | |
| SemanticResultKey(String, array<String>[]()[][]) | Assigns a semantic key to one or more String instances used to create a speech recognition grammar. |
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.) |