Enum Error
Definition
- Namespace:
- Tizen.Uix.VoiceControl
- Assembly:
- Tizen.Uix.VoiceControl.dll
Enumeration for the error values that can occur.
public enum Error
Fields
Name | Description |
---|---|
Empty | List empty. |
EngineNotFound | No available engine. |
InProgressToProcessing | Progress to processing is not finished. |
InProgressToReady | Progress to ready is not finished. |
InProgressToRecording | Progress to recording is not finished. |
InvalidLanguage | Invalid language. |
InvalidParameter | Invalid parameter. |
InvalidState | Invalid state. |
IoError | I/O error. |
IterationEnd | List reached end. |
None | Successful, no error. |
NotSupported | VC NOT supported. |
OperationFailed | Operation failed. |
OperationRejected | Operation rejected. |
OutOfMemory | Out of memory. |
PermissionDenied | Permission denied. |
RecorderBusy | Device or resource busy. |
ServiceReset | Service reset. |
TimedOut | No answer from the STT service. |