Enum Error
Definition
- Assembly:
- Tizen.Uix.Stt.dll
Enumeration for the error values that can occur.
public enum Error
Fields
| Name | Description |
|---|---|
| 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. |
| None | Successful, No error. |
| NoSpeech | No speech while recording. |
| NotSupported | STT NOT supported. |
| NotSupportedFeature | Not supported feature of current engine. |
| OperationFailed | Operation failed. |
| OutOfMemory | Out of Memory. |
| OutOfNetwork | Network is down. |
| PermissionDenied | Permission denied. |
| RecorderBusy | Device or resource busy. |
| RecordingTimedOut | Recording timed out. |
| ServiceReset | Service reset. |
| TimedOut | No answer from the STT service. |