ISpeechPhraseElement RetainedSizeBytes Property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechPhraseElement

RetainedSizeBytes Property


The RetainedSizeBytes property returns the size, in bytes, of the element in the retained audio stream.

If the current RecoContext is retaining audio, the value of RetainedSizeBytes will be equal to the value of AudioSizeBytes. If the current RecoContext is not retaining audio, RetainedSizeBytes will be zero.


Syntax

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

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.