const classafFancomSapi::SpeechVoiceEvents

sys::Obj
  afFancom::Flag
    afFancomSapi::SpeechVoiceEvents

@Serializable

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

http://msdn.microsoft.com/en-us/library/ee125220%28v=vs.85%29.aspx

SVEAllEvents

Source

const static SpeechVoiceEvents SVEAllEvents := ...

Represents all speech voice events.

Value is 33790 (0x83FE)

SVEAudioLevel

Source

const static SpeechVoiceEvents SVEAudioLevel := ...

Represents the AudioLevel event, which occurs when the engine has completed an audio level change while speaking.

Value is 512 (0x200)

SVEBookmark

Source

const static SpeechVoiceEvents SVEBookmark := ...

Represents the Bookmark event, which occurs when the engine encounters a bookmark while speaking.

Value is 16 (0x10)

SVEEndInputStream

Source

const static SpeechVoiceEvents SVEEndInputStream := ...

Represents the EndStream event, which occurs when the engine encounters the end of a stream while speaking.

Value is 4 (0x4)

SVEPhoneme

Source

const static SpeechVoiceEvents SVEPhoneme := ...

Represents the Phoneme event, which occurs when the engine completes a phoneme while speaking.

Value is 64 (0x40)

SVEPrivate

Source

const static SpeechVoiceEvents SVEPrivate := ...

Represents a private engine event.

Value is 32768 (0x8000)

SVESentenceBoundary

Source

const static SpeechVoiceEvents SVESentenceBoundary := ...

Represents the SentenceBoundary event, which occurs when the engine completes a sentence while speaking.

Value is 128 (0x80)

SVEStartInputStream

Source

const static SpeechVoiceEvents SVEStartInputStream := ...

Represents the StartStream event, which occurs when the engine begins speaking a stream.

Value is 2 (0x2)

SVEViseme

Source

const static SpeechVoiceEvents SVEViseme := ...

Represents the Viseme event, which occurs when the engine completes a viseme while speaking.

Value is 256 (0x100)

SVEVoiceChange

Source

const static SpeechVoiceEvents SVEVoiceChange := ...

Represents the VoiceChange event, which occurs when the engine encounters a change of Voice while speaking.

Value is 8 (0x8)

SVEWordBoundary

Source

const static SpeechVoiceEvents SVEWordBoundary := ...

Represents the WordBoundary event, which occurs when the engine completes a word while speaking.

Value is 32 (0x20)

make

Source

new make(|This? f := null)

makeFromDefinition

Source

new makeFromDefinition(Int flag, Str? name := null)

makeFromVariant

Source

new makeFromVariant(Variant variant)