Share via


ISpeechPhraseInfo Properties Property (SAPI 5.3)

Microsoft Speech API 5.3

Interface: ISpeechPhraseInfo

Properties Property

The Properties property returns the root property for the result.

Syntax

Set: (This property is read-only)
Get: ISpeechPhraseProperties = ISpeechPhraseInfo.Properties

Parts

  • ISpeechPhraseInfo
    The owning object.
  • ISpeechPhraseProperties
    Set: (This property is read-only)
    Get: An ISpeechPhraseProperties interface for the properties.

Remarks

If the recognition result does not have an associated property, the Property will have a value of Nothing.

Example

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