Microsoft Azure · Schema

dalleContentFilterResults

Information about the content filtering results.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
sexual object
violence object
hate object
self_harm object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-dallecontentfilterresults-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dalleContentFilterResults",
  "title": "dalleContentFilterResults",
  "type": "object",
  "description": "Information about the content filtering results.",
  "properties": {
    "sexual": {
      "$ref": "#/components/schemas/contentFilterSeverityResult"
    },
    "violence": {
      "$ref": "#/components/schemas/contentFilterSeverityResult"
    },
    "hate": {
      "$ref": "#/components/schemas/contentFilterSeverityResult"
    },
    "self_harm": {
      "$ref": "#/components/schemas/contentFilterSeverityResult"
    }
  }
}