class edgeimpulse_api.models.structured_label.StructuredLabel(
**data: Any
)
Config
The type of the None singleton.
end_index: pydantic.types.StrictInt
The type of the None singleton.
label: pydantic.types.StrictStr
The type of the None singleton.
start_index: pydantic.types.StrictInt
The type of the None singleton.
edgeimpulse_api.models.structured_label.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.structured_label.StructuredLabel
edgeimpulse_api.models.structured_label.from_json(
json_str: str
) ‑> edgeimpulse_api.models.structured_label.StructuredLabel
edgeimpulse_api.models.structured_label.to_dict(
self
)
edgeimpulse_api.models.structured_label.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.structured_label.to_str(
self
) ‑> str