Uses of Interface
com.google.cloud.speech.v1p1beta1.WordInfoOrBuilder
-
Packages that use WordInfoOrBuilder Package Description com.google.cloud.speech.v1p1beta1 A client to Cloud Speech-to-Text API -
-
Uses of WordInfoOrBuilder in com.google.cloud.speech.v1p1beta1
Classes in com.google.cloud.speech.v1p1beta1 that implement WordInfoOrBuilder Modifier and Type Class Description class
WordInfo
Word-specific information for recognized words.static class
WordInfo.Builder
Word-specific information for recognized words.Methods in com.google.cloud.speech.v1p1beta1 that return WordInfoOrBuilder Modifier and Type Method Description WordInfoOrBuilder
SpeechRecognitionAlternative.Builder. getWordsOrBuilder(int index)
A list of word-specific information for each recognized word.WordInfoOrBuilder
SpeechRecognitionAlternative. getWordsOrBuilder(int index)
A list of word-specific information for each recognized word.WordInfoOrBuilder
SpeechRecognitionAlternativeOrBuilder. getWordsOrBuilder(int index)
A list of word-specific information for each recognized word.Methods in com.google.cloud.speech.v1p1beta1 that return types with arguments of type WordInfoOrBuilder Modifier and Type Method Description List<? extends WordInfoOrBuilder>
SpeechRecognitionAlternative.Builder. getWordsOrBuilderList()
A list of word-specific information for each recognized word.List<? extends WordInfoOrBuilder>
SpeechRecognitionAlternative. getWordsOrBuilderList()
A list of word-specific information for each recognized word.List<? extends WordInfoOrBuilder>
SpeechRecognitionAlternativeOrBuilder. getWordsOrBuilderList()
A list of word-specific information for each recognized word.
-