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
Public method SemanticResultValue(Object) Initializes a new instance of the SemanticResultValue class and specifies a semantic value.
Public method SemanticResultValue(String, Object) Initializes a new instance of the SemanticResultValue class and associates a semantic value with a String object.
Public method SemanticResultValue(GrammarBuilder, Object) Initializes a new instance of the SemanticResultValue class and associates a semantic value with a GrammarBuilder object.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToGrammarBuilder Returns an instance of GrammarBuilder constructed from the current SemanticResultValue instance.
Public method ToString (inherited from Object)

Top

See Also

Reference

SemanticResultValue Class

Microsoft.Speech.Recognition Namespace