DetectFacesRequest class
Constructors
- DetectFacesRequest(Uint8List image, DetectFacesConfig config, {String? tag})
- DetectFacesRequest.allAttributes(Uint8List image)
- DetectFacesRequest.cropAllFaces(Uint8List image)
- DetectFacesRequest.cropCentralFace(Uint8List image)
- DetectFacesRequest.qualityFull(Uint8List image)
- DetectFacesRequest.qualityICAO(Uint8List image)
- DetectFacesRequest.qualityVisaSchengen(Uint8List image)
- DetectFacesRequest.qualityVisaUSA(Uint8List image)
- DetectFacesRequest.thumbnail(Uint8List image)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic jsonObject) → DetectFacesRequest?