Interface IndexFacesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<IndexFacesResponse.Builder,IndexFacesResponse>,RekognitionResponse.Builder,SdkBuilder<IndexFacesResponse.Builder,IndexFacesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- IndexFacesResponse
public static interface IndexFacesResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<IndexFacesResponse.Builder,IndexFacesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexFacesResponse.BuilderfaceModelVersion(String faceModelVersion)The version number of the face detection model that's associated with the input collection (CollectionId).IndexFacesResponse.BuilderfaceRecords(Collection<FaceRecord> faceRecords)An array of faces detected and added to the collection.IndexFacesResponse.BuilderfaceRecords(Consumer<FaceRecord.Builder>... faceRecords)An array of faces detected and added to the collection.IndexFacesResponse.BuilderfaceRecords(FaceRecord... faceRecords)An array of faces detected and added to the collection.IndexFacesResponse.BuilderorientationCorrection(String orientationCorrection)If your collection is associated with a face detection model that's later than version 3.0, the value ofOrientationCorrectionis always null and no orientation information is returned.IndexFacesResponse.BuilderorientationCorrection(OrientationCorrection orientationCorrection)If your collection is associated with a face detection model that's later than version 3.0, the value ofOrientationCorrectionis always null and no orientation information is returned.IndexFacesResponse.BuilderunindexedFaces(Collection<UnindexedFace> unindexedFaces)An array of faces that were detected in the image but weren't indexed.IndexFacesResponse.BuilderunindexedFaces(Consumer<UnindexedFace.Builder>... unindexedFaces)An array of faces that were detected in the image but weren't indexed.IndexFacesResponse.BuilderunindexedFaces(UnindexedFace... unindexedFaces)An array of faces that were detected in the image but weren't indexed.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rekognition.model.RekognitionResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
faceRecords
IndexFacesResponse.Builder faceRecords(Collection<FaceRecord> faceRecords)
An array of faces detected and added to the collection. For more information, see Searching Faces in a Collection in the Amazon Rekognition Developer Guide.
- Parameters:
faceRecords- An array of faces detected and added to the collection. For more information, see Searching Faces in a Collection in the Amazon Rekognition Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faceRecords
IndexFacesResponse.Builder faceRecords(FaceRecord... faceRecords)
An array of faces detected and added to the collection. For more information, see Searching Faces in a Collection in the Amazon Rekognition Developer Guide.
- Parameters:
faceRecords- An array of faces detected and added to the collection. For more information, see Searching Faces in a Collection in the Amazon Rekognition Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faceRecords
IndexFacesResponse.Builder faceRecords(Consumer<FaceRecord.Builder>... faceRecords)
An array of faces detected and added to the collection. For more information, see Searching Faces in a Collection in the Amazon Rekognition Developer Guide.
This is a convenience method that creates an instance of theFaceRecord.Builderavoiding the need to create one manually viaFaceRecord.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#faceRecords(List.) - Parameters:
faceRecords- a consumer that will call methods onFaceRecord.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#faceRecords(java.util.Collection)
-
orientationCorrection
IndexFacesResponse.Builder orientationCorrection(String orientationCorrection)
If your collection is associated with a face detection model that's later than version 3.0, the value of
OrientationCorrectionis always null and no orientation information is returned.If your collection is associated with a face detection model that's version 3.0 or earlier, the following applies:
-
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. The value of
OrientationCorrectionis null. -
If the image doesn't contain orientation information in its Exif metadata, Amazon Rekognition returns an estimated orientation (ROTATE_0, ROTATE_90, ROTATE_180, ROTATE_270). Amazon Rekognition doesn’t perform image correction for images. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
Bounding box information is returned in the
FaceRecordsarray. You can get the version of the face detection model by calling DescribeCollection.- Parameters:
orientationCorrection- If your collection is associated with a face detection model that's later than version 3.0, the value ofOrientationCorrectionis always null and no orientation information is returned.If your collection is associated with a face detection model that's version 3.0 or earlier, the following applies:
-
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. The value of
OrientationCorrectionis null. -
If the image doesn't contain orientation information in its Exif metadata, Amazon Rekognition returns an estimated orientation (ROTATE_0, ROTATE_90, ROTATE_180, ROTATE_270). Amazon Rekognition doesn’t perform image correction for images. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
Bounding box information is returned in the
FaceRecordsarray. You can get the version of the face detection model by calling DescribeCollection.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrientationCorrection,OrientationCorrection
-
-
orientationCorrection
IndexFacesResponse.Builder orientationCorrection(OrientationCorrection orientationCorrection)
If your collection is associated with a face detection model that's later than version 3.0, the value of
OrientationCorrectionis always null and no orientation information is returned.If your collection is associated with a face detection model that's version 3.0 or earlier, the following applies:
-
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. The value of
OrientationCorrectionis null. -
If the image doesn't contain orientation information in its Exif metadata, Amazon Rekognition returns an estimated orientation (ROTATE_0, ROTATE_90, ROTATE_180, ROTATE_270). Amazon Rekognition doesn’t perform image correction for images. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
Bounding box information is returned in the
FaceRecordsarray. You can get the version of the face detection model by calling DescribeCollection.- Parameters:
orientationCorrection- If your collection is associated with a face detection model that's later than version 3.0, the value ofOrientationCorrectionis always null and no orientation information is returned.If your collection is associated with a face detection model that's version 3.0 or earlier, the following applies:
-
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. The value of
OrientationCorrectionis null. -
If the image doesn't contain orientation information in its Exif metadata, Amazon Rekognition returns an estimated orientation (ROTATE_0, ROTATE_90, ROTATE_180, ROTATE_270). Amazon Rekognition doesn’t perform image correction for images. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
Bounding box information is returned in the
FaceRecordsarray. You can get the version of the face detection model by calling DescribeCollection.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrientationCorrection,OrientationCorrection
-
-
faceModelVersion
IndexFacesResponse.Builder faceModelVersion(String faceModelVersion)
The version number of the face detection model that's associated with the input collection (
CollectionId).- Parameters:
faceModelVersion- The version number of the face detection model that's associated with the input collection (CollectionId).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unindexedFaces
IndexFacesResponse.Builder unindexedFaces(Collection<UnindexedFace> unindexedFaces)
An array of faces that were detected in the image but weren't indexed. They weren't indexed because the quality filter identified them as low quality, or the
MaxFacesrequest parameter filtered them out. To use the quality filter, you specify theQualityFilterrequest parameter.- Parameters:
unindexedFaces- An array of faces that were detected in the image but weren't indexed. They weren't indexed because the quality filter identified them as low quality, or theMaxFacesrequest parameter filtered them out. To use the quality filter, you specify theQualityFilterrequest parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unindexedFaces
IndexFacesResponse.Builder unindexedFaces(UnindexedFace... unindexedFaces)
An array of faces that were detected in the image but weren't indexed. They weren't indexed because the quality filter identified them as low quality, or the
MaxFacesrequest parameter filtered them out. To use the quality filter, you specify theQualityFilterrequest parameter.- Parameters:
unindexedFaces- An array of faces that were detected in the image but weren't indexed. They weren't indexed because the quality filter identified them as low quality, or theMaxFacesrequest parameter filtered them out. To use the quality filter, you specify theQualityFilterrequest parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unindexedFaces
IndexFacesResponse.Builder unindexedFaces(Consumer<UnindexedFace.Builder>... unindexedFaces)
An array of faces that were detected in the image but weren't indexed. They weren't indexed because the quality filter identified them as low quality, or the
This is a convenience method that creates an instance of theMaxFacesrequest parameter filtered them out. To use the quality filter, you specify theQualityFilterrequest parameter.UnindexedFace.Builderavoiding the need to create one manually viaUnindexedFace.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#unindexedFaces(List.) - Parameters:
unindexedFaces- a consumer that will call methods onUnindexedFace.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#unindexedFaces(java.util.Collection)
-
-