GeometricAttributes class

Represents the geometric attributes of a portrait image.

Constructors

GeometricAttributes(Pointer<id3FaceGeometricAttributes> _handle)
Initializes a new instance of the GeometricAttributes class from its members.
GeometricAttributes.create()
Create a new instance of the GeometricAttributes.
GeometricAttributes.createFromStruct(id3FaceGeometricAttributes value)
Create a new instance of the GeometricAttributes from the native struct

Properties

handle Pointer<id3FaceGeometricAttributes>
no setter
hashCode int
The hash code for this object.
no setterinherited
headImageHeightRatio int
Value indicating if the distance between the base of the chin and the crown is less than 80% of the total height of the image. Hint: For ICAO compliance, the value must be in the range 60 to 90.
getter/setter pair
headImageWidthRatio int
Value indicating if the image width is conform to the (image width / head width) ratio of 7:5. The head width is defined as the distance between the left and right ears. Hint: For ICAO compliance, the value must be in the range 50 to 75.
getter/setter pair
horizontalPosition int
Value indicating if the head is correctly centered horizontally. Hint: For ICAO compliance, the value must be in the range 45 to 55.
getter/setter pair
resolution int
Value indicating if the image resolution is sufficient. Hint: The recommended value is over 90.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
struct → id3FaceGeometricAttributes
no setter
verticalPosition int
Value indicating if the distance from the bottom edge of the image to the imaginary line passing through the center of the eyes is between 50% - 70% of the total vertical length of the image. Hint: For ICAO compliance, the value must be in the range 30 to 50.
getter/setter pair

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