Uses of Class
software.amazon.awssdk.services.rekognition.model.FaceDetail
-
Packages that use FaceDetail Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of FaceDetail in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return FaceDetail Modifier and Type Method Description FaceDetailCelebrityDetail. face()Face details for the recognized celebrity.FaceDetailFaceDetection. face()The face properties for the detected face.FaceDetailPersonDetail. face()Face details for the detected person.FaceDetailFaceRecord. faceDetail()Structure containing attributes of the face that the algorithm detected.FaceDetailSearchedFaceDetails. faceDetail()Returns the value of the FaceDetail property for this object.FaceDetailUnindexedFace. faceDetail()The structure that contains attributes of a face thatIndexFacesdetected, but didn't index.FaceDetailUnsearchedFace. faceDetails()Returns the value of the FaceDetails property for this object.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type FaceDetail Modifier and Type Method Description List<FaceDetail>DetectFacesResponse. faceDetails()Details of each face found in the image.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type FaceDetail Modifier and Type Method Description CelebrityDetail.BuilderCelebrityDetail.Builder. face(FaceDetail face)Face details for the recognized celebrity.FaceDetection.BuilderFaceDetection.Builder. face(FaceDetail face)The face properties for the detected face.PersonDetail.BuilderPersonDetail.Builder. face(FaceDetail face)Face details for the detected person.FaceRecord.BuilderFaceRecord.Builder. faceDetail(FaceDetail faceDetail)Structure containing attributes of the face that the algorithm detected.SearchedFaceDetails.BuilderSearchedFaceDetails.Builder. faceDetail(FaceDetail faceDetail)Sets the value of the FaceDetail property for this object.UnindexedFace.BuilderUnindexedFace.Builder. faceDetail(FaceDetail faceDetail)The structure that contains attributes of a face thatIndexFacesdetected, but didn't index.DetectFacesResponse.BuilderDetectFacesResponse.Builder. faceDetails(FaceDetail... faceDetails)Details of each face found in the image.UnsearchedFace.BuilderUnsearchedFace.Builder. faceDetails(FaceDetail faceDetails)Sets the value of the FaceDetails property for this object.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type FaceDetail Modifier and Type Method Description DetectFacesResponse.BuilderDetectFacesResponse.Builder. faceDetails(Collection<FaceDetail> faceDetails)Details of each face found in the image.
-