Package | Description |
---|---|
com.google.cloud.vision.v1p3beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
Paragraph |
Paragraph.Builder.build() |
Paragraph |
Paragraph.Builder.buildPartial() |
static Paragraph |
Paragraph.getDefaultInstance() |
Paragraph |
Paragraph.getDefaultInstanceForType() |
Paragraph |
Paragraph.Builder.getDefaultInstanceForType() |
Paragraph |
BlockOrBuilder.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 |
Block.Builder.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,
ExtensionRegistryLite extensionRegistry) |
static Paragraph |
Paragraph.parseFrom(byte[] data) |
static Paragraph |
Paragraph.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Paragraph |
Paragraph.parseFrom(ByteBuffer data) |
static Paragraph |
Paragraph.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Paragraph |
Paragraph.parseFrom(ByteString data) |
static Paragraph |
Paragraph.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Paragraph |
Paragraph.parseFrom(CodedInputStream input) |
static Paragraph |
Paragraph.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Paragraph |
Paragraph.parseFrom(InputStream input) |
static Paragraph |
Paragraph.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Paragraph> |
BlockOrBuilder.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> |
Block.Builder.getParagraphsList()
List of paragraphs in this block (if this blocks is of type text).
|
Parser<Paragraph> |
Paragraph.getParserForType() |
static Parser<Paragraph> |
Paragraph.parser() |
Modifier and Type | Method and 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).
|
Modifier and Type | Method and Description |
---|---|
Block.Builder |
Block.Builder.addAllParagraphs(Iterable<? extends Paragraph> values)
List of paragraphs in this block (if this blocks is of type text).
|
Copyright © 2022 Google LLC. All rights reserved.