Class ImageObjectDetectionAnnotation (2.4.2)

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

Annotation details for image object detection. .. attribute:: bounding_box

Output only. The rectangle representing the object location.

:type: google.cloud.automl_v1beta1.types.BoundingPoly

Attribute

NameDescription
score float
Output only. The confidence that this annotation is positive for the parent example, value in [0, 1], higher means higher positivity confidence.