SpeechVoiceEvents class enum

The SpeechVoiceEvents enumeration lists the types of events which a text-to-speech (TTS) engine can send to an SpVoice object.

Constructors

SpeechVoiceEvents()

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

SVEAllEvents → const int
Represents all speech voice events.
SVEAudioLevel → const int
Represents the AudioLevel event, which occurs when the engine has completed an audio level change while speaking.
SVEBookmark → const int
Represents the Bookmark event, which occurs when the engine encounters a bookmark while speaking.
SVEEndInputStream → const int
Represents the EndStream event, which occurs when the engine encounters the end of a stream while speaking.
SVEPhoneme → const int
Represents the Phoneme event, which occurs when the engine completes a phoneme while speaking.
SVEPrivate → const int
Represents a private engine event.
SVESentenceBoundary → const int
Represents the SentenceBoundary event, which occurs when the engine completes a sentence while speaking.
SVEStartInputStream → const int
Represents the StartStream event, which occurs when the engine begins speaking a stream.
SVEViseme → const int
Represents the Viseme event, which occurs when the engine completes a viseme while speaking.
SVEVoiceChange → const int
Represents the VoiceChange event, which occurs when the engine encounters a change of Voice while speaking.
SVEWordBoundary → const int
Represents the WordBoundary event, which occurs when the engine completes a word while speaking.