Click or drag to resize

WordDetectionMode Enumeration

Specifies detection modes for speech-to-text engine.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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