SpeechToTextContinuous Constructor (IEnumerableString) |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic SpeechToTextContinuous(
IEnumerable<string> choices
)
Public Sub New (
choices As IEnumerable(Of String)
)
public:
SpeechToTextContinuous(
IEnumerable<String^>^ choices
)
new :
choices : IEnumerable<string> -> SpeechToTextContinuous
Parameters
- choices
- Type: System.Collections.GenericIEnumerableString
See Also