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 classWordA word representation.static classWord.BuilderA word representation.Methods in com.google.cloud.vision.v1 that return WordOrBuilder Modifier and Type Method Description WordOrBuilderParagraph.Builder. getWordsOrBuilder(int index)List of all words in this paragraph.WordOrBuilderParagraph. getWordsOrBuilder(int index)List of all words in this paragraph.WordOrBuilderParagraphOrBuilder. 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.
-