Ozeki VoIP SDK Class library
SpeechToText Class
NamespacesOzeki.Media.MediaHandlersSpeechToText
Can recognize words from dictionary.
Declaration Syntax
C#Visual BasicVisual C++
public class SpeechToText : AudioHandler
Public Class SpeechToText _
	Inherits AudioHandler
public ref class SpeechToText : public AudioHandler
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
CreateInstance()()()()
Initializes a speech recognizer and STT instance with voice activity detection.

CreateInstance(AudioFormat)
Initializes a speech recognizer and STT instance with voice activity detection.

CreateInstance(array<String>[]()[][])
Initializes a speech recognizer and STT instance.

CreateInstance(AudioFormat, array<String>[]()[][])
Initializes a speech recognizer and STT instance.

DataReceived(Object, VoIPEventArgs<(Of <<'(AudioData>)>>))
This will be called when media data received from a media handler.
(Overrides AudioHandler.DataReceived(Object, VoIPEventArgs<(Of <<'(AudioData>)>>)).)
DataSent
Event that occurs when the data is ready to send.
(Inherited from AudioHandler.)
Dispose(Boolean)
Disposes the object.
(Overrides VoIPMediaHandler.Dispose(Boolean).)
Dispose()()()()
Disposes the object.
(Inherited from VoIPMediaHandler.)
Finalize()()()()
(Inherited from VoIPMediaHandler.)
MediaFormat
Gets the MediaFormat of the media handler.
(Inherited from AudioHandler.)
MediaFormatChanged
Occurs when the MediaFormat of the media handler has changed.
(Inherited from AudioHandler.)
SendData(AudioData)
Sends media data to the connected media handlers.
(Inherited from AudioHandler.)
SpeechDetected
Occurs when speech is detected from the audio stream.

WordsHypotyzed
Occurs when some words are recognized hypothetically from the audio stream.

WordsRecognized
Occurs when some words are recognized from the audio stream.

Inheritance Hierarchy

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243