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.3
Interface: ISpeechPhraseElement
AudioStreamOffset Property
The AudioStreamOffset property returns the starting offset of the element, in bytes, relative to the start of the phrase in the original input stream.
Syntax
| Set: | (This property is read-only) |
| Get: | Long = ISpeechPhraseElement.AudioStreamOffset |
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.