https://api.cloud.nodeflux.io/v1/analytics/face-mask
by providing these arguments as application/json
.HTTP Mapping: 202 Accepted
id
string
Job ID
of your request.status
string
success
, ongoing
, or failed
.analytic_type
string
score
float
status
of classification no_mask
or masked
. Ranging from 0
to 1
.status
float
no_mask
or masked
.bounding_box
dict
top
is the top (y) coordinate of the bounding box.
left
is the left (x) coordinate of the bounding box.
left
is the height of the bounding box.
width
is the width of the bounding box.