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