FaceApiSearchParams class

Constructors

FaceApiSearchParams()

Properties

groupIds List<int>?
The IDs of the groups in which the search is performed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
limit int
The number of returned Persons limit.
getter/setter pair
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.
getter/setter pair

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.