| Modifier and Type | Method and Description |
|---|---|
BoundingPoly |
BoundingPoly.Builder.build() |
BoundingPoly |
BoundingPoly.Builder.buildPartial() |
BoundingPoly |
ImageObjectDetectionAnnotation.getBoundingBox()
Output only.
|
BoundingPoly |
ImageObjectDetectionAnnotation.Builder.getBoundingBox()
Output only.
|
BoundingPoly |
ImageObjectDetectionAnnotationOrBuilder.getBoundingBox()
Output only.
|
BoundingPoly |
Document.LayoutOrBuilder.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.Layout.Builder.getBoundingPoly()
The position of the [text_segment][google.cloud.automl.v1.Document.Layout.text_segment] in the page.
|
static BoundingPoly |
BoundingPoly.getDefaultInstance() |
BoundingPoly |
BoundingPoly.getDefaultInstanceForType() |
BoundingPoly |
BoundingPoly.Builder.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(ByteBuffer data) |
static BoundingPoly |
BoundingPoly.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<BoundingPoly> |
BoundingPoly.getParserForType() |
static com.google.protobuf.Parser<BoundingPoly> |
BoundingPoly.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2025 Google LLC. All rights reserved.