SemanticResultKey Members

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Associates a key string with SemanticResultValue values to define the SemanticValue objects.

The SemanticResultKey type exposes the following members.

Constructors

  NameDescription
Public methodSemanticResultKey(String, array<GrammarBuilder>[]()[][])Assigns a semantic key to one or more GrammarBuilder objects used to create a speech recognition grammar.
Public methodSemanticResultKey(String, array<String>[]()[][])Assigns a semantic key to one or more String instances used to create a speech recognition grammar.
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 SemanticResultKey instance.
Public methodToString (Inherited from Object.)
Top

See Also