Class | Description |
---|---|
Corpus |
Customization corpus.
|
Customization |
Information about a customization language model.
|
KeywordsResult |
A keyword spotting result.
|
RecognitionCallback |
Used in
SpeechToText.registerCallback(String, String) to register a callback URL to be notified by the
service of the recognition status and, optionally, the results automatically. |
RecognitionJob |
Information about an asynchronous recognition.
|
RecognitionJobOptions |
This class contains the parameters when using
SpeechToText.createRecognitionJob(java.io.File, RecognizeOptions, RecognitionJobOptions) . |
RecognitionJobOptions.Builder |
Builder.
|
RecognizeOptions |
Parameters to be use during a recognize call in the
SpeechToText service. |
RecognizeOptions.Builder |
Builder.
|
SpeakerLabel |
Speaker labels.
|
SpeechAlternative |
Contains the transcript of the utterance along with confidence and timestamp.
|
SpeechModel |
Speech model.
|
SpeechResults |
Results obtained during a speech recognition.
|
SpeechSession |
Speech session.
|
SpeechSessionStatus |
SessionStatus used by
SpeechToText . |
SpeechTimestamp |
Transcription timestamp.
|
SpeechWordAlternatives |
Word alternative list used by
SpeechToText during a recognition. |
SpeechWordConfidence |
Transcription word confidence.
|
Transcript |
Encapsulates a transcription along with the alternatives.
|
Word |
Represents the Word in the context of a custom model's for
SpeechToText . |
WordAlternative |
Word alternative used by
SpeechToText . |
WordData |
Represents a
Word with error and source. |
Enum | Description |
---|---|
Corpus.Status |
Corpus Status.
|
Customization.Status |
Customization Status.
|
Customization.WordTypeToAdd |
The type of words from the custom model's words resource on which to train the model:
ALL (the default): trains the model on all new words, regardless of whether they were extracted from corpora or
were added or modified by the user.
USER: trains the model only on new words that were added or modified by the user; the model is not trained on
new words extracted from corpora.
|
RecognitionCallback.Status |
Register Callback Status.
|
RecognitionJob.Status |
RecognitionJob Status.
|
Word.Sort |
The Enum Sort to specify how words are to be sorted when listed.
|
Word.Type |
The Enum Type to specify the type of words to be listed.
|