Click or drag to resize

SpeechToTextCreateInstance(AudioFormat) Method

Initializes a speech recognizer and STT instance with voice activity detection.

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public static SpeechToText CreateInstance(
	AudioFormat audioFormat
)

Parameters

audioFormat  AudioFormat
Media format of the audio stream.

Return Value

SpeechToText
See Also