Share via


ISpeechPhraseInfo LanguageId Property (SAPI 5.4)

Microsoft Speech API 5.4

Interface: ISpeechPhraseInfo

LanguageId Property

The LanguageId property returns the language ID for the phrase elements.

Syntax

Set: (This property is read-only)
Get: Long = ISpeechPhraseInfo.LanguageId

Parts

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

Example

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