Uses of Interface
com.google.cloud.documentai.v1beta3.Document.Page.ParagraphOrBuilder
-
Packages that use Document.Page.ParagraphOrBuilder Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of Document.Page.ParagraphOrBuilder in com.google.cloud.documentai.v1beta3
Classes in com.google.cloud.documentai.v1beta3 that implement Document.Page.ParagraphOrBuilder Modifier and Type Class Description static class
Document.Page.Paragraph
A collection of lines that a human would perceive as a paragraph.static class
Document.Page.Paragraph.Builder
A collection of lines that a human would perceive as a paragraph.Methods in com.google.cloud.documentai.v1beta3 that return Document.Page.ParagraphOrBuilder Modifier and Type Method Description Document.Page.ParagraphOrBuilder
Document.Page.Builder. getParagraphsOrBuilder(int index)
A list of visually detected text paragraphs on the page.Document.Page.ParagraphOrBuilder
Document.Page. getParagraphsOrBuilder(int index)
A list of visually detected text paragraphs on the page.Document.Page.ParagraphOrBuilder
Document.PageOrBuilder. getParagraphsOrBuilder(int index)
A list of visually detected text paragraphs on the page.Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type Document.Page.ParagraphOrBuilder Modifier and Type Method Description List<? extends Document.Page.ParagraphOrBuilder>
Document.Page.Builder. getParagraphsOrBuilderList()
A list of visually detected text paragraphs on the page.List<? extends Document.Page.ParagraphOrBuilder>
Document.Page. getParagraphsOrBuilderList()
A list of visually detected text paragraphs on the page.List<? extends Document.Page.ParagraphOrBuilder>
Document.PageOrBuilder. getParagraphsOrBuilderList()
A list of visually detected text paragraphs on the page.
-