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: 10.4.13.0
Syntax
public bool ChangeRecognizer(
	string recognizerID
)

Parameters

recognizerID  String
The ID of the recognizer

Return Value

Boolean
True, if successfully changed.
See Also