DescribeCollectionResponse
public struct DescribeCollectionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the collection.
Declaration
Swift
public let collectionARN: String?
-
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
Swift
public let creationTimestamp: TimeStamp?
-
The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.
Declaration
Swift
public let faceCount: Int64?
-
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
Swift
public let faceModelVersion: String?
-
Undocumented
Declaration
Swift
public init(collectionARN: String? = nil, creationTimestamp: TimeStamp? = nil, faceCount: Int64? = nil, faceModelVersion: String? = nil)