ISpeechPhraseElement Pronunciation Property (SAPI 5.4)

Microsoft Speech API 5.4

Interface: ISpeechPhraseElement

Pronunciation Property

The Pronunciation property returns the pronunciation of the element as phonemes.

Syntax

Set: (This property is read-only)
Get: Variant = ISpeechPhraseElement.Pronunciation

Parts

  • ISpeechPhraseElement
    The owning object.
  • Variant
    Set: (This property is read-only)
    Get: A Variant 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.