Uses of Class
com.google.cloud.documentai.v1.Document.Page.Paragraph
-
Packages that use Document.Page.Paragraph Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of Document.Page.Paragraph in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 that return Document.Page.Paragraph Modifier and Type Method Description Document.Page.Paragraph
Document.Page.Paragraph.Builder. build()
Document.Page.Paragraph
Document.Page.Paragraph.Builder. buildPartial()
static Document.Page.Paragraph
Document.Page.Paragraph. getDefaultInstance()
Document.Page.Paragraph
Document.Page.Paragraph.Builder. getDefaultInstanceForType()
Document.Page.Paragraph
Document.Page.Paragraph. getDefaultInstanceForType()
Document.Page.Paragraph
Document.Page.Builder. getParagraphs(int index)
A list of visually detected text paragraphs on the page.Document.Page.Paragraph
Document.Page. getParagraphs(int index)
A list of visually detected text paragraphs on the page.Document.Page.Paragraph
Document.PageOrBuilder. getParagraphs(int index)
A list of visually detected text paragraphs on the page.static Document.Page.Paragraph
Document.Page.Paragraph. parseDelimitedFrom(InputStream input)
static Document.Page.Paragraph
Document.Page.Paragraph. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Paragraph
Document.Page.Paragraph. parseFrom(byte[] data)
static Document.Page.Paragraph
Document.Page.Paragraph. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Paragraph
Document.Page.Paragraph. parseFrom(com.google.protobuf.ByteString data)
static Document.Page.Paragraph
Document.Page.Paragraph. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Paragraph
Document.Page.Paragraph. parseFrom(com.google.protobuf.CodedInputStream input)
static Document.Page.Paragraph
Document.Page.Paragraph. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Paragraph
Document.Page.Paragraph. parseFrom(InputStream input)
static Document.Page.Paragraph
Document.Page.Paragraph. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Paragraph
Document.Page.Paragraph. parseFrom(ByteBuffer data)
static Document.Page.Paragraph
Document.Page.Paragraph. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1 that return types with arguments of type Document.Page.Paragraph Modifier and Type Method Description List<Document.Page.Paragraph>
Document.Page.Builder. getParagraphsList()
A list of visually detected text paragraphs on the page.List<Document.Page.Paragraph>
Document.Page. getParagraphsList()
A list of visually detected text paragraphs on the page.List<Document.Page.Paragraph>
Document.PageOrBuilder. getParagraphsList()
A list of visually detected text paragraphs on the page.com.google.protobuf.Parser<Document.Page.Paragraph>
Document.Page.Paragraph. getParserForType()
static com.google.protobuf.Parser<Document.Page.Paragraph>
Document.Page.Paragraph. parser()
Methods in com.google.cloud.documentai.v1 with parameters of type Document.Page.Paragraph Modifier and Type Method Description Document.Page.Builder
Document.Page.Builder. addParagraphs(int index, Document.Page.Paragraph value)
A list of visually detected text paragraphs on the page.Document.Page.Builder
Document.Page.Builder. addParagraphs(Document.Page.Paragraph value)
A list of visually detected text paragraphs on the page.Document.Page.Paragraph.Builder
Document.Page.Paragraph.Builder. mergeFrom(Document.Page.Paragraph other)
static Document.Page.Paragraph.Builder
Document.Page.Paragraph. newBuilder(Document.Page.Paragraph prototype)
Document.Page.Builder
Document.Page.Builder. setParagraphs(int index, Document.Page.Paragraph value)
A list of visually detected text paragraphs on the page.Method parameters in com.google.cloud.documentai.v1 with type arguments of type Document.Page.Paragraph Modifier and Type Method Description Document.Page.Builder
Document.Page.Builder. addAllParagraphs(Iterable<? extends Document.Page.Paragraph> values)
A list of visually detected text paragraphs on the page.
-