Uses of Class
com.google.cloud.documentai.v1beta1.BoundingPoly
-
Packages that use BoundingPoly Package Description com.google.cloud.documentai.v1beta1 A client to Cloud Document AI API -
-
Uses of BoundingPoly in com.google.cloud.documentai.v1beta1
Methods in com.google.cloud.documentai.v1beta1 that return BoundingPoly Modifier and Type Method Description BoundingPoly
BoundingPoly.Builder. build()
BoundingPoly
BoundingPoly.Builder. buildPartial()
BoundingPoly
TableBoundHint.Builder. getBoundingBox()
Bounding box hint for a table on this page.BoundingPoly
TableBoundHint. getBoundingBox()
Bounding box hint for a table on this page.BoundingPoly
TableBoundHintOrBuilder. getBoundingBox()
Bounding box hint for a table on this page.BoundingPoly
Document.Page.Layout.Builder. getBoundingPoly()
The bounding polygon for the [Layout][google.cloud.documentai.v1beta1.Document.Page.Layout].BoundingPoly
Document.Page.Layout. getBoundingPoly()
The bounding polygon for the [Layout][google.cloud.documentai.v1beta1.Document.Page.Layout].BoundingPoly
Document.Page.LayoutOrBuilder. getBoundingPoly()
The bounding polygon for the [Layout][google.cloud.documentai.v1beta1.Document.Page.Layout].static BoundingPoly
BoundingPoly. getDefaultInstance()
BoundingPoly
BoundingPoly.Builder. getDefaultInstanceForType()
BoundingPoly
BoundingPoly. getDefaultInstanceForType()
static BoundingPoly
BoundingPoly. parseDelimitedFrom(InputStream input)
static BoundingPoly
BoundingPoly. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundingPoly
BoundingPoly. parseFrom(byte[] data)
static BoundingPoly
BoundingPoly. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundingPoly
BoundingPoly. parseFrom(com.google.protobuf.ByteString data)
static BoundingPoly
BoundingPoly. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundingPoly
BoundingPoly. parseFrom(com.google.protobuf.CodedInputStream input)
static BoundingPoly
BoundingPoly. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundingPoly
BoundingPoly. parseFrom(InputStream input)
static BoundingPoly
BoundingPoly. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundingPoly
BoundingPoly. parseFrom(ByteBuffer data)
static BoundingPoly
BoundingPoly. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1beta1 that return types with arguments of type BoundingPoly Modifier and Type Method Description com.google.protobuf.Parser<BoundingPoly>
BoundingPoly. getParserForType()
static com.google.protobuf.Parser<BoundingPoly>
BoundingPoly. parser()
Methods in com.google.cloud.documentai.v1beta1 with parameters of type BoundingPoly Modifier and Type Method Description TableBoundHint.Builder
TableBoundHint.Builder. mergeBoundingBox(BoundingPoly value)
Bounding box hint for a table on this page.Document.Page.Layout.Builder
Document.Page.Layout.Builder. mergeBoundingPoly(BoundingPoly value)
The bounding polygon for the [Layout][google.cloud.documentai.v1beta1.Document.Page.Layout].BoundingPoly.Builder
BoundingPoly.Builder. mergeFrom(BoundingPoly other)
static BoundingPoly.Builder
BoundingPoly. newBuilder(BoundingPoly prototype)
TableBoundHint.Builder
TableBoundHint.Builder. setBoundingBox(BoundingPoly value)
Bounding box hint for a table on this page.Document.Page.Layout.Builder
Document.Page.Layout.Builder. setBoundingPoly(BoundingPoly value)
The bounding polygon for the [Layout][google.cloud.documentai.v1beta1.Document.Page.Layout].
-