Interface ComparedSourceImageFace.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ComparedSourceImageFace.Builder,,- ComparedSourceImageFace> - SdkBuilder<ComparedSourceImageFace.Builder,,- ComparedSourceImageFace> - SdkPojo
- Enclosing class:
- ComparedSourceImageFace
@Mutable
@NotThreadSafe
public static interface ComparedSourceImageFace.Builder
extends SdkPojo, CopyableBuilder<ComparedSourceImageFace.Builder,ComparedSourceImageFace> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault ComparedSourceImageFace.BuilderboundingBox(Consumer<BoundingBox.Builder> boundingBox) Bounding box of the face.boundingBox(BoundingBox boundingBox) Bounding box of the face.confidence(Float confidence) Confidence level that the selected bounding box contains a face.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
boundingBoxBounding box of the face. - Parameters:
- boundingBox- Bounding box of the face.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
boundingBoxBounding box of the face. This is a convenience method that creates an instance of theBoundingBox.Builderavoiding the need to create one manually viaBoundingBox.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toboundingBox(BoundingBox).- Parameters:
- boundingBox- a consumer that will call methods on- BoundingBox.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
confidenceConfidence level that the selected bounding box contains a face. - Parameters:
- confidence- Confidence level that the selected bounding box contains a face.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-