| 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)
Syntaxpublic ISpeechToText SpeechEngine { get; }Public ReadOnly Property SpeechEngine As ISpeechToText
	Get
public:
property ISpeechToText^ SpeechEngine {
	ISpeechToText^ get ();
}member SpeechEngine : ISpeechToText with get
Property Value
Type: 
ISpeechToText
See Also