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