Uses of Class
com.google.cloud.automl.v1.BoundingPoly
-
Packages that use BoundingPoly Package Description com.google.cloud.automl.v1 A client to Cloud AutoML API -
-
Uses of BoundingPoly in com.google.cloud.automl.v1
Methods in com.google.cloud.automl.v1 that return BoundingPoly Modifier and Type Method Description BoundingPoly
BoundingPoly.Builder. build()
BoundingPoly
BoundingPoly.Builder. buildPartial()
BoundingPoly
ImageObjectDetectionAnnotation.Builder. getBoundingBox()
Output only.BoundingPoly
ImageObjectDetectionAnnotation. getBoundingBox()
Output only.BoundingPoly
ImageObjectDetectionAnnotationOrBuilder. getBoundingBox()
Output only.BoundingPoly
Document.Layout.Builder. getBoundingPoly()
The position of the [text_segment][google.cloud.automl.v1.Document.Layout.text_segment] in the page.BoundingPoly
Document.Layout. getBoundingPoly()
The position of the [text_segment][google.cloud.automl.v1.Document.Layout.text_segment] in the page.BoundingPoly
Document.LayoutOrBuilder. getBoundingPoly()
The position of the [text_segment][google.cloud.automl.v1.Document.Layout.text_segment] in the page.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.automl.v1 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.automl.v1 with parameters of type BoundingPoly Modifier and Type Method Description ImageObjectDetectionAnnotation.Builder
ImageObjectDetectionAnnotation.Builder. mergeBoundingBox(BoundingPoly value)
Output only.Document.Layout.Builder
Document.Layout.Builder. mergeBoundingPoly(BoundingPoly value)
The position of the [text_segment][google.cloud.automl.v1.Document.Layout.text_segment] in the page.BoundingPoly.Builder
BoundingPoly.Builder. mergeFrom(BoundingPoly other)
static BoundingPoly.Builder
BoundingPoly. newBuilder(BoundingPoly prototype)
ImageObjectDetectionAnnotation.Builder
ImageObjectDetectionAnnotation.Builder. setBoundingBox(BoundingPoly value)
Output only.Document.Layout.Builder
Document.Layout.Builder. setBoundingPoly(BoundingPoly value)
The position of the [text_segment][google.cloud.automl.v1.Document.Layout.text_segment] in the page.
-