classafFancomSapi::ISpeechVoiceStatus

sys::Obj
  afFancomSapi::ISpeechVoiceStatus

Defines the types of information returned by the SpVoice.Status method.

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

@clsid {8BE47B07-57F6-11D2-9EEE-00C04F797396}

currentStreamNumber

Source

Int? currentStreamNumber { private set }

Retrieves the number of the text input stream being spoken by the TTS engine.

inputSentenceLength

Source

Int? inputSentenceLength { private set }

Retrieves the length of the sentence currently being spoken by the TTS engine.

inputSentencePosition

Source

Int? inputSentencePosition { private set }

Retrieves the position one character prior to the beginning of the sentence currently being spoken by the TTS engine.

inputWordLength

Source

Int? inputWordLength { private set }

Retrieves the length of the word currently being spoken by the TTS engine.

inputWordPosition

Source

Int? inputWordPosition { private set }

Retrieves the position one character prior to the beginning of the word currently being spoken by the TTS engine.

lastBookmark

Source

Str? lastBookmark { private set }

Retrieves the string value of the last bookmark encountered by the TTS engine.

lastBookmarkId

Source

Int? lastBookmarkId { private set }

Retrieves the ID of the last bookmark encountered by the TTS engine.

lastHResult

Source

Int? lastHResult { private set }

Retrieves the HResult, or internal status code, from the last Speak or SpeakStream operation performed by the TTS engine.

lastStreamNumberQueued

Source

Int? lastStreamNumberQueued { private set }

Retrieves the number of the last audio stream spoken by the TTS engine.

makeFromDispatch

Source

new makeFromDispatch(Dispatch dispatch)

phonemeId

Source

Int? phonemeId { private set }

Retrieves the ID of the current phoneme being spoken by the TTS engine.

runningState

Source

SpeechRunState? runningState { private set }

Retrieves the run state of the voice, which indicates whether the voice is speaking or inactive.

visemeId

Source

Int? visemeId { private set }

Gets the ID of the current viseme being spoken by the TTS engine.