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

Class: Aws::Rekognition::Types::DescribeCollectionResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#collection_arnString

The Amazon Resource Name (ARN) of the collection.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the collection.

#creation_timestampTime

The number of milliseconds since the Unix epoch time until the creation of the collection. The Unix epoch time is 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.

Returns:

  • (Time)

    The number of milliseconds since the Unix epoch time until the creation of the collection.

#face_countInteger

The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.

Returns:

  • (Integer)

    The number of faces that are indexed into the collection.

#face_model_versionString

The version of the face model that\'s used by the collection for face detection.

For more information, see Model Versioning in the Amazon Rekognition Developer Guide.

Returns:

  • (String)

    The version of the face model that\'s used by the collection for face detection.