ListCollectionsResponse class

Constructors

ListCollectionsResponse({List<String>? collectionIds, List<String>? faceModelVersions, String? nextToken})
ListCollectionsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

collectionIds List<String>?
An array of collection IDs.
final
faceModelVersions List<String>?
Version numbers of the face detection models associated with the collections in the array CollectionIds. For example, the value of FaceModelVersions2 is the version number for the face detection model used by the collection in CollectionId2.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken 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.
final
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