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: docs-ref-autogen/com.azure.ai.contentsafety.ContentSafetyAsyncClient.yml
+7-7
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ methods:
35
35
desc: "Analyze Image A synchronous API for the analysis of potentially harmful image content. Currently, it supports four categories: Hate, SelfHarm, Sexual, and Violence."
36
36
returns:
37
37
description: "the image analysis response on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
desc: "Analyze Image A synchronous API for the analysis of potentially harmful image content. Currently, it supports four categories: Hate, SelfHarm, Sexual, and Violence."
50
50
returns:
51
51
description: "the image analysis response on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
desc: "Analyze Image A synchronous API for the analysis of potentially harmful image content. Currently, it supports four categories: Hate, SelfHarm, Sexual, and Violence."
64
64
returns:
65
65
description: "the image analysis response on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
desc: "Analyze Image A synchronous API for the analysis of potentially harmful image content. Currently, it supports four categories: Hate, SelfHarm, Sexual, and Violence.\n\n**Request Body Schema**\n\n```java\n{\n image (Required): {\n content: byte[] (Optional)\n blobUrl: String (Optional)\n }\n categories (Optional): [\n String(Hate/SelfHarm/Sexual/Violence) (Optional)\n ]\n outputType: String(FourSeverityLevels) (Optional)\n }\n```\n\n**Response Body Schema**\n\n```java\n{\n categoriesAnalysis (Required): [\n (Required){\n category: String(Hate/SelfHarm/Sexual/Violence) (Required)\n severity: Integer (Optional)\n }\n ]\n }\n```"
81
81
returns:
82
82
description: "the image analysis response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
desc: "Analyze Text A synchronous API for the analysis of potentially harmful text content. Currently, it supports four categories: Hate, SelfHarm, Sexual, and Violence."
95
95
returns:
96
96
description: "the text analysis response on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
desc: "Analyze Text A synchronous API for the analysis of potentially harmful text content. Currently, it supports four categories: Hate, SelfHarm, Sexual, and Violence."
109
109
returns:
110
110
description: "the text analysis response on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
desc: "Analyze Text A synchronous API for the analysis of potentially harmful text content. Currently, it supports four categories: Hate, SelfHarm, Sexual, and Violence.\n\n**Request Body Schema**\n\n```java\n{\n text: String (Required)\n categories (Optional): [\n String(Hate/SelfHarm/Sexual/Violence) (Optional)\n ]\n blocklistNames (Optional): [\n String (Optional)\n ]\n haltOnBlocklistHit: Boolean (Optional)\n outputType: String(FourSeverityLevels/EightSeverityLevels) (Optional)\n }\n```\n\n**Response Body Schema**\n\n```java\n{\n blocklistsMatch (Optional): [\n (Optional){\n blocklistName: String (Required)\n blocklistItemId: String (Required)\n blocklistItemText: String (Required)\n }\n ]\n categoriesAnalysis (Required): [\n (Required){\n category: String(Hate/SelfHarm/Sexual/Violence) (Required)\n severity: Integer (Optional)\n }\n ]\n }\n```"
126
126
returns:
127
127
description: "the text analysis response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
0 commit comments