classafFancomSapi::ISpeechRecognizerStatus

sys::Obj
  afFancomSapi::ISpeechRecognizerStatus

Returns the status of the speech recognition (SR) engine represented by the recognizer object.

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

@clsid {BFF9E781-53EC-484E-BB8A-0E1B5551E35C}

audioStatus

Source

ISpeechAudioStatus? audioStatus { private set }

Returns the status of the recognizer's audio output.

clsidEngine

Source

Str? clsidEngine { private set }

Returns the unique identifier associated with the current engine.

currentStreamNumber

Source

Int? currentStreamNumber { private set }

Returns the number of the current recognition stream.

currentStreamPosition

Source

Variant currentStreamPosition { private set }

Returns the recognizer's position in the recognition stream, in bytes.

makeFromDispatch

Source

new makeFromDispatch(Dispatch dispatch)

numberOfActiveRules

Source

Int? numberOfActiveRules { private set }

Returns the current engine's number of active rules.

supportedLanguages

Source

Variant supportedLanguages { private set }

Returns an array containing the languages the active engine supports.