ISpeechPhraseRule FirstElement Property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechPhraseRule

FirstElement Property


The FirstElement property returns the audio stream offset of the first phrase element in the recognition result matched by the rule.


Syntax

Set: (This property is read-only)
Get: Long = ISpeechPhraseRule.FirstElement

Parts

ISpeechPhraseRule
The owning object.
Long
Set: (This property is read-only)
Get: A Long variable that gets the audio stream offset of the first element.

Example

For an example of the use of the FirstElement property, see the code example at the end of this section.