class edgeimpulse_api.models.object_detection_post_processing_object.ObjectDetectionPostProcessingObject(
**data: Any
)
Config
The type of the None singleton.
height: float
The type of the None singleton.
label: pydantic.types.StrictStr
The type of the None singleton.
score: float
The type of the None singleton.
width: float
The type of the None singleton.
x: float
The type of the None singleton.
y: float
The type of the None singleton.
edgeimpulse_api.models.object_detection_post_processing_object.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.object_detection_post_processing_object.ObjectDetectionPostProcessingObject
edgeimpulse_api.models.object_detection_post_processing_object.from_json(
json_str: str
) ‑> edgeimpulse_api.models.object_detection_post_processing_object.ObjectDetectionPostProcessingObject
edgeimpulse_api.models.object_detection_post_processing_object.to_dict(
self
)
edgeimpulse_api.models.object_detection_post_processing_object.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.object_detection_post_processing_object.to_str(
self
) ‑> str