Uses of Interface
com.google.cloud.vision.v1.WordOrBuilder
-
Packages that use WordOrBuilder Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of WordOrBuilder in com.google.cloud.vision.v1
Classes in com.google.cloud.vision.v1 that implement WordOrBuilder Modifier and Type Class Description class
Word
A word representation.static class
Word.Builder
A word representation.Methods in com.google.cloud.vision.v1 that return WordOrBuilder Modifier and Type Method Description WordOrBuilder
Paragraph.Builder. getWordsOrBuilder(int index)
List of all words in this paragraph.WordOrBuilder
Paragraph. getWordsOrBuilder(int index)
List of all words in this paragraph.WordOrBuilder
ParagraphOrBuilder. getWordsOrBuilder(int index)
List of all words in this paragraph.Methods in com.google.cloud.vision.v1 that return types with arguments of type WordOrBuilder Modifier and Type Method Description List<? extends WordOrBuilder>
Paragraph.Builder. getWordsOrBuilderList()
List of all words in this paragraph.List<? extends WordOrBuilder>
Paragraph. getWordsOrBuilderList()
List of all words in this paragraph.List<? extends WordOrBuilder>
ParagraphOrBuilder. getWordsOrBuilderList()
List of all words in this paragraph.
-