Uses of Interface
com.google.cloud.vision.v1p3beta1.ParagraphOrBuilder
-
Packages that use ParagraphOrBuilder Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of ParagraphOrBuilder in com.google.cloud.vision.v1p3beta1
Classes in com.google.cloud.vision.v1p3beta1 that implement ParagraphOrBuilder Modifier and Type Class Description class
Paragraph
Structural unit of text representing a number of words in certain order.static class
Paragraph.Builder
Structural unit of text representing a number of words in certain order.Methods in com.google.cloud.vision.v1p3beta1 that return ParagraphOrBuilder Modifier and Type Method Description ParagraphOrBuilder
Block.Builder. getParagraphsOrBuilder(int index)
List of paragraphs in this block (if this blocks is of type text).ParagraphOrBuilder
Block. getParagraphsOrBuilder(int index)
List of paragraphs in this block (if this blocks is of type text).ParagraphOrBuilder
BlockOrBuilder. getParagraphsOrBuilder(int index)
List of paragraphs in this block (if this blocks is of type text).Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type ParagraphOrBuilder Modifier and Type Method Description List<? extends ParagraphOrBuilder>
Block.Builder. getParagraphsOrBuilderList()
List of paragraphs in this block (if this blocks is of type text).List<? extends ParagraphOrBuilder>
Block. getParagraphsOrBuilderList()
List of paragraphs in this block (if this blocks is of type text).List<? extends ParagraphOrBuilder>
BlockOrBuilder. getParagraphsOrBuilderList()
List of paragraphs in this block (if this blocks is of type text).
-