Package | Description |
---|---|
com.google.api.services.speech.v1p1beta1.model |
Modifier and Type | Method and Description |
---|---|
SpeechRecognitionResult |
SpeechRecognitionResult.clone() |
SpeechRecognitionResult |
SpeechRecognitionResult.set(java.lang.String fieldName,
java.lang.Object value) |
SpeechRecognitionResult |
SpeechRecognitionResult.setAlternatives(java.util.List<SpeechRecognitionAlternative> alternatives)
May contain one or more recognition hypotheses (up to the maximum specified in
`max_alternatives`).
|
SpeechRecognitionResult |
SpeechRecognitionResult.setChannelTag(java.lang.Integer channelTag)
For multi-channel audio, this is the channel number corresponding to the recognized result for
the audio from that channel.
|
SpeechRecognitionResult |
SpeechRecognitionResult.setLanguageCode(java.lang.String languageCode)
Output only.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SpeechRecognitionResult> |
LongRunningRecognizeResponse.getResults()
Sequential list of transcription results corresponding to sequential portions of audio.
|
java.util.List<SpeechRecognitionResult> |
RecognizeResponse.getResults()
Sequential list of transcription results corresponding to sequential portions of audio.
|
Modifier and Type | Method and Description |
---|---|
LongRunningRecognizeResponse |
LongRunningRecognizeResponse.setResults(java.util.List<SpeechRecognitionResult> results)
Sequential list of transcription results corresponding to sequential portions of audio.
|
RecognizeResponse |
RecognizeResponse.setResults(java.util.List<SpeechRecognitionResult> results)
Sequential list of transcription results corresponding to sequential portions of audio.
|