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