ListFacesResponse class

Constructors

ListFacesResponse({String? faceModelVersion, List<Face>? faces, String? nextToken})
ListFacesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

faceModelVersion String?
Version number of the face detection model associated with the input collection (CollectionId).
final
faces List<Face>?
An array of Face objects.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of faces.
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