Microsoft Speech Platform
Interface: ISpeechPhraseInfo
Replacements Property
The Replacements property returns possible text replacements.
Syntax
Set: | (This property is read-only) |
Get: | ISpeechPhraseReplacements = ISpeechPhraseInfo.Replacements |
Parts
- ISpeechPhraseInfo
- The owning object.
- ISpeechPhraseReplacements
-
Set: (This property is read-only)
Get: An ISpeechPhraseReplacements interface for the replacements.
Example
Use of the ISpeechPhraseInfo object is demonstrated in a code example at the end of this section.