edgeimpulse_api.models.object_detection_auto_label_response_all_of_results.ObjectDetectionAutoLabelResponseAllOfResults(
**data: Any
)
Parameters | |
---|---|
**data | Any |
Bases |
---|
pydantic.v1.main.BaseModel |
pydantic.v1.utils.Representation |
Class variables | |
---|---|
Config | |
height | pydantic.v1.types.StrictInt |
label | pydantic.v1.types.StrictStr |
width | pydantic.v1.types.StrictInt |
x | pydantic.v1.types.StrictInt |
y | pydantic.v1.types.StrictInt |
edgeimpulse_api.models.object_detection_auto_label_response_all_of_results.ObjectDetectionAutoLabelResponseAllOfResults.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.object_detection_auto_label_response_all_of_results.ObjectDetectionAutoLabelResponseAllOfResults
Parameters | |
---|---|
obj | dict |
Returns |
---|
edgeimpulse_api.models.object_detection_auto_label_response_all_of_results.ObjectDetectionAutoLabelResponseAllOfResults |
edgeimpulse_api.models.object_detection_auto_label_response_all_of_results.ObjectDetectionAutoLabelResponseAllOfResults.from_json(
json_str: str
) ‑> edgeimpulse_api.models.object_detection_auto_label_response_all_of_results.ObjectDetectionAutoLabelResponseAllOfResults
Parameters | |
---|---|
json_str | str |
Returns |
---|
edgeimpulse_api.models.object_detection_auto_label_response_all_of_results.ObjectDetectionAutoLabelResponseAllOfResults |
edgeimpulse_api.models.object_detection_auto_label_response_all_of_results.ObjectDetectionAutoLabelResponseAllOfResults.to_dict(
self
)
Parameters | |
---|---|
self | |
edgeimpulse_api.models.object_detection_auto_label_response_all_of_results.ObjectDetectionAutoLabelResponseAllOfResults.to_json(
self,
indent=None
) ‑> str
Parameters | |
---|---|
self | |
indent=None | |
Returns |
---|
str |
edgeimpulse_api.models.object_detection_auto_label_response_all_of_results.ObjectDetectionAutoLabelResponseAllOfResults.to_str(
self
) ‑> str
Parameters | |
---|---|
self | |
Returns |
---|
str |