public class DetectionResult
extends java.lang.Object
Constructor and Description |
---|
DetectionResult(FaceParameters[] faces,
int orientation)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
FaceParameters[] |
getFaces()
Get parameters of detected faces.
|
int |
getOrientation()
Get image orientation in degrees.
|
java.lang.String |
toString()
Returns string representation of object.
|
public DetectionResult(FaceParameters[] faces, int orientation)
faces
- parameters of detected faces.orientation
- approximated image or face orientation in degrees.public FaceParameters[] getFaces()
public int getOrientation()
public java.lang.String toString()
toString
in class java.lang.Object