Class ImageObjectDetectionAnnotation

ImageObjectDetectionAnnotation(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Annotation details for image object detection.

Attributes

NameDescription
bounding_box google.cloud.automl_v1beta1.types.BoundingPoly
Output only. The rectangle representing the object location.
score float
Output only. The confidence that this annotation is positive for the parent example, value in [0, 1], higher means higher positivity confidence.

Inheritance

builtins.object > proto.message.Message > ImageObjectDetectionAnnotation