classafFancomSapi::ISpeechPhraseAlternate
sys::Obj afFancomSapi::ISpeechPhraseAlternate
Enables applications to retrieve alternate phrase information from a speech recognition (SR) engine, and to update the SR engine's language model to reflect committed alternate changes.
http://msdn.microsoft.com/en-us/library/ee125327%28v=vs.85%29.aspx
@clsid {27864A2A-2B9F-4CB8-92D3-0D2722FD1E73}
- commit
Void commit()
Specifies that the alternate recognition should replace the recognition selected by the SR engine.
- makeFromDispatch
new makeFromDispatch(Dispatch dispatch)
- numberOfElementsInResult
Int? numberOfElementsInResult { private set }
Returns the count of phrase elements in the alternate's parent ISpeechRecoResult object.
- phraseInfo
ISpeechPhraseInfo? phraseInfo { private set }
Returns the ISpeechPhraseInfo object of the alternate's parent ISpeechRecoResult object.
- recoResult
ISpeechRecoResult? recoResult { private set }
Returns the alternate's parent ISpeechRecoResult object.
- startElementInResult
Int? startElementInResult { private set }
Specifies the starting phrase element of the alternate's parent ISpeechRecoResult object.