FaceBeautifyOption class

The face beautify option class.

美颜选项类。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

FaceBeautifyOption({bool? enable = false, double? intensity = 0.5})
Constructs a FaceBeautifyOption

Properties

enable bool?
Whether to enable face beautify. Default: NO.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intensity double?
The intensity of face beautify, valid value ranges between 0.0 and 1.0. Default: 0.5.
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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