RecognitionResult Members

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Contains detailed information about input that was recognized by instances of SpeechRecognitionEngine or DtmfRecognitionEngine.

The RecognitionResult type exposes the following members.

Properties

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

Methods

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

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodISerializable..::..GetObjectDataPopulates a SerializationInfo instance with the data needed to serialize the target object.
Top

See Also