ISpeechRecognizerStatus CurrentStreamNumber Property (SAPI 5.3)
Microsoft Speech API 5.3
Interface: ISpeechRecognizerStatus
CurrentStreamNumber Property
The CurrentStreamNumber property returns the number of the current recognition stream.
Syntax
Set: | (This property is read-only) |
Get: | Long = ISpeechRecognizerStatus.CurrentStreamNumber |
Parts
- ISpeechRecognizerStatus
The owning object. - Long
Set: (This property is read-only)
Get: A Long variable which gets the property.
Example
For an example of the use of the CurrentStreamNumber property, see the code example in the Recognizer Status property section.