Click or drag to resize
SpeechToTextContinuous Class
Can recognize words from an audio stream. The engine detects words real-time, but the detection is a bit inacurate.
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class SpeechToTextContinuous : SpeechToText

The SpeechToTextContinuous type exposes the following members.

Constructors
Methods
  NameDescription
Public methodChangeRecognizer
Changes the language of the recognizer in the speech-to-text engine.
(Inherited from SpeechToText.)
Public methodChangeSTTEngine (Inherited from SpeechToText.)
Protected methodCheckPrevSegmentCopyLength (Overrides SpeechToTextCheckPrevSegmentCopyLength.)
Public methodDispose
Disposes the object.
(Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Disposes the object.
(Inherited from SpeechToText.)
Protected methodFinalize
(Inherited from DisposableClass.)
Public methodGetRecognizers
Retrieves the available speech recognizers.
(Inherited from SpeechToText.)
Protected methodOnDataReceived (Overrides AbstractMediaReceiverTData, TFormatOnDataReceived(Object, TData).)
Public methodReset
Resets the state of the speech-to-text.
(Inherited from SpeechToText.)
Protected methodSenderConnected (Inherited from AudioReceiver.)
Protected methodSenderDisconnected (Inherited from AudioReceiver.)
Protected methodSetReceiveFormats
Sets the audio formats that the audio handler can receive. If no audio format specified, all formats are supported.
(Inherited from AbstractMediaReceiverTData, TFormat.)
Protected methodSpeechEngine_RecognitionCompleted (Inherited from SpeechToText.)
Protected methodStartRecognition (Overrides SpeechToTextStartRecognition.)
Top
Fields
  NameDescription
Protected fieldformat (Inherited from SpeechToText.)
Top
Properties
  NameDescription
Protected propertyBufferStream (Inherited from SpeechToText.)
Public propertyChoices
Gets the words that can be recognized by the speech engine.
(Inherited from SpeechToText.)
Public propertyConverterType (Inherited from AudioReceiver.)
Public propertyID (Inherited from DisposableClass.)
Protected propertyIsRecognizing (Inherited from SpeechToText.)
Protected propertyLastRecognizedPosition (Inherited from SpeechToText.)
Protected propertyLogger (Inherited from SpeechToText.)
Public propertyCode exampleMaxAudioSegmentLength
Gets the maximum length of an audio segment. That segment will be used bye the STT engine when detecting words (in milliseconds).
Public propertyMinAudioSegmentLength
Gets the minimum length of an audio segment. That segment will be used by the STT engine when detecting words (in milliseconds).
Public propertyReceiveFormats
Gets a list of media formats that the media handler can handle. If no media format specified, all formats are supported.
(Inherited from AbstractMediaReceiverTData, TFormat.)
Protected propertyRecognitionStream (Inherited from SpeechToText.)
Public propertySpeechEngine
Gets the underlying speech-to-text engine that will be used for word detection.
(Inherited from SpeechToText.)
Protected propertySync (Inherited from SpeechToText.)
Top
Events
  NameDescription
Public eventReceiveFormatsChanged
Occurs when an item is added or removed from the ReceiveFormats collection.
(Inherited from AbstractMediaReceiverTData, TFormat.)
Public eventSpeechDetected
Occurs when speech is detected from the audio stream.
(Inherited from SpeechToText.)
Public eventWordHypothesized
Occurs when some words are recognized hypothetically from the audio stream.
(Inherited from SpeechToText.)
Public eventWordRecognized
Occurs when some words are recognized from the audio stream.
(Inherited from SpeechToText.)
Top
See Also