class edgeimpulse_api.models.object_tracking_post_processing_object.ObjectTrackingPostProcessingObject(
**data: Any
)
Config
The type of the None singleton.
height: float
The type of the None singleton.
id: pydantic.types.StrictInt
The type of the None singleton.
label: pydantic.types.StrictStr
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_tracking_post_processing_object.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.object_tracking_post_processing_object.ObjectTrackingPostProcessingObject
edgeimpulse_api.models.object_tracking_post_processing_object.from_json(
json_str: str
) ‑> edgeimpulse_api.models.object_tracking_post_processing_object.ObjectTrackingPostProcessingObject
edgeimpulse_api.models.object_tracking_post_processing_object.to_dict(
self
)
edgeimpulse_api.models.object_tracking_post_processing_object.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.object_tracking_post_processing_object.to_str(
self
) ‑> str