You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/content-safety/faq.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ metadata:
8
8
9
9
ms.service: azure-ai-content-safety
10
10
ms.topic: faq
11
-
ms.date: 04/30/2024
11
+
ms.date: 09/04/2024
12
12
ms.author: pafarley
13
13
ms.custom:
14
-
title: Azure AI Content Safety API Frequently Asked Questions
14
+
title: Azure AI Content Safety Frequently Asked Questions
15
15
summary: |
16
16
> [!TIP]
17
17
> 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)
@@ -25,8 +25,8 @@ sections:
25
25
answer: |
26
26
The main differences between the two services are:
27
27
28
-
- 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.
29
-
- Azure AI 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.
28
+
- Azure Content Moderator uses binary classification for each content type (such as `profanity` or `adult`), while Azure AI Content Safety uses different classes (such as `sexual`, `violent`, `hate`, and `self-harm`) with multiple severity levels.
29
+
- Azure AI Content Safety supports multilingual content moderation (see [Language support](./language-support.md)), while Azure Content Moderator's AI classifiers only support English.
30
30
- 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 customization.
31
31
- Azure AI Content Safety has an interactive studio for exploring and testing the service capabilities, while Azure Content Moderator does not.
32
32
- question: |
@@ -35,7 +35,7 @@ sections:
35
35
Microsoft recommends that customers who are using Azure Content Moderator migrate to Azure AI Content Safety because:
36
36
37
37
- Azure AI Content Safety offers more accurate and granular detection of harmful content in text and images using state-of-the-art AI models.
38
-
- Azure AI Content Safety supports multilingual content moderation in English, Japanese, German, Spanish, French, Portuguese, Italian, and Chinese.
38
+
- Azure AI Content Safety supports multilingual content moderation (see [Language support](./language-support.md)).
39
39
- Azure AI Content Safety enables responsible AI practices by monitoring both user-generated and AI-generated content.
40
40
- question: |
41
41
Can I detect harmful content in custom categories that I define myself?
@@ -44,8 +44,8 @@ sections:
44
44
- question: |
45
45
How does billing work for the Azure AI Content Safety service?
46
46
answer: |
47
-
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.
47
+
In the **S0** 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. See the Azure [pricing page](https://aka.ms/content-safety-pricing) for more information.
48
48
- question: |
49
49
What happens if I exceed the transaction limit on my free tier for Azure AI Content Safety?
50
50
answer: |
51
-
Usage is throttled if the transaction limit is reached on the Free tier. Customers cannot accrue overages on the free tier.
51
+
Service usage is throttled if you reach the transaction limit on the Free tier. Customers cannot accrue overages on the free tier.
The Azure AI Content Safety models for protected material, groundedness detection, and custom categories (standard) work with English only.
13
+
14
+
Other Azure AI Content Safety models have been specifically trained and tested on the following languages: Chinese, English, French, German, Spanish, Italian, Japanese, Portuguese. However, these features can work in many other languages, but the quality might vary. In all cases, you should do your own testing to ensure that it works for your application.
0 commit comments