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