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
Int? currentStreamNumber { private set }
Retrieves the number of the text input stream being spoken by the TTS engine.
- inputSentenceLength
Int? inputSentenceLength { private set }
Retrieves the length of the sentence currently being spoken by the TTS engine.
- inputSentencePosition
Int? inputSentencePosition { private set }
Retrieves the position one character prior to the beginning of the sentence currently being spoken by the TTS engine.
- inputWordLength
Int? inputWordLength { private set }
Retrieves the length of the word currently being spoken by the TTS engine.
- inputWordPosition
Int? inputWordPosition { private set }
Retrieves the position one character prior to the beginning of the word currently being spoken by the TTS engine.
- lastBookmark
Str? lastBookmark { private set }
Retrieves the string value of the last bookmark encountered by the TTS engine.
- lastBookmarkId
Int? lastBookmarkId { private set }
Retrieves the ID of the last bookmark encountered by the TTS engine.
- lastHResult
Int? lastHResult { private set }
Retrieves the HResult, or internal status code, from the last Speak or SpeakStream operation performed by the TTS engine.
- lastStreamNumberQueued
Int? lastStreamNumberQueued { private set }
Retrieves the number of the last audio stream spoken by the TTS engine.
- makeFromDispatch
new makeFromDispatch(Dispatch dispatch)
- phonemeId
Int? phonemeId { private set }
Retrieves the ID of the current phoneme being spoken by the TTS engine.
- runningState
SpeechRunState? runningState { private set }
Retrieves the run state of the voice, which indicates whether the voice is speaking or inactive.
- visemeId
Int? visemeId { private set }
Gets the ID of the current viseme being spoken by the TTS engine.