SpeechToText Constructor (IEnumerableString) |
Initializes a speech recognizer and STT instance.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected SpeechToText(
IEnumerable<string> choices
)
Protected Sub New (
choices As IEnumerable(Of String)
)
protected:
SpeechToText(
IEnumerable<String^>^ choices
)
new :
choices : IEnumerable<string> -> SpeechToText
Parameters
- choices
- Type: System.Collections.GenericIEnumerableString
Words to recognize.
See Also