Amazon Rekognition · JSON Structure

Amazon Rekognition List Collections Response Structure

ListCollectionsResponse schema from Amazon Rekognition

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

ListCollectionsResponse 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

CollectionIds NextToken FaceModelVersions

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-list-collections-response-structure.json",
  "name": "ListCollectionsResponse",
  "description": "ListCollectionsResponse schema from Amazon Rekognition",
  "type": "object",
  "properties": {
    "CollectionIds": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "NextToken": {
      "type": "string"
    },
    "FaceModelVersions": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}