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