SpeechToTextChoices Property |
Gets the words that can be recognized by the speech engine.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public IEnumerable<string> Choices { get; }
Public ReadOnly Property Choices As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ Choices {
IEnumerable<String^>^ get ();
}
member Choices : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also