Amazon Lookout for Vision · JSON Structure

Amazon Lookout For Vision Anomaly Structure

Information about an anomaly type found on an image by an image segmentation model. For more information, see DetectAnomalies.

Type: object Properties: 2
Computer VisionMachine LearningManufacturingQuality InspectionAnomaly Detection

Anomaly is a JSON Structure definition published by Amazon Lookout for Vision, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name PixelAnomaly

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-vision/refs/heads/main/json-structure/amazon-lookout-for-vision-anomaly-structure.json",
  "name": "Anomaly",
  "description": "Information about an anomaly type found on an image by an image segmentation model. For more information, see <a>DetectAnomalies</a>.",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AnomalyName"
        },
        {
          "description": "The name of an anomaly type found in an image. <code>Name</code> maps to an anomaly type in the training dataset, apart from the anomaly type <code>background</code>. The service automatically inserts the <code>background</code> anomaly type into the response from <code>DetectAnomalies</code>. "
        }
      ]
    },
    "PixelAnomaly": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PixelAnomaly"
        },
        {
          "description": "Information about the pixel mask that covers an anomaly type."
        }
      ]
    }
  }
}