verticalPosition property

int verticalPosition

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.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get verticalPosition => _handle.ref.VerticalPosition;
void verticalPosition=(int value)

Implementation

set verticalPosition(int value) => _handle.ref.VerticalPosition = value;