Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
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.