| Modifier and Type | Class and Description |
|---|---|
class |
SpeechRecognitionAlternative
Alternative hypotheses (a.k.a.
|
static class |
SpeechRecognitionAlternative.Builder
Alternative hypotheses (a.k.a.
|
| Modifier and Type | Method and Description |
|---|---|
SpeechRecognitionAlternativeOrBuilder |
SpeechTranscription.getAlternativesOrBuilder(int index)
May contain one or more recognition hypotheses (up to the maximum specified
in `max_alternatives`).
|
SpeechRecognitionAlternativeOrBuilder |
SpeechTranscription.Builder.getAlternativesOrBuilder(int index)
May contain one or more recognition hypotheses (up to the maximum specified
in `max_alternatives`).
|
SpeechRecognitionAlternativeOrBuilder |
SpeechTranscriptionOrBuilder.getAlternativesOrBuilder(int index)
May contain one or more recognition hypotheses (up to the maximum specified
in `max_alternatives`).
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends SpeechRecognitionAlternativeOrBuilder> |
SpeechTranscription.getAlternativesOrBuilderList()
May contain one or more recognition hypotheses (up to the maximum specified
in `max_alternatives`).
|
List<? extends SpeechRecognitionAlternativeOrBuilder> |
SpeechTranscription.Builder.getAlternativesOrBuilderList()
May contain one or more recognition hypotheses (up to the maximum specified
in `max_alternatives`).
|
List<? extends SpeechRecognitionAlternativeOrBuilder> |
SpeechTranscriptionOrBuilder.getAlternativesOrBuilderList()
May contain one or more recognition hypotheses (up to the maximum specified
in `max_alternatives`).
|
Copyright © 2019 Google LLC. All rights reserved.