DetectedObject(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Each DetectedObject is one particular identification of an object specified with the AnnotationSpec id and display_name, the bounding box, the associated confidence score and the corresponding track_id.
Attributes |
|
---|---|
Name | Description |
id |
str
The resource ID of the AnnotationSpec that had been identified. |
display_name |
str
The display name of the AnnotationSpec that had been identified. |
bounding_box |
google.cloud.visionai_v1alpha1.types.VideoObjectTrackingPredictionResult.BoundingBox
Boundingbox. |
confidence |
float
The Model's confidence in correction of this identification, higher value means higher confidence. |
track_id |
int
The same object may be identified on muitiple frames which are typical adjacent. The set of frames where a particular object has been detected form a track. This track_id can be used to trace down all frames for an detected object. |