Click or drag to resize

ISpeechToText Interface

Interface for speech-to-text engine.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public interface ISpeechToText

The ISpeechToText type exposes the following members.

Properties
 NameDescription
Public propertyInitialized Gets a boolean value indicating whether the speech engine initialized successfully.
Public propertyName Gets the name of the speech-to-text engine.
Public propertyRecognizerInfo Gets the information about of the selected recognizer.
Top
Methods
 NameDescription
Public methodChangeRecognizer Changes the language of the recognizer in the speech-to-text engine.
Public methodDispose Disposes the speech-to-text engine.
Public methodGetRecognizers Retrieves the available speech recognizers.
Public methodInit Initializes the speech engine with the specified audio format.
Public methodStartRecognition Starts recognizing the words.
Public methodStopRecognition Stops the recognition process.
Top
Events
 NameDescription
Public eventRecognitionCompleted Occurs when the speech engine finished processing one segment of the audio.
Public eventSpeechDetected Occurs when speech is detected from the audio stream.
Public eventWordHypothesized Occurs when some words are recognized hypothetically from the audio stream.
Public eventWordRecognized Occurs when some words are recognized from the audio stream.
Top
See Also