Microsoft Speech Platform
Interface: ISpeechPhraseElement
AudioSizeBytes Property
The AudioSizeBytes property returns the size, in bytes, of the audio for this element.
Syntax
Set: | (This property is read-only) |
Get: | Long = ISpeechPhraseElement.AudioSizeBytes |
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.