Enum Error

Definition

Namespace:
Tizen.Uix.Stt
Assembly:
Tizen.Uix.Stt.dll
API Level:
3

Enumeration for the error values that can occur.

C#
Copy
public enum Error
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.