Privacy
The privacy section contains privacy control features such as blurring car license plates.
License Plate Blur
This operation proposes to automatically blur found license plates on the image.
Request example to blur a car license plate:
"operations": {
"privacy": {
"blur_car_plate": true
}
}

Identity crop
This operation hides a person's identity by detecting a line between the nose and lips and cutting out everything above that line.
Request example to crop a person's identity:
"operations": {
"privacy": {
"identity_crop": true
}
}
Last updated