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 classWordInfoWord-specific information for recognized words.static classWordInfo.BuilderWord-specific information for recognized words.Methods in com.google.cloud.speech.v1p1beta1 that return WordInfoOrBuilder Modifier and Type Method Description WordInfoOrBuilderSpeechRecognitionAlternative.Builder. getWordsOrBuilder(int index)A list of word-specific information for each recognized word.WordInfoOrBuilderSpeechRecognitionAlternative. getWordsOrBuilder(int index)A list of word-specific information for each recognized word.WordInfoOrBuilderSpeechRecognitionAlternativeOrBuilder. 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.
-