Java android.hardware.camera2.params Face fields, constructors, methods, implement or subclass

Example usage for Java android.hardware.camera2.params Face fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.hardware.camera2.params Face.

The text is from its open source code.

Method

RectgetBounds()
Bounds of the face.
intgetId()
An unique id per face while the face is visible to the tracker.
PointgetLeftEyePosition()
The coordinates of the center of the left eye.
PointgetMouthPosition()
The coordinates of the center of the mouth.
PointgetRightEyePosition()
The coordinates of the center of the right eye.
intgetScore()
The confidence level for the detection of the face.