You are reading help file online using chmlib.com
|
The SpeechVoiceSpeakFlags enumeration lists flags that control the SpVoice.Speak method.
Enum SpeechVoiceSpeakFlags
'SpVoice flags
SVSFDefault = 0
SVSFlagsAsync = 1
SVSFPurgeBeforeSpeak = 2
SVSFIsFilename = 4
SVSFIsXML = 8
SVSFIsNotXML = 16
SVSFPersistXML = 32
'Normalizer flags
SVSFNLPSpeakPunc = 64
'Masks
SVSFNLPMask = 64
SVSFVoiceMask = 127
SVSFUnusedFlags = -128
End Enum
You are reading help file online using chmlib.com
|