You are reading help file online using chmlib.com
|
The SpeechWordPronounceable enumeration lists the possible return values from the IsPronounceable method of the ISpeechRecoGrammar interface.
Enum SpeechWordPronounceable
SWPUnknownWordUnpronounceable = 0
SWPUnknownWordPronounceable = 1
SWPKnownWordPronounceable = 2
End Enum
You are reading help file online using chmlib.com
|