desc:"Analyze Image A synchronous API for the analysis of potentially harmful image content. Currently, it supports four categories: Hate, SelfHarm, Sexual, and Violence."
returns:
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."
returns:
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."
returns:
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```"
returns:
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."
returns:
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."
returns:
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```"
returns:
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>."