static SearchFacesResponse.Builder |
SearchFacesResponse.builder() |
|
SearchFacesResponse.Builder |
SearchFacesResponse.Builder.faceMatches(Collection<FaceMatch> faceMatches) |
An array of faces that matched the input face, along with the confidence in the match.
|
SearchFacesResponse.Builder |
SearchFacesResponse.Builder.faceMatches(Consumer<FaceMatch.Builder>... faceMatches) |
An array of faces that matched the input face, along with the confidence in the match.
|
SearchFacesResponse.Builder |
SearchFacesResponse.Builder.faceMatches(FaceMatch... faceMatches) |
An array of faces that matched the input face, along with the confidence in the match.
|
SearchFacesResponse.Builder |
SearchFacesResponse.Builder.faceModelVersion(String faceModelVersion) |
Version number of the face detection model associated with the input collection (CollectionId).
|
SearchFacesResponse.Builder |
SearchFacesResponse.Builder.searchedFaceId(String searchedFaceId) |
ID of the face that was searched for matches in a collection.
|
SearchFacesResponse.Builder |
SearchFacesResponse.toBuilder() |
|