public static interface DetectFacesResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<DetectFacesResponse.Builder,DetectFacesResponse>
| Modifier and Type | Method and Description |
|---|---|
DetectFacesResponse.Builder |
faceDetails(Collection<FaceDetail> faceDetails)
Details of each face found in the image.
|
DetectFacesResponse.Builder |
faceDetails(Consumer<FaceDetail.Builder>... faceDetails)
Details of each face found in the image.
|
DetectFacesResponse.Builder |
faceDetails(FaceDetail... faceDetails)
Details of each face found in the image.
|
DetectFacesResponse.Builder |
orientationCorrection(OrientationCorrection orientationCorrection)
The value of
OrientationCorrection is always null. |
DetectFacesResponse.Builder |
orientationCorrection(String orientationCorrection)
The value of
OrientationCorrection is always null. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectFacesResponse.Builder faceDetails(Collection<FaceDetail> faceDetails)
Details of each face found in the image.
faceDetails - Details of each face found in the image.DetectFacesResponse.Builder faceDetails(FaceDetail... faceDetails)
Details of each face found in the image.
faceDetails - Details of each face found in the image.DetectFacesResponse.Builder faceDetails(Consumer<FaceDetail.Builder>... faceDetails)
Details of each face found in the image.
This is a convenience method that creates an instance of theFaceDetail.Builder avoiding the need to create one
manually via FaceDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #faceDetails(List.
faceDetails - a consumer that will call methods on
FaceDetail.Builder#faceDetails(java.util.Collection) DetectFacesResponse.Builder orientationCorrection(String orientationCorrection)
The value of OrientationCorrection is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
orientationCorrection - The value of OrientationCorrection is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
OrientationCorrection,
OrientationCorrectionDetectFacesResponse.Builder orientationCorrection(OrientationCorrection orientationCorrection)
The value of OrientationCorrection is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
orientationCorrection - The value of OrientationCorrection is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
OrientationCorrection,
OrientationCorrectionCopyright © 2023. All rights reserved.