|
| 1 | +### YamlMime:FAQ |
| 2 | +metadata: |
| 3 | + title: "Frequently asked questions - Azure AI Content Safety" |
| 4 | + titleSuffix: Azure Cognitive Services |
| 5 | + description: Get answers to frequently asked questions about AI Content Safety in Azure Cognitive Services. |
| 6 | + services: cognitive-services |
| 7 | + author: PatrickFarley |
| 8 | + manager: nitinme |
| 9 | + |
| 10 | + ms.service: cognitive-services |
| 11 | + ms.subservice: content-safety |
| 12 | + ms.topic: faq |
| 13 | + ms.date: 07/03/2023 |
| 14 | + ms.author: pafarley |
| 15 | + ms.custom: |
| 16 | +title: AI Content Safety API Frequently Asked Questions |
| 17 | +summary: | |
| 18 | + > [!TIP] |
| 19 | + > If you can't find answers to your questions in this FAQ, ask the Cognitive Services API community on [StackOverflow](https://stackoverflow.com/questions/tagged/project-oxford+or+microsoft-cognitive) or contact Help and Support on [UserVoice](https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858) |
| 20 | +
|
| 21 | +
|
| 22 | +sections: |
| 23 | + - name: AI Content Safety API frequently asked questions |
| 24 | + questions: |
| 25 | + - question: | |
| 26 | + What is the difference between the Azure Content Moderator and Azure AI Content Safety services? |
| 27 | + answer: | |
| 28 | + The main differences between the two services are: |
| 29 | +
|
| 30 | + - Azure Content Moderator uses binary classification for each content type (such as `profanity` or `adult`), while Azure AI Content Safety uses multiple classes (such as `sexual`, `violent`, `hate`, and `self-harm`) with different severity levels. |
| 31 | + - Azure Content Safety supports multilingual content moderation in English, German, Japanese, Spanish, French, Italian, Portuguese, and Chinese, while Azure Content Moderator's AI classifiers only support English. |
| 32 | + - Azure Content Moderator has a built-in term list and a custom term list feature, while Azure AI Content Safety does not have a built-in term list but relies on advanced language and vision models to detect harmful content. It also provides a custom term list feature for incident response and customization. |
| 33 | + - Azure AI Content Safety has an interactive studio for exploring and testing the service capabilities, while Azure Content Moderator does not. |
| 34 | + - question: | |
| 35 | + Why should I migrate from Azure Content Moderator to Azure AI Content Safety? |
| 36 | + answer: | |
| 37 | + Microsoft recommends that customers who are using Azure Content Moderator migrate to Azure AI Content Safety because: |
| 38 | +
|
| 39 | + - Azure AI Content Safety offers more accurate and granular detection of harmful content in text and images using state-of-the-art AI models. |
| 40 | + - Azure AI Content Safety supports multilingual content moderation in English, Japanese, German, Spanish, French, Portuguese, Italian, and Chinese. |
| 41 | + - Azure AI Content Safety enables responsible AI practices by monitoring both user-generated and AI-generated content. |
| 42 | + - question: | |
| 43 | + How does billing work for the Azure AI Content Safety service? |
| 44 | + answer: | |
| 45 | + In the S tier, there are two types of APIs. For the Text API, the service is billed for the amount of text records submitted to the service. For the Image API, the service is billed for the number of images submitted to the service. |
| 46 | + - question: | |
| 47 | + What happens if I exceed the transaction limit on my free tier for Azure AI Content Safety? |
| 48 | + answer: | |
| 49 | + Usage is throttled if the transaction limit is reached on the Free tier. Customers cannot accrue overages on the free tier. |
0 commit comments