ISpeechPhraseReplacement NumberOfElements Property (SAPI 5.3)
Microsoft Speech API 5.3
Interface: ISpeechPhraseReplacement
NumberOfElements Property
The NumberOfElements property returns the number of elements to replaced.
The phrase elements replaced are contained in the same recognition result that contains the phrase replacement.
Syntax
Set: | (This property is read-only) |
Get: | Long = ISpeechPhraseReplacement.NumberOfElements |
Parts
- ISpeechPhraseReplacement
The owning object. - Long
Set: (This property is read-only)
Get: A Long variable that gets the property.
Example
Use of the NumberOfElements property is demonstrated in a code example at the end of this section.