RecognitionResult Properties

Public Properties

  Name Description
Dd146961.pubproperty(en-us,office.13).gif Alternates
Gets the collection of alternate recognitions.
Dd146961.pubproperty(en-us,office.13).gif Audio
A read-only property containing detailed information about the entire audio input used with the current recognition operation.
Dd146961.pubproperty(en-us,office.13).gif Confidence 
Returns the measure of certainty for a RecognizedPhrase returned by a recognition engine.
(inherited from RecognizedPhrase )
Dd146961.pubproperty(en-us,office.13).gif Grammar 
Returns the Grammar used by a recognition engine to return the current RecognizedPhrase.
(inherited from RecognizedPhrase )
Dd146961.pubproperty(en-us,office.13).gif HomophoneGroupId 
Returns the identifier for the group from which the homophones available on an instance of RecognizedPhrase are derived.
(inherited from RecognizedPhrase )
Dd146961.pubproperty(en-us,office.13).gif Homophones 
Returns a collection of homophones for the current recognized phrase.
(inherited from RecognizedPhrase )
Dd146961.pubproperty(en-us,office.13).gif ReplacementWordUnits 
Returns information about the location and content of text originally recognized and then replaced by text normalization when a recognition engine creates the value of the Text property on an instance of RecognizedPhrase.
(inherited from RecognizedPhrase )
Dd146961.pubproperty(en-us,office.13).gif Semantics 
Returns the any of semantic logic of a Grammar that was used to return a RecognizedPhrase.
(inherited from RecognizedPhrase )
Dd146961.pubproperty(en-us,office.13).gif Text 
Returns the normalized text obtained by a recognition engine from audio input.
(inherited from RecognizedPhrase )
Dd146961.pubproperty(en-us,office.13).gif Words 
Returns text obtained from audio input from a recognition engine as a ReadOnlyCollection of RecognizedWordUnit instances.
(inherited from RecognizedPhrase )

See Also

Reference

RecognitionResult Class
Microsoft.Speech.Recognition Namespace
RecognitionEventArgs Class
RecognizedPhrase
SpeechHypothesized
SpeechRecognized
SpeechRecognitionRejected
SpeechHypothesized
SpeechRecognized
SpeechRecognitionRejected
Grammar.SpeechRecognized Event