You are reading help file online using chmlib.com
|
The SpeechDisplayAttributes enumeration lists the possible ways of displaying a word.
Used by ISpeechPhraseReplacement.DisplayAttributes and ISpeechPhraseElement.DisplayAttributes to retrieve SpeechDisplayAttributes for the recognition. This property cannot be set and it is determined by the particular engine and is specific for the language.
Enum SpeechDisplayAttributes
SDA_No_Trailing_Space = 0
SDA_One_Trailing_Space = 2
SDA_Two_Trailing_Spaces = 4
SDA_Consume_Leading_Spaces = 8
End Enum
You are reading help file online using chmlib.com
|