SemanticResultValue Members

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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

  NameDescription
Public methodSemanticResultValue(Object)Initializes a new instance of the SemanticResultValue class and specifies a semantic value.
Public methodSemanticResultValue(String, Object)Initializes a new instance of the SemanticResultValue class and associates a semantic value with a String object.
Public methodSemanticResultValue(GrammarBuilder, Object)Initializes a new instance of the SemanticResultValue class and associates a semantic value with a GrammarBuilder object.
Top

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToGrammarBuilderReturns an instance of GrammarBuilder constructed from the current SemanticResultValue instance.
Public methodToString (Inherited from Object.)
Top

See Also