ISpeechPhraseElement AudioTimeOffset Property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechPhraseElement

AudioTimeOffset Property


The AudioTimeOffset property returns the starting offset of the element in 100-nanosecond units relative to the start of the phrase.

Syntax

Set: (This property is read-only)
Get: Long = ISpeechPhraseElement.AudioTimeOffset

Parts

ISpeechPhraseElement
The owning object.
Long
Set: (This property is read-only)
Get: A Long variable that gets the value of the property.

Example

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