class edgeimpulse_api.models.dsp_metadata_output_config_shape.DSPMetadataOutputConfigShape(
**data: Any
)
Config
The type of the None singleton.
channels: pydantic.types.StrictInt | None
The type of the None singleton.
frames: pydantic.types.StrictInt | None
The type of the None singleton.
height: pydantic.types.StrictInt | None
The type of the None singleton.
width: pydantic.types.StrictInt
The type of the None singleton.
edgeimpulse_api.models.dsp_metadata_output_config_shape.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.dsp_metadata_output_config_shape.DSPMetadataOutputConfigShape
edgeimpulse_api.models.dsp_metadata_output_config_shape.from_json(
json_str: str
) ‑> edgeimpulse_api.models.dsp_metadata_output_config_shape.DSPMetadataOutputConfigShape
edgeimpulse_api.models.dsp_metadata_output_config_shape.to_dict(
self
)
edgeimpulse_api.models.dsp_metadata_output_config_shape.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.dsp_metadata_output_config_shape.to_str(
self
) ‑> str