classafFancomSapi::ISpeechRecoResult

sys::Obj
  afFancomSapi::ISpeechRecoResult

Returns information about a recognition attempt.

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

@clsid {ED2879CF-CED9-4EE6-A534-DE0191D5468D}

alternates

Source

ISpeechPhraseAlternates? alternates(Int? requestCount, Int? startElement := (Int?)0, Int? elements := (Int?)-1)

Returns a list of alternative words.

audio

Source

SpMemoryStream? audio(Int? startElement := (Int?)0, Int? elements := (Int?)-1)

Creates an audio stream from the audio data in the result object.

audioFormat

Source

SpAudioFormat? audioFormat

Gets or sets the audio stream format.

discardResultInfo

Source

Void discardResultInfo(SpeechDiscardType? valueTypes)

Discards the requested data from a phrase object.

makeFromDispatch

Source

new makeFromDispatch(Dispatch dispatch)

phraseInfo

Source

ISpeechPhraseInfo? phraseInfo { private set }

Returns an ISpeechPhraseInfo structure containing detailed information about the last recognized phrase.

recoContext

Source

ISpeechRecoContext? recoContext { private set }

Retrieves the current ISpeechRecoContext for the recognizer.

saveToMemory

Source

Variant saveToMemory()

Saves the phrase portion of the recognition result to memory.

speakAudio

Source

Int? speakAudio(Int? startElement := (Int?)0, Int? elements := (Int?)-1, SpeechVoiceSpeakFlags? flags := SpeechVoiceSpeakFlags.SVSFDefault)

Plays the audio sequence containing the recognized phrase.

Returns the stream number.

times

Source

ISpeechRecoResultTimes? times { private set }

Retrieves the time information associated with the result.

toISpeechRecoResult2

Source

ISpeechRecoResult2 toISpeechRecoResult2()

toISpeechXMLRecoResult

Source

ISpeechXMLRecoResult toISpeechXMLRecoResult()