ISpeechPhraseInfo EngineId Property (SAPI 5.4)

Microsoft Speech API 5.4

Interface: ISpeechPhraseInfo

EngineId Property

The EngineId property returns a string containing the GUID of the engine recognizing this phrase.

Syntax

Set: (This property is read-only)
Get: String = ISpeechPhraseInfo.EngineId

Parts

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

Example

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