public interface SpeechRecognitionError
Modifier and Type | Field and Description |
---|---|
static int |
ABORTED |
static int |
AUDIO_CAPTURE |
static int |
BAD_GRAMMAR |
static int |
LANGUAGE_NOT_SUPPORTED |
static int |
NETWORK |
static int |
NO_SPEECH |
static int |
NOT_ALLOWED |
static int |
OTHER |
static int |
SERVICE_NOT_ALLOWED |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
getMessage() |
static final int ABORTED
static final int AUDIO_CAPTURE
static final int BAD_GRAMMAR
static final int LANGUAGE_NOT_SUPPORTED
static final int NETWORK
static final int NOT_ALLOWED
static final int NO_SPEECH
static final int OTHER
static final int SERVICE_NOT_ALLOWED
int getCode()
String getMessage()
Copyright © 2018. All rights reserved.