Click or drag to resize

SpeechToTextCreateInstance(AudioFormat) Method

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

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

Parameters

audioFormat  AudioFormat
Media format of the audio stream.

Return Value

SpeechToText
See Also