ISpeechRecognizerStatus CurrentStreamNumber Property (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform


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.