SpeechToTextContinuous Constructor (IEnumerableString) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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