static DetectFacesResponse.Builder |
DetectFacesResponse.builder() |
|
DetectFacesResponse.Builder |
DetectFacesResponse.Builder.faceDetails(Collection<FaceDetail> faceDetails) |
Details of each face found in the image.
|
DetectFacesResponse.Builder |
DetectFacesResponse.Builder.faceDetails(Consumer<FaceDetail.Builder>... faceDetails) |
Details of each face found in the image.
|
DetectFacesResponse.Builder |
DetectFacesResponse.Builder.faceDetails(FaceDetail... faceDetails) |
Details of each face found in the image.
|
DetectFacesResponse.Builder |
DetectFacesResponse.Builder.orientationCorrection(String orientationCorrection) |
The value of OrientationCorrection is always null.
|
DetectFacesResponse.Builder |
DetectFacesResponse.Builder.orientationCorrection(OrientationCorrection orientationCorrection) |
The value of OrientationCorrection is always null.
|
DetectFacesResponse.Builder |
DetectFacesResponse.toBuilder() |
|