get_bounding_box_objects
This method gets the bounding box classes supported for common object detection.
Method: GET
Endpoint: /get_bounding_box_objects
Response
{
"bounding_box_objects":[ "people", "vehicles", "bags" ]
}
Response JSON Attributes
Name | Type | Description |
---|---|---|
bounding_box_objects | string[] | the list of classes supported for common object detection |