Uses of Class
software.amazon.awssdk.services.rekognition.model.FaceDetection
-
Packages that use FaceDetection Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of FaceDetection in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type FaceDetection Modifier and Type Method Description List<FaceDetection>GetFaceDetectionResponse. faces()An array of faces detected in the video.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type FaceDetection Modifier and Type Method Description GetFaceDetectionResponse.BuilderGetFaceDetectionResponse.Builder. faces(FaceDetection... faces)An array of faces detected in the video.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type FaceDetection Modifier and Type Method Description GetFaceDetectionResponse.BuilderGetFaceDetectionResponse.Builder. faces(Collection<FaceDetection> faces)An array of faces detected in the video.
-