SpeechToText(IEnumerableString) Constructor |
Initializes a speech recognizer and STT instance.
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxprotected SpeechToText(
IEnumerable<string> choices
)
Protected Sub New (
choices As IEnumerable(Of String)
)
protected:
SpeechToText(
IEnumerable<String^>^ choices
)
new :
choices : IEnumerable<string> -> SpeechToTextParameters
- choices IEnumerableString
- Words to recognize.
See Also