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