class edgeimpulse_api.models.bounding_box_with_score.BoundingBoxWithScore(
**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.bounding_box_with_score.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.bounding_box_with_score.BoundingBoxWithScore
edgeimpulse_api.models.bounding_box_with_score.from_json(
json_str: str
) ‑> edgeimpulse_api.models.bounding_box_with_score.BoundingBoxWithScore
edgeimpulse_api.models.bounding_box_with_score.to_dict(
self
)
edgeimpulse_api.models.bounding_box_with_score.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.bounding_box_with_score.to_str(
self
) ‑> str