Uses of Interface
com.google.cloud.documentai.v1beta2.Document.Page.LineOrBuilder
-
Packages that use Document.Page.LineOrBuilder Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI API -
-
Uses of Document.Page.LineOrBuilder in com.google.cloud.documentai.v1beta2
Classes in com.google.cloud.documentai.v1beta2 that implement Document.Page.LineOrBuilder Modifier and Type Class Description static classDocument.Page.LineA collection of tokens that a human would perceive as a line.static classDocument.Page.Line.BuilderA collection of tokens that a human would perceive as a line.Methods in com.google.cloud.documentai.v1beta2 that return Document.Page.LineOrBuilder Modifier and Type Method Description Document.Page.LineOrBuilderDocument.Page.Builder. getLinesOrBuilder(int index)A list of visually detected text lines on the page.Document.Page.LineOrBuilderDocument.Page. getLinesOrBuilder(int index)A list of visually detected text lines on the page.Document.Page.LineOrBuilderDocument.PageOrBuilder. getLinesOrBuilder(int index)A list of visually detected text lines on the page.Methods in com.google.cloud.documentai.v1beta2 that return types with arguments of type Document.Page.LineOrBuilder Modifier and Type Method Description List<? extends Document.Page.LineOrBuilder>Document.Page.Builder. getLinesOrBuilderList()A list of visually detected text lines on the page.List<? extends Document.Page.LineOrBuilder>Document.Page. getLinesOrBuilderList()A list of visually detected text lines on the page.List<? extends Document.Page.LineOrBuilder>Document.PageOrBuilder. getLinesOrBuilderList()A list of visually detected text lines on the page.
-