Class IdentifiedBox (0.1.0)

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

Identified box contains location and the entity of the object.

Attributes

Name Description
box_id int
An unique id for this box.
normalized_bounding_box google.cloud.visionai_v1.types.ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox
Bounding Box in the normalized coordinates.
confidence_score float
Confidence score associated with this box.
entity google.cloud.visionai_v1.types.ObjectDetectionPredictionResult.Entity
Entity of this box.

Classes

NormalizedBoundingBox

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

Bounding Box in the normalized coordinates.