Uses of Class
com.google.cloud.vision.v1p2beta1.Paragraph
-
Packages that use Paragraph Package Description com.google.cloud.vision.v1p2beta1 A client to Cloud Vision API -
-
Uses of Paragraph in com.google.cloud.vision.v1p2beta1
Methods in com.google.cloud.vision.v1p2beta1 that return Paragraph Modifier and Type Method Description ParagraphParagraph.Builder. build()ParagraphParagraph.Builder. buildPartial()static ParagraphParagraph. getDefaultInstance()ParagraphParagraph.Builder. getDefaultInstanceForType()ParagraphParagraph. getDefaultInstanceForType()ParagraphBlock.Builder. getParagraphs(int index)List of paragraphs in this block (if this blocks is of type text).ParagraphBlock. getParagraphs(int index)List of paragraphs in this block (if this blocks is of type text).ParagraphBlockOrBuilder. getParagraphs(int index)List of paragraphs in this block (if this blocks is of type text).static ParagraphParagraph. parseDelimitedFrom(InputStream input)static ParagraphParagraph. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ParagraphParagraph. parseFrom(byte[] data)static ParagraphParagraph. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ParagraphParagraph. parseFrom(com.google.protobuf.ByteString data)static ParagraphParagraph. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ParagraphParagraph. parseFrom(com.google.protobuf.CodedInputStream input)static ParagraphParagraph. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ParagraphParagraph. parseFrom(InputStream input)static ParagraphParagraph. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ParagraphParagraph. parseFrom(ByteBuffer data)static ParagraphParagraph. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1p2beta1 that return types with arguments of type Paragraph Modifier and Type Method Description List<Paragraph>Block.Builder. getParagraphsList()List of paragraphs in this block (if this blocks is of type text).List<Paragraph>Block. getParagraphsList()List of paragraphs in this block (if this blocks is of type text).List<Paragraph>BlockOrBuilder. getParagraphsList()List of paragraphs in this block (if this blocks is of type text).com.google.protobuf.Parser<Paragraph>Paragraph. getParserForType()static com.google.protobuf.Parser<Paragraph>Paragraph. parser()Methods in com.google.cloud.vision.v1p2beta1 with parameters of type Paragraph Modifier and Type Method Description Block.BuilderBlock.Builder. addParagraphs(int index, Paragraph value)List of paragraphs in this block (if this blocks is of type text).Block.BuilderBlock.Builder. addParagraphs(Paragraph value)List of paragraphs in this block (if this blocks is of type text).Paragraph.BuilderParagraph.Builder. mergeFrom(Paragraph other)static Paragraph.BuilderParagraph. newBuilder(Paragraph prototype)Block.BuilderBlock.Builder. setParagraphs(int index, Paragraph value)List of paragraphs in this block (if this blocks is of type text).Method parameters in com.google.cloud.vision.v1p2beta1 with type arguments of type Paragraph Modifier and Type Method Description Block.BuilderBlock.Builder. addAllParagraphs(Iterable<? extends Paragraph> values)List of paragraphs in this block (if this blocks is of type text).
-