Uses of Interface
software.amazon.awssdk.services.rekognition.model.FaceRecord.Builder
-
Packages that use FaceRecord.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of FaceRecord.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return FaceRecord.Builder Modifier and Type Method Description static FaceRecord.BuilderFaceRecord. builder()default FaceRecord.BuilderFaceRecord.Builder. face(Consumer<Face.Builder> face)Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.FaceRecord.BuilderFaceRecord.Builder. face(Face face)Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.default FaceRecord.BuilderFaceRecord.Builder. faceDetail(Consumer<FaceDetail.Builder> faceDetail)Structure containing attributes of the face that the algorithm detected.FaceRecord.BuilderFaceRecord.Builder. faceDetail(FaceDetail faceDetail)Structure containing attributes of the face that the algorithm detected.FaceRecord.BuilderFaceRecord. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type FaceRecord.Builder Modifier and Type Method Description static Class<? extends FaceRecord.Builder>FaceRecord. serializableBuilderClass()
-