SemanticResultValue Members
From Microsoft Speech Platform SDK 11
Represents a semantic value and optionally associates the value with a component of a speech recognition grammar.
The SemanticResultValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SemanticResultValue(Object) | Initializes a new instance of the SemanticResultValue class and specifies a semantic value. | |
| SemanticResultValue(String, Object) | Initializes a new instance of the SemanticResultValue class and associates a semantic value with a String object. | |
| SemanticResultValue(GrammarBuilder, Object) | Initializes a new instance of the SemanticResultValue class and associates a semantic value with a GrammarBuilder object. |
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 SemanticResultValue instance. | |
| ToString | (Inherited from Object.) |