The Text Moderation API of Azure Content Moderator is specifically used for scanning text to detect potentially inappropriate or undesired content.
Key features include:
Adult classification score → Indicates the likelihood that the text contains adult content.
Racy classification score → Indicates the likelihood that the text contains sexually suggestive but not explicit content.
PII detection (personal data) is part of text moderation but is not always required when focusing strictly on enabling content moderation for chatbot text safety.
OCR is for extracting text from images, not for moderating chatbot conversations.
Text classification in this context refers to general machine learning categorization (not part of Content Moderator’s moderation API).
Thus, the two service responses directly tied to text moderation safety are:
Adult classification score
Racy classification score
Correct Answer for Q185: A and E
Microsoft Reference
Azure Content Moderator text moderation overview
Submit