Disable Celebrity Recognition in Vision Analysis Captions
My application does not wish to know if a face in an image is recognised as a celebrity (correctly or false-positive), but I see no option to remove/disable celebrity names from captions.
e.g. I just want to know that the image is "A person talking on a cell phone"
"captions": [
{
"text": "Leonardo DiCaprio talking on a cell phone",
"confidence": 0.53837191468154666
}
]
3
votes
