Click or drag to resize

ISpeechToTextInit Method

Initializes the speech engine with the specified audio format.

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

Parameters

audioFormat  AudioFormat
The format of the audio stream.
choices  IEnumerableString
The words that can be recognized.

Return Value

Boolean
See Also