Amazon Rekognition · Schema

ListCollectionsResponse

ListCollectionsResponse schema from Amazon Rekognition

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

Properties

Name Type Description
CollectionIds array
NextToken string
FaceModelVersions array
View JSON Schema on GitHub

JSON Schema

amazon-rekognition-list-collections-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-list-collections-response-schema.json",
  "title": "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"
      }
    }
  }
}