Uses of Interface
software.amazon.awssdk.services.rekognition.model.FaceDetection.Builder
-
Packages that use FaceDetection.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of FaceDetection.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return FaceDetection.Builder Modifier and Type Method Description static FaceDetection.BuilderFaceDetection. builder()default FaceDetection.BuilderFaceDetection.Builder. face(Consumer<FaceDetail.Builder> face)The face properties for the detected face.FaceDetection.BuilderFaceDetection.Builder. face(FaceDetail face)The face properties for the detected face.FaceDetection.BuilderFaceDetection.Builder. timestamp(Long timestamp)Time, in milliseconds from the start of the video, that the face was detected.FaceDetection.BuilderFaceDetection. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type FaceDetection.Builder Modifier and Type Method Description static Class<? extends FaceDetection.Builder>FaceDetection. serializableBuilderClass()
-