Click or drag to resize

SpeechToTextVAD Class

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

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

The SpeechToTextVAD type exposes the following members.

Constructors
 NameDescription
Public methodSpeechToTextVAD(IEnumerableString)Initializes a new instance of the SpeechToTextVAD class
Public methodSpeechToTextVAD(AudioFormat, IEnumerableString)Initializes a new instance of the SpeechToTextVAD class
Top
Properties
 NameDescription
Protected propertyBufferStream
(Inherited from SpeechToText)
Public propertyChoices
(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 propertyReceiveFormats
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Protected propertyRecognitionStream
(Inherited from SpeechToText)
Public propertySilenceLength 
Public propertySpeechEngine
(Inherited from SpeechToText)
Protected propertySync
(Inherited from SpeechToText)
Top
Methods
 NameDescription
Public methodChangeRecognizer
(Inherited from SpeechToText)
Public methodChangeSTTEngine
(Inherited from SpeechToText)
Protected methodCheckPrevSegmentCopyLength
(Overrides SpeechToTextCheckPrevSegmentCopyLength)
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the SpeechToTextVAD and optionally releases the managed resources
(Overrides SpeechToTextDispose(Boolean))
Protected methodFinalize
(Inherited from DisposableClass)
Public methodGetRecognizers
(Inherited from SpeechToText)
Protected methodOnDataReceived
(Overrides AbstractMediaReceiver.OnDataReceived(Object, UTP))
Public methodReset
(Inherited from SpeechToText)
Protected methodSenderConnected
(Inherited from AudioReceiver)
Protected methodSenderDisconnected
(Inherited from AudioReceiver)
Protected methodSetReceiveFormats
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Protected methodSpeechEngine_RecognitionCompleted
(Inherited from SpeechToText)
Protected methodStartRecognition
(Inherited from SpeechToText)
Top
Events
 NameDescription
Public eventReceiveFormatsChanged
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Public eventSpeechDetected
(Inherited from SpeechToText)
Public eventWordHypothesized
(Inherited from SpeechToText)
Public eventWordRecognized
(Inherited from SpeechToText)
Top
Fields
 NameDescription
Protected fieldformat
(Inherited from SpeechToText)
Top
See Also