Share via


ISpeechPhraseInfo AudioSizeTime Property (SAPI 5.3)

Microsoft Speech API 5.3

Interface: ISpeechPhraseInfo

AudioSizeTime Property

The AudioSizeTime property returns the phrase audio length in 100-nanosecond units.

Syntax

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

Parts

  • ISpeechPhraseInfo
    The owning object.
  • Long
    Set: (This property is read-only)
    Get: A Long variable containing the phrase audio length.

Example

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