SpeechToTextSpeechEngine Property |
Gets the underlying speech-to-text engine that will be used for word detection.
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic ISpeechToText SpeechEngine { get; }Public ReadOnly Property SpeechEngine As ISpeechToText
Get
public:
property ISpeechToText^ SpeechEngine {
ISpeechToText^ get ();
}member SpeechEngine : ISpeechToText with get
Property Value
ISpeechToText
See Also