Click or drag to resize

SpeechToText Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaReceiverAudioData, AudioFormat
      AudioReceiver
        Ozeki.MediaSpeechToText
          Ozeki.MediaSpeechToTextContinuous
          Ozeki.MediaSpeechToTextVAD

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntax
public abstract class SpeechToText : AudioReceiver

The SpeechToText type exposes the following members.

Constructors
 NameDescription
Protected methodSpeechToText(IEnumerableString)Initializes a new instance of the SpeechToText class
Protected methodSpeechToText(AudioFormat, IEnumerableString)Initializes a new instance of the SpeechToText class
Top
Properties
 NameDescription
Protected propertyBufferStream 
Public propertyChoices 
Public propertyConverterType
(Inherited from AudioReceiver)
Public propertyID
(Inherited from DisposableClass)
Protected propertyIsRecognizing 
Protected propertyLastRecognizedPosition 
Protected propertyLogger 
Public propertyReceiveFormats
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Protected propertyRecognitionStream 
Public propertySpeechEngine 
Protected propertySync 
Top
Methods
 NameDescription
Public methodChangeRecognizer 
Public methodChangeSTTEngine 
Protected methodCheckPrevSegmentCopyLength 
Public methodStatic memberCreateInstance 
Public methodStatic memberCreateInstance(AudioFormat) 
Public methodStatic memberCreateInstance(IEnumerableString) 
Public methodStatic memberCreateInstance(AudioFormat, IEnumerableString) 
Public methodStatic memberCreateInstance(IEnumerableString, WordDetectionMode) 
Public methodStatic memberCreateInstance(AudioFormat, IEnumerableString, WordDetectionMode) 
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the SpeechToText and optionally releases the managed resources
(Overrides DisposableClass.Dispose(Boolean))
Protected methodFinalize
(Inherited from DisposableClass)
Public methodGetRecognizers 
Protected methodOnDataReceived
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Public methodReset 
Protected methodSenderConnected
(Inherited from AudioReceiver)
Protected methodSenderDisconnected
(Inherited from AudioReceiver)
Protected methodSetReceiveFormats
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Protected methodSpeechEngine_RecognitionCompleted 
Protected methodStartRecognition 
Top
Events
 NameDescription
Public eventReceiveFormatsChanged
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Public eventSpeechDetected 
Public eventWordHypothesized 
Public eventWordRecognized 
Top
Fields
 NameDescription
Protected fieldformat 
Top
See Also