WordDetectionMode Enumeration |
Specifies detection modes for speech-to-text engine.
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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