Microsoft Speech Platform
Interface: ISpeechPhraseAlternate
NumberOfElementsInResult Property
The NumberOfElementsInResult property returns the count of phrase elements in the alternate's parent ISpeechRecoResult object.
Syntax
Set: | (This property is read-only) |
Get: | Long = ISpeechPhraseAlternate.NumberOfElementsInResult |
Parts
- ISpeechPhraseAlternate
- The owning object.
- Long
-
Set: (This property is read-only)
Get: A Long variable that gets the value of the property.
Example
Use of the ISpeechPhraseAlternate object is demonstrated in a code example at the end of this section.