ISpeechRecoResultDispatch PhraseInfo Property (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

Interface: ISpeechRecoResultDispatch

PhraseInfo Property

The PhraseInfo property returns an ISpeechPhraseInfo interface whose properties contain or whose methods can access detailed information about the last recognized phrase.

ISpeechPhraseInfo members return read-only data about timing for the phrase and audio stream, elements (words and phrases) in the recognized phrase, and grammar and grammar rules information. This interface is used to examine the recognition information. It is also used by other calls such as ISpeechRecoResultDispatch.PhraseInfo.GetText to retrieve the phrase text.

Syntax

Set: (This property is read-only)
Get: ISpeechPhraseInfo = ISpeechRecoResultDispatch.PhraseInfo

Parts

ISpeechRecoResultDispatch
The owning object.
ISpeechPhraseInfo
Set: (This property is read-only)
Get: An ISpeechPhraseInfo variable that gets the property.