public static class DetectFaceResponse.Data extends Object
| Constructor and Description |
|---|
Data() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFaceCount() |
List<Float> |
getFaceProbabilityList() |
List<Integer> |
getFaceRectangles() |
Integer |
getLandmarkCount() |
List<Float> |
getLandmarks() |
List<Float> |
getPoseList() |
List<Float> |
getPupils() |
void |
setFaceCount(Integer faceCount) |
void |
setFaceProbabilityList(List<Float> faceProbabilityList) |
void |
setFaceRectangles(List<Integer> faceRectangles) |
void |
setLandmarkCount(Integer landmarkCount) |
void |
setLandmarks(List<Float> landmarks) |
void |
setPoseList(List<Float> poseList) |
void |
setPupils(List<Float> pupils) |
Copyright © 2020. All Rights Reserved.