ISpeechPhraseReplacement Text Property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechPhraseReplacement

Text Property


The Text property returns the text of the replacement.

The phrase elements replaced are contained in the same recognition result that contains the phrase replacement. The Text property is the replacement for the number of phrase elements in the NumberOfElements property, beginning with the element specified in the FirstElement property.

Syntax

Set: (This property is read-only)
Get: String = ISpeechPhraseReplacement.Text

Parts

ISpeechPhraseReplacement
The owning object.
String
Set: (This property is read-only)
Get: A String variable representing the value of the property.

Example

Use of the Text property is demonstrated in a code example at the end of this section.