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.3.199.0
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