Click or drag to resize
DefaultSpeechToTextInit Method

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool Init(
	AudioFormat audioFormat,
	IEnumerable<string> choices
)

Parameters

audioFormat
Type: Ozeki.MediaAudioFormat
choices
Type: System.Collections.GenericIEnumerableString

Return Value

Type: Boolean

Implements

ISpeechToTextInit(AudioFormat, IEnumerableString)
See Also