CopyableBuilder<CompareFacesMatch.Builder,CompareFacesMatch>
, SdkBuilder<CompareFacesMatch.Builder,CompareFacesMatch>
public static interface CompareFacesMatch.Builder extends CopyableBuilder<CompareFacesMatch.Builder,CompareFacesMatch>
Modifier and Type | Method | Description |
---|---|---|
CompareFacesMatch.Builder |
face(ComparedFace face) |
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
|
CompareFacesMatch.Builder |
similarity(Float similarity) |
Level of confidence that the faces match.
|
copy
apply, build
CompareFacesMatch.Builder similarity(Float similarity)
Level of confidence that the faces match.
similarity
- Level of confidence that the faces match.CompareFacesMatch.Builder face(ComparedFace face)
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
face
- Provides face metadata (bounding box and confidence that the bounding box actually contains a face).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.