| WordDetectionMode Enumeration | 
            Specifies detection modes for speech-to-text engine.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic enum WordDetectionMode
Public Enumeration WordDetectionMode
public enum class WordDetectionMode
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | VAD | 0 | 
            Using Voice Activity Detection for word detection. Can detect individual words better.
             | 
 | Continuous | 1 | 
            Detects words in continuous speech better, but can provide a bit inaccurate results too.
             | 
See Also