ISpeechRecoResultTimes StreamTime Property (SAPI 5.3)
Microsoft Speech API 5.3
Interface: ISpeechRecoResultTimes
StreamTime Property
The StreamTime property returns the time of the stream in Universal Coordinated Time.
This value is zero if a wave file input is used.
Syntax
Set: | (This property is read-only) |
Get: | Variant = ISpeechRecoResultTimes.StreamTime |
Parts
- ISpeechRecoResultTimes
The owning object. - Variant
Set: (This property is read-only)
Get: A Variant type containing the Universal Coordinated Time time of the phrase start for the stream.
Example
Use of the ISpeechRecoResultTimes object is demonstrated in a code example at the end of this section.