Click or drag to resize

SpeechToTextCreateInstance(AudioFormat, IEnumerableString) Method

Initializes a speech recognizer and STT instance.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
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