ISpeechPhraseElement AudioSizeTime Property (SAPI 5.3)

Microsoft Speech API 5.3

Interface: ISpeechPhraseElement

AudioSizeTime Property

The AudioSizeTime property returns the length of the element in 100-nanosecond units.

Syntax

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

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.