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_v1alpha1.types.OccupancyCountingPredictionResult.IdentifiedBox.NormalizedBoundingBox
Bounding Box in the normalized coordinates. |
score |
float
Confidence score associated with this box. |
entity |
google.cloud.visionai_v1alpha1.types.OccupancyCountingPredictionResult.Entity
Entity of this box. |
track_id |
int
An unique id to identify a track. It should be consistent across frames. It only exists if tracking is enabled. |
Classes
NormalizedBoundingBox
NormalizedBoundingBox(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Bounding Box in the normalized coordinates.