You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::ListCollectionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#collection_idsArray<String>

An array of collection IDs.

Returns:

  • (Array<String>)

    An array of collection IDs.

#face_model_versionsArray<String>

Version numbers of the face detection models associated with the collections in the array CollectionIds. For example, the value of FaceModelVersions[2] is the version number for the face detection model used by the collection in CollectionId[2].

Returns:

  • (Array<String>)

    Version numbers of the face detection models associated with the collections in the array CollectionIds.

#next_tokenString

If the result is truncated, the response provides a NextToken that you can use in the subsequent request to fetch the next set of collection IDs.

Returns:

  • (String)

    If the result is truncated, the response provides a NextToken that you can use in the subsequent request to fetch the next set of collection IDs.