public class SpeechRecognizerError extends Exception
android.speech.SpeechRecognizer.| Modifier and Type | Class and Description |
|---|---|
static class |
SpeechRecognizerError.Description
An enumeration of the SpeechRecognizer error descriptions aligned with
their integer constant values.
|
| Modifier and Type | Field and Description |
|---|---|
SpeechRecognizerError.Description |
description
The description of the Android system error code.
|
| Constructor and Description |
|---|
SpeechRecognizerError(int errorCode)
Create a new SpeechRecognizerError from an error code provided by the
Android system.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final SpeechRecognizerError.Description description
Copyright © 2021. All rights reserved.