Question 1mediummultiple choice
Read the full Implement content moderation solutions explanation →AI-102 Implement content moderation solutions • Complete Question Bank
Complete AI-102 Implement content moderation solutions question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit.
```json
{
"Classification": {
"ReviewRecommended": false,
"Category1": {
"Score": 0.99
},
"Category2": {
"Score": 0.02
},
"Category3": {
"Score": 0.01
}
},
"Terms": []
}
```
The above JSON is the output from Azure Content Moderator's Image Moderation API for an image. The application uses a threshold of 0.5 for Category1 (adult) to trigger a review.