Package | Description |
---|---|
com.ibm.watson.developer_cloud.speech_to_text.v1 |
Speech to Text v1.
|
com.ibm.watson.developer_cloud.speech_to_text.v1.model | |
com.ibm.watson.developer_cloud.speech_to_text.v1.util | |
com.ibm.watson.developer_cloud.speech_to_text.v1.websocket |
This package contains interfaces and implementations to work with Websocket in Speech to Text.
|
Class and Description |
---|
Corpus
Customization corpus.
|
Customization
Information about a customization language model.
|
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
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) . |
RecognizeOptions
Parameters to be use during a recognize call in the
SpeechToText service. |
SpeechModel
Speech model.
|
SpeechResults
Results obtained during a speech recognition.
|
SpeechSession
Speech session.
|
SpeechSessionStatus
SessionStatus used by
SpeechToText . |
Word
Represents the Word in the context of a custom model's for
SpeechToText . |
Word.Type
The Enum Type.
|
WordData
Represents a
Word with error and source. |
Class and 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.
|
KeywordsResult
A keyword spotting result.
|
RecognitionCallback.Status
Register Callback Status.
|
RecognitionJob.Status
RecognitionJob Status.
|
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.
|
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.
|
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 . |
Word.Type
The Enum Type.
|
WordAlternative
Word alternative used by
SpeechToText . |
Class and Description |
---|
SpeechTimestamp
Transcription timestamp.
|
SpeechWordConfidence
Transcription word confidence.
|
Class and Description |
---|
RecognizeOptions
Parameters to be use during a recognize call in the
SpeechToText service. |
SpeechResults
Results obtained during a speech recognition.
|
Copyright © 2015–2016 IBM Watson. All rights reserved.