Click or drag to resize

SpeechToTextCreateInstance Method (AudioFormat, IEnumerableString)

Initializes a speech recognizer and STT instance.

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

Parameters

audioFormat
Type: AudioFormat
Media format of the audio stream.
choices
Type: System.Collections.GenericIEnumerableString
Words to recognize.

Return Value

Type: SpeechToText
See Also