You are reading help file online using chmlib.com
|
The SpeechDiscardType enumeration lists flags indicating portions of a recognition result to be removed or eliminated once they are no longer needed.
Enum SpeechDiscardType
SDTProperty = 1
SDTReplacement = 2
SDTRule = 4
SDTDisplayText = 8
SDTLexicalForm = 16
SDTPronunciation = 32
SDTAudio = 64
SDTAlternates = 128
SDTAll = 255
End Enum
You are reading help file online using chmlib.com
|