ISpeechPhraseElement DisplayAttributes Property (SAPI 5.4)

Microsoft Speech API 5.4

Interface: ISpeechPhraseElement

DisplayAttributes Property

The DisplayAttributes property returns a set of SpeechDisplayAttributes constants defining information about the display of this word.

Syntax

Set: (This property is read-only)
Get: SpeechDisplayAttributes = ISpeechPhraseElement.DisplayAttributes

Parts

  • ISpeechPhraseElement
    The owning object.
  • SpeechDisplayAttributes
    Set: (This property is read-only)
    Get: One or more SpeechDisplayAttributes constants that gets the value of the property.

Example

Use of the ISpeechPhraseElement is demonstrated in a code example at the end of this section.