WordDetectionMode Enumeration |
Specifies detection modes for speech-to-text engine.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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