Click or drag to resize
SpeechToTextChangeRecognizer Method
Changes the language of the recognizer in the speech-to-text engine.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool ChangeRecognizer(
	string recognizerID
)

Parameters

recognizerID
Type: SystemString
The ID of the recognizer

Return Value

Type: Boolean
True, if successfully changed.
See Also