Uses of Interface
com.google.cloud.speech.v1.SpeechRecognitionAlternativeOrBuilder
-
Packages that use SpeechRecognitionAlternativeOrBuilder Package Description com.google.cloud.speech.v1 A client to Cloud Speech-to-Text API -
-
Uses of SpeechRecognitionAlternativeOrBuilder in com.google.cloud.speech.v1
Classes in com.google.cloud.speech.v1 that implement SpeechRecognitionAlternativeOrBuilder Modifier and Type Class Description class
SpeechRecognitionAlternative
Alternative hypotheses (a.k.a.static class
SpeechRecognitionAlternative.Builder
Alternative hypotheses (a.k.a.Methods in com.google.cloud.speech.v1 that return SpeechRecognitionAlternativeOrBuilder Modifier and Type Method Description SpeechRecognitionAlternativeOrBuilder
SpeechRecognitionResult.Builder. getAlternativesOrBuilder(int index)
May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionAlternativeOrBuilder
SpeechRecognitionResult. getAlternativesOrBuilder(int index)
May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionAlternativeOrBuilder
SpeechRecognitionResultOrBuilder. getAlternativesOrBuilder(int index)
May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionAlternativeOrBuilder
StreamingRecognitionResult.Builder. getAlternativesOrBuilder(int index)
May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionAlternativeOrBuilder
StreamingRecognitionResult. getAlternativesOrBuilder(int index)
May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionAlternativeOrBuilder
StreamingRecognitionResultOrBuilder. getAlternativesOrBuilder(int index)
May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).Methods in com.google.cloud.speech.v1 that return types with arguments of type SpeechRecognitionAlternativeOrBuilder Modifier and Type Method Description List<? extends SpeechRecognitionAlternativeOrBuilder>
SpeechRecognitionResult.Builder. getAlternativesOrBuilderList()
May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).List<? extends SpeechRecognitionAlternativeOrBuilder>
SpeechRecognitionResult. getAlternativesOrBuilderList()
May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).List<? extends SpeechRecognitionAlternativeOrBuilder>
SpeechRecognitionResultOrBuilder. getAlternativesOrBuilderList()
May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).List<? extends SpeechRecognitionAlternativeOrBuilder>
StreamingRecognitionResult.Builder. getAlternativesOrBuilderList()
May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).List<? extends SpeechRecognitionAlternativeOrBuilder>
StreamingRecognitionResult. getAlternativesOrBuilderList()
May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).List<? extends SpeechRecognitionAlternativeOrBuilder>
StreamingRecognitionResultOrBuilder. getAlternativesOrBuilderList()
May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).
-