PortraitQualityCheckpoints class
Represents the portrait quality check points.
Constructors
-
PortraitQualityCheckpoints(Pointer<
id3FacePortraitQualityCheckpoints> _handle) - Initializes a new instance of the PortraitQualityCheckpoints class from its members.
- PortraitQualityCheckpoints.create()
- Create a new instance of the PortraitQualityCheckpoints.
- PortraitQualityCheckpoints.createFromStruct(id3FacePortraitQualityCheckpoints value)
- Create a new instance of the PortraitQualityCheckpoints from the native struct
Properties
- backgroundUniform ↔ int
-
Value indicating whether the color of the background is uniform.
getter/setter pair
- brightnessBalanced ↔ int
-
Value indicating whether lighting is equally distributed on the face, in particular symmetrically, i.e., there is no difference between the brightness of the right and left side of the face.
getter/setter pair
- dynamicRange ↔ int
-
Value indicating whether the dynamic range on the image is sufficient.
getter/setter pair
- expressionNeutral ↔ int
-
Value indicating whether no emotion is visible on the subject's face.
getter/setter pair
- eyesOpen ↔ int
-
Value indicating whether the eyes are open.
getter/setter pair
-
handle
→ Pointer<
id3FacePortraitQualityCheckpoints> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- headHeightCorrect ↔ int
-
Value indicating whether the height of the head in the image is correct.
getter/setter pair
- headHorizontalPositionCorrect ↔ int
-
Value indicating whether the horizontal position of the head in the image is correct.
getter/setter pair
- headVerticalPositionCorrect ↔ int
-
Value indicating whether the vertical position of the head in the image is correct.
getter/setter pair
- headWidthCorrect ↔ int
-
Value indicating whether the width of the head in the image is correct.
getter/setter pair
- imageColoured ↔ int
-
Value indicating whether the image is coloured, not grayscale.
getter/setter pair
- imageResolutionCorrect ↔ int
-
Value indicating whether the image resolution is correct.
getter/setter pair
- imageSharp ↔ int
-
Value indicating whether the image is sharp.
getter/setter pair
- leftEyeVisible ↔ int
-
Value indicating whether the left eye is visible.
getter/setter pair
- lookStraight ↔ int
-
Value indicating whether the subject looks straight towards the camera.
getter/setter pair
- mouthClosed ↔ int
-
Value indicating whether the mouth is closed.
getter/setter pair
- mouthVisible ↔ int
-
Value indicating whether the mouth is visible.
getter/setter pair
- noFlashReflection ↔ int
-
Value indicating whether no flash reflection is visible.
getter/setter pair
- noGlasses ↔ int
-
Value indicating whether the subject does not wear glasses.
getter/setter pair
- noHat ↔ int
-
Value indicating whether the subject does not wear a hat.
getter/setter pair
- noNoise ↔ int
-
Value indicating whether no noise is present in the image.
getter/setter pair
- noOverExposure ↔ int
-
Value indicating whether the image is not over-exposed.
getter/setter pair
- noPixelation ↔ int
-
Value indicating whether the image is not pixelated.
getter/setter pair
- noRedEye ↔ int
-
Value indicating whether no red-eye is present.
getter/setter pair
- noseVisible ↔ int
-
Value indicating whether the nose is visible.
getter/setter pair
- noSmile ↔ int
-
Value indicating whether the subject is not smiling.
getter/setter pair
- noUnderExposure ↔ int
-
Value indicating whether the image is not under-exposed.
getter/setter pair
- poseFrontal ↔ int
-
Value indicating whether the subject's face is frontal.
getter/setter pair
- rightEyeVisible ↔ int
-
Value indicating whether the right eye is visible.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skinColorNatural ↔ int
-
Value indicating whether the skin looks natural.
getter/setter pair
- struct → id3FacePortraitQualityCheckpoints
-
no setter
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited