FaceApiParams class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
mode
↔ String
-
The processing mode: "match" or "match+search".
getter/setter pair
-
proxy
↔ String?
-
Proxy to use, should be set according to the cURL standart.
getter/setter pair
-
proxyPassword
↔ String?
-
Username and password to use for proxy authentication,
should be set according to the cURL standart.
getter/setter pair
-
proxyType
↔ int?
-
Proxy protocol type, should be set according to the cURL standart.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
searchParams
↔ FaceApiSearchParams?
-
A search filter that can be applied if the "match+search" mode is enabled.
getter/setter pair
-
serviceTimeout
↔ int
-
The service request timeout, ms.
getter/setter pair
-
threshold
↔ int
-
The similarity threshold, 0-100. Above 75 means that the faces' similarity
is verified, below 75 is not.
getter/setter pair
-
url
↔ String
-
The URL of the Regula Face SDK service instance to be 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