ISpeechRecoResultTimes StreamTime Property (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

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.