Skip to content

Commit d56dbf8

Browse files
committed
change feature order
1 parent 8882c56 commit d56dbf8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

articles/ai-services/content-safety/overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@ There are different types of analysis available from this service. The following
4545

4646
| Type | Functionality |
4747
| :-------------------------- | :---------------------- |
48-
| [Analyze text](/rest/api/cognitiveservices/contentsafety/text-operations/analyze-text) API | Scans text for sexual content, violence, hate, and self harm with multi-severity levels. |
49-
| [Analyze image](/rest/api/cognitiveservices/contentsafety/image-operations/analyze-image) API | Scans images for sexual content, violence, hate, and self harm with multi-severity levels. |
5048
| [Prompt Shields](/rest/api/cognitiveservices/contentsafety/text-operations/detect-text-jailbreak) (preview) | Scans text for the risk of a [User input attack](./concepts/jailbreak-detection.md) on a Large Language Model. [Quickstart](./quickstart-jailbreak.md) |
5149
| [Groundedness detection](/rest/api/cognitiveservices/contentsafety/text-groundedness-detection-operations/detect-groundedness-options) (preview) | Detects whether the text responses of large language models (LLMs) are grounded in the source materials provided by the users. [Quickstart](./quickstart-groundedness.md) |
5250
| [Protected material text detection](/rest/api/cognitiveservices/contentsafety/text-operations/detect-text-protected-material) (preview) | Scans AI-generated text for known text content (for example, song lyrics, articles, recipes, selected web content). [Quickstart](./quickstart-protected-material.md)|
5351
| Custom categories (rapid) API (preview) | Lets you define [emerging harmful content patterns](./concepts/custom-categories-rapid.md) and scan text and images for matches. [How-to guide](./how-to/custom-categories-rapid.md) |
52+
| [Analyze text](/rest/api/cognitiveservices/contentsafety/text-operations/analyze-text) API | Scans text for sexual content, violence, hate, and self harm with multi-severity levels. |
53+
| [Analyze image](/rest/api/cognitiveservices/contentsafety/image-operations/analyze-image) API | Scans images for sexual content, violence, hate, and self harm with multi-severity levels. |
54+
5455

5556
## Content Safety Studio
5657

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,18 @@ items:
1717
href: faq.yml
1818
- name: Quickstarts
1919
items:
20-
- name: Content Safety Studio
21-
href: studio-quickstart.md
22-
- name: Text moderation
23-
href: quickstart-text.md
24-
- name: Image moderation
25-
href: quickstart-image.md
2620
- name: Prompt Shields (preview)
2721
href: quickstart-jailbreak.md
2822
- name: Groundedness detection (preview)
2923
href: quickstart-groundedness.md
3024
- name: Protected material detection (preview)
3125
href: quickstart-protected-material.md
32-
26+
- name: Content Safety Studio
27+
href: studio-quickstart.md
28+
- name: Text moderation
29+
href: quickstart-text.md
30+
- name: Image moderation
31+
href: quickstart-image.md
3332
- name: Samples
3433
items:
3534
- name: Azure AI Content Safety Python samples
@@ -58,14 +57,14 @@ items:
5857
href: ../cognitive-services-virtual-networks.md?context=/azure/ai-services/content-safety/context/context
5958
- name: Concepts
6059
items:
61-
- name: Harm categories
62-
href: concepts/harm-categories.md
6360
- name: Prompt Shields
6461
href: concepts/jailbreak-detection.md
6562
- name: Groundedness detection
6663
href: concepts/groundedness.md
6764
- name: Custom categories (rapid)
6865
href: concepts/custom-categories-rapid.md
66+
- name: Harm categories
67+
href: concepts/harm-categories.md
6968
- name: Reference
7069
items:
7170
- name: Azure AI Content Safety REST API

0 commit comments

Comments
 (0)