Enum RecognitionModeType
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
Enumerations of recognition mode
public enum RecognitionModeType
Fields
| Name | Description |
|---|---|
| Manual | Start and stop manually without silence |
| RestartAfterReject | Restart recognition after rejected result |
| RestartContinuously | Continuously restart recognition - not support yet |
| StopBySilence | Default mode |
| Undefined | Undefined |