Amazon Rekognition · JSON Structure

Amazon Rekognition Create Collection Response Structure

CreateCollectionResponse schema from Amazon Rekognition

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

CreateCollectionResponse is a JSON Structure definition published by Amazon Rekognition, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

StatusCode CollectionArn FaceModelVersion

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-create-collection-response-structure.json",
  "name": "CreateCollectionResponse",
  "description": "CreateCollectionResponse schema from Amazon Rekognition",
  "type": "object",
  "properties": {
    "StatusCode": {
      "type": "int32",
      "example": 200
    },
    "CollectionArn": {
      "type": "string",
      "example": "aws:rekognition:us-east-1:123456789012:collection/my-face-collection"
    },
    "FaceModelVersion": {
      "type": "string",
      "example": "6.0"
    }
  }
}