Enum VoiceError

Definition

Namespace:
Tizen.Uix.VoiceControlManager
Assembly:
Tizen.Uix.VoiceControlManager.dll
API Level:
6

Enumeration for the error values that can occur.

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

NotSupportedFeature

Not supported feature of current engine.

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.