Skip to content

Commit b8a081e

Browse files
authored
Merge pull request #134 from MicrosoftDocs/main
9/5 11:00 AM IST Publish
2 parents 3d9b2ce + d1405ce commit b8a081e

File tree

11 files changed

+1085
-270
lines changed

11 files changed

+1085
-270
lines changed

.openpublishing.publish.config.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"monikers": [],
1313
"open_to_public_contributors": true,
1414
"type_mapping": {
15-
"Conceptual": "Content"
15+
"Conceptual": "Content",
16+
"ZonePivotGroups": "Toc"
1617
},
1718
"build_entry_point": "docs"
1819
}
@@ -169,8 +170,6 @@
169170
"branch_mapping": {}
170171
}
171172
],
172-
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/azure-ai-docs",
173-
"git_repository_branch_open_to_public_contributors": "main",
174173
"branch_target_mapping": {},
175174
"targets": {}
176175
}

articles/ai-services/content-safety/faq.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ metadata:
88

99
ms.service: azure-ai-content-safety
1010
ms.topic: faq
11-
ms.date: 04/30/2024
11+
ms.date: 09/04/2024
1212
ms.author: pafarley
1313
ms.custom:
14-
title: Azure AI Content Safety API Frequently Asked Questions
14+
title: Azure AI Content Safety Frequently Asked Questions
1515
summary: |
1616
> [!TIP]
1717
> 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:
2525
answer: |
2626
The main differences between the two services are:
2727
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.
3030
- 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.
3131
- Azure AI Content Safety has an interactive studio for exploring and testing the service capabilities, while Azure Content Moderator does not.
3232
- question: |
@@ -35,7 +35,7 @@ sections:
3535
Microsoft recommends that customers who are using Azure Content Moderator migrate to Azure AI Content Safety because:
3636
3737
- 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)).
3939
- Azure AI Content Safety enables responsible AI practices by monitoring both user-generated and AI-generated content.
4040
- question: |
4141
Can I detect harmful content in custom categories that I define myself?
@@ -44,8 +44,8 @@ sections:
4444
- question: |
4545
How does billing work for the Azure AI Content Safety service?
4646
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.
4848
- question: |
4949
What happens if I exceed the transaction limit on my free tier for Azure AI Content Safety?
5050
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.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "Language notice"
3+
#services: cognitive-services
4+
author: PatrickFarley
5+
manager: nitinme
6+
ms.service: azure-ai-content-safety
7+
ms.topic: include
8+
ms.date: 05/03/2023
9+
ms.author: pafarley
10+
---
11+
12+
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

Comments
 (0)