RecognizedPhrase Members

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Contains detailed information, generated by the speech recognition engine, about the recognized input.

The RecognizedPhrase type exposes the following members.

Properties

  NameDescription
Public propertyConfidenceGets a value, assigned by the recognizer, that represents the likelihood that a RecognizedPhrase matches a given input.
Public propertyGrammarGets the Grammar object that the speech recognizer used to return the RecognizedPhrase.
Public propertyHomophoneGroupIdInfrastructure. Gets the identifier for the homophone group for the phrase.
Public propertyHomophonesGets a collection of the recognition alternates that have the same pronunciation as this recognized phrase.
Public propertyReplacementWordUnitsGets information about the text that the speech recognizer changed as part of speech-to-text normalization.
Public propertySemanticsGets the semantic information that is associated with the recognized phrase.
Public propertyTextGets the normalized text generated by a speech recognition engine from recognized input.
Public propertyWordsGets the words generated by a speech recognizer from recognized input.
Top

Methods

  NameDescription
Public methodConstructSmlFromSemanticsReturns a semantic markup language (SML) document for the semantic information in the RecognizedPhrase object.
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 methodToString (Inherited from Object.)
Top

See Also