Share via


ISpeechPhraseProperty NumberOfElements Property (SAPI 5.3)

Microsoft Speech API 5.3

Interface: ISpeechPhraseProperty

NumberOfElements Property

The NumberOfElements property returns the number of spoken elements spanned by this property.

Syntax

Set: (This property is read-only)
Get: Long = ISpeechPhraseProperty.NumberOfElements

Parts

  • ISpeechPhraseProperty
    The owning object.
  • Long
    Set: (This property is read-only)
    Get: A Long variable that gets the property.

Example

See the example for ISpeechPhraseProperty.FirstElement for a complete example.