CopyableBuilder<Face.Builder,Face>
, SdkBuilder<Face.Builder,Face>
public static interface Face.Builder extends CopyableBuilder<Face.Builder,Face>
Modifier and Type | Method | Description |
---|---|---|
Face.Builder |
boundingBox(BoundingBox boundingBox) |
Bounding box of the face.
|
Face.Builder |
confidence(Float confidence) |
Confidence level that the bounding box contains a face (and not a different object such as a tree).
|
Face.Builder |
externalImageId(String externalImageId) |
Identifier that you assign to all the faces in the input image.
|
Face.Builder |
faceId(String faceId) |
Unique identifier that Amazon Rekognition assigns to the face.
|
Face.Builder |
imageId(String imageId) |
Unique identifier that Amazon Rekognition assigns to the input image.
|
copy
apply, build
Face.Builder faceId(String faceId)
Unique identifier that Amazon Rekognition assigns to the face.
faceId
- Unique identifier that Amazon Rekognition assigns to the face.Face.Builder boundingBox(BoundingBox boundingBox)
Bounding box of the face.
boundingBox
- Bounding box of the face.Face.Builder imageId(String imageId)
Unique identifier that Amazon Rekognition assigns to the input image.
imageId
- Unique identifier that Amazon Rekognition assigns to the input image.Face.Builder externalImageId(String externalImageId)
Identifier that you assign to all the faces in the input image.
externalImageId
- Identifier that you assign to all the faces in the input image.Face.Builder confidence(Float confidence)
Confidence level that the bounding box contains a face (and not a different object such as a tree).
confidence
- Confidence level that the bounding box contains a face (and not a different object such as a tree).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.