DescribeCollectionResponse class

Constructors

DescribeCollectionResponse({String? collectionARN, DateTime? creationTimestamp, int? faceCount, String? faceModelVersion})
DescribeCollectionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

collectionARN String?
The Amazon Resource Name (ARN) of the collection.
final
creationTimestamp DateTime?
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.
final
faceCount int?
The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.
final
faceModelVersion String?
The version of the face model that's used by the collection for face detection.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited