Uses of Interface
com.google.cloud.documentai.v1.Document.Page.ParagraphOrBuilder
-
Packages that use Document.Page.ParagraphOrBuilder Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of Document.Page.ParagraphOrBuilder in com.google.cloud.documentai.v1
Classes in com.google.cloud.documentai.v1 that implement Document.Page.ParagraphOrBuilder Modifier and Type Class Description static classDocument.Page.ParagraphA collection of lines that a human would perceive as a paragraph.static classDocument.Page.Paragraph.BuilderA collection of lines that a human would perceive as a paragraph.Methods in com.google.cloud.documentai.v1 that return Document.Page.ParagraphOrBuilder Modifier and Type Method Description Document.Page.ParagraphOrBuilderDocument.Page.Builder. getParagraphsOrBuilder(int index)A list of visually detected text paragraphs on the page.Document.Page.ParagraphOrBuilderDocument.Page. getParagraphsOrBuilder(int index)A list of visually detected text paragraphs on the page.Document.Page.ParagraphOrBuilderDocument.PageOrBuilder. getParagraphsOrBuilder(int index)A list of visually detected text paragraphs on the page.Methods in com.google.cloud.documentai.v1 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.
-