ISpeechRecoResultTimes OffsetFromStart Property (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

Interface: ISpeechRecoResultTimes

OffsetFromStart Property

The OffsetFromStart property returns the time from the start of the stream to the start of the phrase.

It is specified in 100 nanosecond units.

Syntax

Set: (This property is read-only)
Get: Variant = ISpeechRecoResultTimes.OffsetFromStart

Parts

ISpeechRecoResultTimes
The owning object.
Variant
Set: (This property is read-only)
Get: A Variant type containing time offset from the start of the stream.

Remarks

When a recognition occurs with a valid RecoResult, the times can be extracted in order to select data at a later time. For example, using the phrase "variety is the spice of life," the OffsetFromStart position could be 21120 if the user started speaking relatively quickly once the stream began.

Example

Use of the ISpeechRecoResultTimes object is demonstrated in a code example at the end of this section.