SVSFDefault top-level constant
int
const SVSFDefault
Specifies that the default settings should be used. The defaults are:
- To speak the given text string synchronously (override with SVSFlagsAsync),
- Not to purge pending speak requests (override with SVSFPurgeBeforeSpeak),
- To parse the text as XML only if the first character is a left-angle-bracket (override with SVSFIsXML or SVSFIsNotXML),
- Not to persist global XML state changes across speak calls (override with SVSFPersistXML), and
- Not to expand punctuation characters into words (override with SVSFNLPSpeakPunc).
Implementation
const SVSFDefault = 0;