See: Description
| Class | Description |
|---|---|
| AndroidSpeechRecognizer |
Speech recognition using built-in Android APIs.
|
| MicrophoneInput |
android microphone speech input.
|
| NoInput |
An empty input class that does not read from an audio source.
|
| PreASRMicrophoneInput |
A variant of
MicrophoneInput that releases its internal AudioRecord when ASR is activated to avoid microphone conflicts. |
| Enum | Description |
|---|---|
| AudioRecordError.Description |
An enumeration of the AudioRecord error descriptions aligned with
their integer constant values.
|
| SpeechRecognizerError.Description |
An enumeration of the SpeechRecognizer error descriptions aligned with
their integer constant values.
|
| Exception | Description |
|---|---|
| AudioRecordError |
A simple exception class that wraps error codes from
AudioRecord. |
| SpeechRecognizerError |
A simple exception class that wraps error codes from
android.speech.SpeechRecognizer. |
Copyright © 2021. All rights reserved.