Microsoft Speech Platform
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.