Amazon Rekognition · Schema

CreateCollectionResponse

CreateCollectionResponse schema from Amazon Rekognition

Celebrity RecognitionComputer-VisionContent ModerationCustom LabelsDeep LearningFace LivenessFacial RecognitionImage AnalysisMachine-LearningObject DetectionText DetectionVideo Analysis

Properties

Name Type Description
StatusCode integer
CollectionArn string
FaceModelVersion string
View JSON Schema on GitHub

JSON Schema

amazon-rekognition-create-collection-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-rekognition/refs/heads/main/json-schema/amazon-rekognition-create-collection-response-schema.json",
  "title": "CreateCollectionResponse",
  "description": "CreateCollectionResponse schema from Amazon Rekognition",
  "type": "object",
  "properties": {
    "StatusCode": {
      "type": "integer",
      "example": 200
    },
    "CollectionArn": {
      "type": "string",
      "example": "aws:rekognition:us-east-1:123456789012:collection/my-face-collection"
    },
    "FaceModelVersion": {
      "type": "string",
      "example": "6.0"
    }
  }
}