ISpeechPhraseAlternate StartElementInResult Property (SAPI 5.3)
Microsoft Speech API 5.3
Interface: ISpeechPhraseAlternate
StartElementInResult Property
The StartElementInResult property specifies the starting phrase element of the alternate's parent ISpeechRecoResult object.
Syntax
Set: | (This property is read-only) |
Get: | Long = ISpeechPhraseAlternate.StartElementInResult |
Parts
- ISpeechPhraseAlternate
The owning object. - Long
Set: (This property is read-only)
Get: A Long variable that gets the starting element.
Example
Use of the ISpeechPhraseAlternate object is demonstrated in a code example at the end of this section.