ObjectDetectionPredictionResult(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Prediction output format for Generic Object Detection.
Attributes |
|
---|---|
Name | Description |
current_time |
google.protobuf.timestamp_pb2.Timestamp
Current timestamp. |
identified_boxes |
MutableSequence[google.cloud.visionai_v1.types.ObjectDetectionPredictionResult.IdentifiedBox]
A list of identified boxes. |
Classes
Entity
Entity(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The entity info for annotations from object detection prediction result.
IdentifiedBox
IdentifiedBox(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Identified box contains location and the entity of the object.