SpeechToTextCreateInstance Method (IEnumerableString, WordDetectionMode) |
Initializes a speech recognizer and STT instance.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static SpeechToText CreateInstance(
IEnumerable<string> choices,
WordDetectionMode mode
)
Public Shared Function CreateInstance (
choices As IEnumerable(Of String),
mode As WordDetectionMode
) As SpeechToText
public:
static SpeechToText^ CreateInstance(
IEnumerable<String^>^ choices,
WordDetectionMode mode
)
static member CreateInstance :
choices : IEnumerable<string> *
mode : WordDetectionMode -> SpeechToText
Parameters
- choices
- Type: System.Collections.GenericIEnumerableString
Words to recognize. - mode
- Type: Ozeki.MediaWordDetectionMode
The recognition mode for word detection
Return Value
Type:
SpeechToTextSee Also