RecognizedPhrase Properties

Public Properties

  Name Description
Dd167343.pubproperty(en-us,office.13).gif Confidence
Returns the measure of certainty for a RecognizedPhrase returned by a recognition engine.
Dd167343.pubproperty(en-us,office.13).gif Grammar
Returns the Grammar used by a recognition engine to return the current RecognizedPhrase.
Dd167343.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.
Dd167343.pubproperty(en-us,office.13).gif Homophones
Returns a collection of homophones for the current recognized phrase.
Dd167343.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.
Dd167343.pubproperty(en-us,office.13).gif Semantics
Returns the any of semantic logic of a Grammar that was used to return a RecognizedPhrase.
Dd167343.pubproperty(en-us,office.13).gif Text
Returns the normalized text obtained by a recognition engine from audio input.
Dd167343.pubproperty(en-us,office.13).gif Words
Returns text obtained from audio input from a recognition engine as a ReadOnlyCollection of RecognizedWordUnit instances.

See Also

Reference

RecognizedPhrase Class
Microsoft.Speech.Recognition Namespace
RecognitionResult Class
RecognizedWordUnit