CopyableBuilder<FaceRecord.Builder,FaceRecord>
, SdkBuilder<FaceRecord.Builder,FaceRecord>
public static interface FaceRecord.Builder extends CopyableBuilder<FaceRecord.Builder,FaceRecord>
Modifier and Type | Method | Description |
---|---|---|
FaceRecord.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.
|
FaceRecord.Builder |
faceDetail(FaceDetail faceDetail) |
Structure containing attributes of the face that the algorithm detected.
|
copy
apply, build
FaceRecord.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.
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.Builder faceDetail(FaceDetail faceDetail)
Structure containing attributes of the face that the algorithm detected.
faceDetail
- Structure containing attributes of the face that the algorithm detected.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.