SPEAKFLAGS class

Constructors

SPEAKFLAGS()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

SPF_ASYNC → const int
Specifies that the Speak call should be asynchronous. That is, it will return immediately after the speak request is queued.
SPF_DEFAULT → const int
Specifies that the default settings should be used.
SPF_IS_FILENAME → const int
The string passed to ISpVoice::Speak is a file name, and the file text should be spoken.
SPF_IS_NOT_XML → const int
The input text will not be parsed for XML markup.
SPF_IS_XML → const int
The input text will be parsed for XML markup.
SPF_NLP_SPEAK_PUNC → const int
Punctuation characters should be expanded into words (for example, "This is a sentence." would become "This is a sentence period").
SPF_PARSE_AUTODETECT → const int
The TTS XML format is auto-detected. This is the default if none of these TTS XML format values are present in the bit-field.
SPF_PARSE_SAPI → const int
Force XML parsing As MS SAPI.
SPF_PARSE_SSML → const int
Force XML parsing As W3C SSML.
SPF_PERSIST_XML → const int
Global state changes in the XML markup will persist across speak calls.
SPF_PURGEBEFORESPEAK → const int
Purges all pending speak requests prior to this speak call.