Skip to content

Commit f93faad

Browse files
committed
consaf freshness
1 parent 6dc2384 commit f93faad

File tree

6 files changed

+9
-10
lines changed

6 files changed

+9
-10
lines changed

articles/ai-services/content-safety/includes/quickstarts/csharp-quickstart-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-content-safety
88
ms.custom:
99
ms.topic: include
10-
ms.date: 07/04/2023
10+
ms.date: 03/07/2024
1111
ms.author: pafarley
1212
---
1313

articles/ai-services/content-safety/includes/quickstarts/java-quickstart-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-content-safety
88
ms.custom:
99
ms.topic: include
10-
ms.date: 10/10/2023
10+
ms.date: 03/07/2024
1111
ms.author: pafarley
1212
---
1313

articles/ai-services/content-safety/includes/quickstarts/javascript-quickstart-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-content-safety
88
ms.custom:
99
ms.topic: include
10-
ms.date: 10/10/2023
10+
ms.date: 03/07/2024
1111
ms.author: pafarley
1212
---
1313

articles/ai-services/content-safety/includes/quickstarts/python-quickstart-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-content-safety
88
ms.custom: build-2023
99
ms.topic: include
10-
ms.date: 05/03/2023
10+
ms.date: 03/07/2024
1111
ms.author: pafarley
1212
---
1313

articles/ai-services/content-safety/includes/quickstarts/rest-quickstart-image.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-content-safety
88
ms.custom: build-2023
99
ms.topic: include
10-
ms.date: 04/11/2023
10+
ms.date: 03/07/2024
1111
ms.author: pafarley
1212
---
1313

@@ -19,7 +19,6 @@ ms.author: pafarley
1919
* [cURL](https://curl.haxx.se/) installed
2020

2121

22-
2322
## Analyze image content
2423

2524
The following section walks through a sample image moderation request with cURL.
@@ -98,7 +97,7 @@ The parameters in the request body are defined in this table:
9897
| **categories** | Optional | This is assumed to be an array of category names. See the [Harm categories guide](../../concepts/harm-categories.md) for a list of available category names. If no categories are specified, all four categories are used. We use multiple categories to get scores in a single request. | String |
9998
| **outputType** | Optional | `"FourSeverityLevels"` or `"EightSeverityLevels"`. Output severities in four or eight levels. The value can be `0,2,4,6` or `0,1,2,3,4,5,6,7`. | String|
10099
101-
### Interpret the API response
100+
### Output
102101
103102
You should see the image moderation results displayed as JSON data in the console. For example:
104103
@@ -129,5 +128,5 @@ The JSON fields in the output are defined here:
129128

130129
| Name | Description | Type |
131130
| :------------- | :--------------- | ------ |
132-
| **categoriesAnalysis** | Each output class that the API predicts. Classification can be multi-labeled. For example, when a text sample is run through the text moderation model, it could be classified as both sexual content and violence. [Harm categories](../../concepts/harm-categories.md)| String |
133-
| **Severity** | The higher the severity of input content, the larger this value is. | Integer |
131+
| **categoriesAnalysis** | Each output class that the API predicts. Classification can be multi-labeled. For example, when an image is run through the image moderation model, it could be classified as both sexual content and violence. [Harm categories](../../concepts/harm-categories.md)| String |
132+
| **Severity** | The severity level of the flag in each harm category. [Harm categories](../../concepts/harm-categories.md) | Integer |

articles/ai-services/content-safety/quickstart-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: azure-ai-content-safety
99
ms.custom: build-2023, devx-track-python, devx-track-dotnet, devx-track-extended-java, devx-track-js
1010
ms.topic: quickstart
11-
ms.date: 05/08/2023
11+
ms.date: 03/06/2024
1212
ms.author: pafarley
1313
zone_pivot_groups: programming-languages-content-safety
1414
---

0 commit comments

Comments
 (0)