A B C D F G P S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ai.picovoice.cheetah - package ai.picovoice.cheetah
B
- build(Context) - Method in class ai.picovoice.cheetah.Cheetah.Builder
-
Validates properties and creates an instance of the Cheetah speech-to-text engine.
- Builder() - Constructor for class ai.picovoice.cheetah.Cheetah.Builder
C
- Cheetah - Class in ai.picovoice.cheetah
-
Android binding for Cheetah Speech-to-Text engine.
- Cheetah.Builder - Class in ai.picovoice.cheetah
-
Builder for creating an instance of Cheetah with a mixture of default arguments.
- CheetahActivationException - Exception in ai.picovoice.cheetah
- CheetahActivationException(String) - Constructor for exception ai.picovoice.cheetah.CheetahActivationException
- CheetahActivationException(Throwable) - Constructor for exception ai.picovoice.cheetah.CheetahActivationException
- CheetahActivationLimitException - Exception in ai.picovoice.cheetah
- CheetahActivationLimitException(String) - Constructor for exception ai.picovoice.cheetah.CheetahActivationLimitException
- CheetahActivationLimitException(Throwable) - Constructor for exception ai.picovoice.cheetah.CheetahActivationLimitException
- CheetahActivationRefusedException - Exception in ai.picovoice.cheetah
- CheetahActivationRefusedException(String) - Constructor for exception ai.picovoice.cheetah.CheetahActivationRefusedException
- CheetahActivationRefusedException(Throwable) - Constructor for exception ai.picovoice.cheetah.CheetahActivationRefusedException
- CheetahActivationThrottledException - Exception in ai.picovoice.cheetah
- CheetahActivationThrottledException(String) - Constructor for exception ai.picovoice.cheetah.CheetahActivationThrottledException
- CheetahActivationThrottledException(Throwable) - Constructor for exception ai.picovoice.cheetah.CheetahActivationThrottledException
- CheetahException - Exception in ai.picovoice.cheetah
- CheetahException(String) - Constructor for exception ai.picovoice.cheetah.CheetahException
- CheetahException(Throwable) - Constructor for exception ai.picovoice.cheetah.CheetahException
- CheetahInvalidArgumentException - Exception in ai.picovoice.cheetah
- CheetahInvalidArgumentException(String) - Constructor for exception ai.picovoice.cheetah.CheetahInvalidArgumentException
- CheetahInvalidArgumentException(Throwable) - Constructor for exception ai.picovoice.cheetah.CheetahInvalidArgumentException
- CheetahInvalidStateException - Exception in ai.picovoice.cheetah
- CheetahInvalidStateException(String) - Constructor for exception ai.picovoice.cheetah.CheetahInvalidStateException
- CheetahInvalidStateException(Throwable) - Constructor for exception ai.picovoice.cheetah.CheetahInvalidStateException
- CheetahIOException - Exception in ai.picovoice.cheetah
- CheetahIOException(String) - Constructor for exception ai.picovoice.cheetah.CheetahIOException
- CheetahIOException(Throwable) - Constructor for exception ai.picovoice.cheetah.CheetahIOException
- CheetahKeyException - Exception in ai.picovoice.cheetah
- CheetahKeyException(String) - Constructor for exception ai.picovoice.cheetah.CheetahKeyException
- CheetahKeyException(Throwable) - Constructor for exception ai.picovoice.cheetah.CheetahKeyException
- CheetahMemoryException - Exception in ai.picovoice.cheetah
- CheetahMemoryException(String) - Constructor for exception ai.picovoice.cheetah.CheetahMemoryException
- CheetahMemoryException(Throwable) - Constructor for exception ai.picovoice.cheetah.CheetahMemoryException
- CheetahRuntimeException - Exception in ai.picovoice.cheetah
- CheetahRuntimeException(String) - Constructor for exception ai.picovoice.cheetah.CheetahRuntimeException
- CheetahRuntimeException(Throwable) - Constructor for exception ai.picovoice.cheetah.CheetahRuntimeException
- CheetahStopIterationException - Exception in ai.picovoice.cheetah
- CheetahStopIterationException(String) - Constructor for exception ai.picovoice.cheetah.CheetahStopIterationException
- CheetahStopIterationException(Throwable) - Constructor for exception ai.picovoice.cheetah.CheetahStopIterationException
- CheetahTranscript - Class in ai.picovoice.cheetah
-
Cheetah Speech-to-Text engine Transcript Object.
- CheetahTranscript(String, boolean) - Constructor for class ai.picovoice.cheetah.CheetahTranscript
-
Constructor.
D
F
- flush() - Method in class ai.picovoice.cheetah.Cheetah
-
Processes any remaining audio data and returns its transcription.
G
- getFrameLength() - Method in class ai.picovoice.cheetah.Cheetah
-
Getter for required number of audio samples per frame.
- getIsEndpoint() - Method in class ai.picovoice.cheetah.CheetahTranscript
-
Getter for isEndpoint.
- getSampleRate() - Method in class ai.picovoice.cheetah.Cheetah
-
Getter for required audio sample rate for PCM data.
- getTranscript() - Method in class ai.picovoice.cheetah.CheetahTranscript
-
Getter for transcript.
- getVersion() - Method in class ai.picovoice.cheetah.Cheetah
-
Getter for Cheetah version.
P
- process(short[]) - Method in class ai.picovoice.cheetah.Cheetah
-
Processes given audio data and returns its transcription.
S
- setAccessKey(String) - Method in class ai.picovoice.cheetah.Cheetah.Builder
-
Setter the AccessKey.
- setEnableAutomaticPunctuation(boolean) - Method in class ai.picovoice.cheetah.Cheetah.Builder
-
Setter for enabling automatic punctuation insertion.
- setEndpointDuration(float) - Method in class ai.picovoice.cheetah.Cheetah.Builder
-
Setter for the duration of endpoint in seconds.
- setModelPath(String) - Method in class ai.picovoice.cheetah.Cheetah.Builder
-
Setter for the absolute path to the file containing Cheetah model parameters.
All Classes All Packages