Uses of Interface
software.amazon.awssdk.services.rekognition.model.Face.Builder
-
Packages that use Face.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of Face.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return Face.Builder Modifier and Type Method Description default Face.BuilderFace.Builder. boundingBox(Consumer<BoundingBox.Builder> boundingBox)Bounding box of the face.Face.BuilderFace.Builder. boundingBox(BoundingBox boundingBox)Bounding box of the face.static Face.BuilderFace. builder()Face.BuilderFace.Builder. confidence(Float confidence)Confidence level that the bounding box contains a face (and not a different object such as a tree).Face.BuilderFace.Builder. externalImageId(String externalImageId)Identifier that you assign to all the faces in the input image.Face.BuilderFace.Builder. faceId(String faceId)Unique identifier that Amazon Rekognition assigns to the face.Face.BuilderFace.Builder. imageId(String imageId)Unique identifier that Amazon Rekognition assigns to the input image.Face.BuilderFace.Builder. indexFacesModelVersion(String indexFacesModelVersion)The version of the face detect and storage model that was used when indexing the face vector.Face.BuilderFace. toBuilder()Face.BuilderFace.Builder. userId(String userId)Unique identifier assigned to the user.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type Face.Builder Modifier and Type Method Description static Class<? extends Face.Builder>Face. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type Face.Builder Modifier and Type Method Description default FaceMatch.BuilderFaceMatch.Builder. face(Consumer<Face.Builder> face)Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.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.
-