Amazon Rekognition · JSON Structure

Amazon Rekognition Image Only Request Structure

Request containing only an image.

Type: object Properties: 1 Required: 1
Celebrity RecognitionComputer VisionContent ModerationCustom LabelsDeep LearningFace LivenessFacial RecognitionImage AnalysisMachine LearningObject DetectionText DetectionVideo Analysis

ImageOnlyRequest is a JSON Structure definition published by Amazon Rekognition, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Image

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-rekognition/refs/heads/main/json-structure/amazon-rekognition-image-only-request-structure.json",
  "name": "ImageOnlyRequest",
  "description": "Request containing only an image.",
  "type": "object",
  "properties": {
    "Image": {
      "$ref": "#/components/schemas/Image"
    }
  },
  "required": [
    "Image"
  ]
}