Uses of Interface
com.google.cloud.vision.v1p2beta1.ParagraphOrBuilder
-
Packages that use ParagraphOrBuilder Package Description com.google.cloud.vision.v1p2beta1 A client to Cloud Vision API -
-
Uses of ParagraphOrBuilder in com.google.cloud.vision.v1p2beta1
Classes in com.google.cloud.vision.v1p2beta1 that implement ParagraphOrBuilder Modifier and Type Class Description classParagraphStructural unit of text representing a number of words in certain order.static classParagraph.BuilderStructural unit of text representing a number of words in certain order.Methods in com.google.cloud.vision.v1p2beta1 that return ParagraphOrBuilder Modifier and Type Method Description ParagraphOrBuilderBlock.Builder. getParagraphsOrBuilder(int index)List of paragraphs in this block (if this blocks is of type text).ParagraphOrBuilderBlock. getParagraphsOrBuilder(int index)List of paragraphs in this block (if this blocks is of type text).ParagraphOrBuilderBlockOrBuilder. getParagraphsOrBuilder(int index)List of paragraphs in this block (if this blocks is of type text).Methods in com.google.cloud.vision.v1p2beta1 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).
-