Class ImageObjectDetectionAnnotation (2.1.0)

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

Annotation details for image object detection.

Attributes

NameDescription
bounding_box .geometry.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.