FaceApiSearchParams class

Constructors

FaceApiSearchParams({int limit = 100, double threshold = 1, List<int>? groupIds})

Properties

groupIds List<int>?
The IDs of the groups in which the search is performed.
no setter
hashCode int
The hash code for this object.
no setterinherited
limit int
The number of returned Persons limit.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threshold double
The similarity distance threshold, should be between 0.0 and 2.0, where 0.0 is for returning results for only the most similar persons and 2.0 is for all the persons, even the dissimilar ones. If not set, the default 1.0 value is used.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Allows you to serialize object.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(dynamic jsonObject) FaceApiSearchParams?
Allows you to deserialize object.