Click or drag to resize

SpeechToTextCreateInstance(AudioFormat, IEnumerableString) Method

Initializes a speech recognizer and STT instance.

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public static SpeechToText CreateInstance(
	AudioFormat audioFormat,
	IEnumerable<string> choices
)

Parameters

audioFormat  AudioFormat
Media format of the audio stream.
choices  IEnumerableString
Words to recognize.

Return Value

SpeechToText
See Also