AWSRekognitionDescribeCollectionResponse

Objective-C

@interface AWSRekognitionDescribeCollectionResponse

Swift

class AWSRekognitionDescribeCollectionResponse
  • The Amazon Resource Name (ARN) of the collection.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable collectionARN;

    Swift

    var collectionARN: String? { get set }
  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable creationTimestamp;

    Swift

    var creationTimestamp: Date? { get set }
  • The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable faceCount;

    Swift

    var faceCount: NSNumber? { get set }
  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable faceModelVersion;

    Swift

    var faceModelVersion: String? { get set }
  • The number of UserIDs assigned to the specified colleciton.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable userCount;

    Swift

    var userCount: NSNumber? { get set }