RecognitionResult Members

Represents the result of recognition engine on audio input as detailed information about the best candidate phrases matching phrase, and a list of all candidate matching phrases.

The following tables list the members exposed by the RecognitionResult type.

Public Properties

  Name Description
Dd167268.pubproperty(en-us,office.13).gif Alternates Gets the collection of alternate recognitions.
Dd167268.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.
Dd167268.pubproperty(en-us,office.13).gif Confidence  Returns the measure of certainty for a RecognizedPhrase returned by a recognition engine. (inherited from RecognizedPhrase)
Dd167268.pubproperty(en-us,office.13).gif Grammar  Returns the Grammar used by a recognition engine to return the current RecognizedPhrase. (inherited from RecognizedPhrase)
Dd167268.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)
Dd167268.pubproperty(en-us,office.13).gif Homophones  Returns a collection of homophones for the current recognized phrase. (inherited from RecognizedPhrase)
Dd167268.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)
Dd167268.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)
Dd167268.pubproperty(en-us,office.13).gif Text  Returns the normalized text obtained by a recognition engine from audio input. (inherited from RecognizedPhrase)
Dd167268.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)

Top

Public Methods

(see also Protected Methods )

  Name Description
Dd167268.pubmethod(en-us,office.13).gif ConstructSmlFromSemantics  Constructs an object containing a valid Semantic Markup Language (SML) based description of the semantics of a Grammar used to obtain the current instance of RecognizedPhrase. (inherited from RecognizedPhrase)
Dd167268.pubmethod(en-us,office.13).gif Equals  Overloaded. (inherited from Object )
Dd167268.pubmethod(en-us,office.13).gif GetHashCode  (inherited from Object )
Dd167268.pubmethod(en-us,office.13).gif GetType  (inherited from Object )
Dd167268.pubmethod(en-us,office.13).gifDd167268.static(en-us,office.13).gif ReferenceEquals  (inherited from Object )
Dd167268.pubmethod(en-us,office.13).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Dd167268.protmethod(en-us,office.13).gif Finalize  (inherited from Object )
Dd167268.protmethod(en-us,office.13).gif MemberwiseClone  (inherited from Object )

Top

Explicit Interface Implementations

  Name Description
System.Runtime.Serialization.ISerializable.GetObjectData  

Top

See Also

Reference

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