RecognizedPhrase Properties

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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

See Also