テキストベースのチャットボットがあります。 Content Moderator の Text Moderation API を使用してコンテンツ モデレーションを有効にする必要があります。どの 2 つのサービス応答を使用すべきでしょうか? 正解はそれぞれ解決策の一部を示しています。注: 正解は 1 点です。
正解:A,E
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 * Azure Content Moderator text moderation overview