ISpeechPhraseRule FirstElement Property (SAPI 5.3)

Microsoft Speech API 5.3

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.