Click or drag to resize
WordDetectionMode Enumeration
Specifies detection modes for speech-to-text engine.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum WordDetectionMode
Members
  Member nameValueDescription
VAD0 Using Voice Activity Detection for word detection. Can detect individual words better.
Continuous1 Detects words in continuous speech better, but can provide a bit inaccurate results too.
See Also