SearchFacesResponse class

Constructors

SearchFacesResponse({List<FaceMatch>? faceMatches, String? faceModelVersion, String? searchedFaceId})
SearchFacesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

faceMatches List<FaceMatch>?
An array of faces that matched the input face, along with the confidence in the match.
final
faceModelVersion String?
Version number of the face detection model associated with the input collection (CollectionId).
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchedFaceId String?
ID of the face that was searched for matches in a collection.
final

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