get_supported_classes
List object classes supported by the bounding-box model.
- Method:
GET - Path:
/get_supported_classes
Success Response
{
"success": true,
"message": null,
"data": {
"supported_classes": ["person", "vehicle", "bag", "animal", "unknown"]
}
}
| Field | Type | Description |
|---|---|---|
data.supported_classes | string[] | Object class names supported by the configured bounding-box model. |