CopyableBuilder<FaceMatch.Builder,FaceMatch>
, SdkBuilder<FaceMatch.Builder,FaceMatch>
public static interface FaceMatch.Builder extends CopyableBuilder<FaceMatch.Builder,FaceMatch>
Modifier and Type | Method | Description |
---|---|---|
FaceMatch.Builder |
face(Face 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.
|
FaceMatch.Builder |
similarity(Float similarity) |
Confidence in the match of this face with the input face.
|
copy
apply, build
FaceMatch.Builder similarity(Float similarity)
Confidence in the match of this face with the input face.
similarity
- Confidence in the match of this face with the input face.FaceMatch.Builder face(Face 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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.