Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SemanticResultValue Members
Include Protected Members
Include Inherited Members
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. |
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 SemanticResultValue instance. | |
ToString | (inherited from Object) |
Top