public interface ImageObjectDetectionAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BoundingPoly |
getBoundingBox()
Output only.
|
BoundingPolyOrBuilder |
getBoundingBoxOrBuilder()
Output only.
|
float |
getScore()
Output only.
|
boolean |
hasBoundingBox()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBoundingBox()
Output only. The rectangle representing the object location.
.google.cloud.automl.v1.BoundingPoly bounding_box = 1;BoundingPoly getBoundingBox()
Output only. The rectangle representing the object location.
.google.cloud.automl.v1.BoundingPoly bounding_box = 1;BoundingPolyOrBuilder getBoundingBoxOrBuilder()
Output only. The rectangle representing the object location.
.google.cloud.automl.v1.BoundingPoly bounding_box = 1;float getScore()
Output only. The confidence that this annotation is positive for the parent example, value in [0, 1], higher means higher positivity confidence.
float score = 2;Copyright © 2025 Google LLC. All rights reserved.