static Celebrity.Builder |
Celebrity.builder() |
|
default Celebrity.Builder |
Celebrity.Builder.face(Consumer<ComparedFace.Builder> face) |
Provides information about the celebrity's face, such as its location on the image.
|
Celebrity.Builder |
Celebrity.Builder.face(ComparedFace face) |
Provides information about the celebrity's face, such as its location on the image.
|
Celebrity.Builder |
Celebrity.Builder.id(String id) |
A unique identifier for the celebrity.
|
default Celebrity.Builder |
Celebrity.Builder.knownGender(Consumer<KnownGender.Builder> knownGender) |
Sets the value of the KnownGender property for this object.
|
Celebrity.Builder |
Celebrity.Builder.knownGender(KnownGender knownGender) |
Sets the value of the KnownGender property for this object.
|
Celebrity.Builder |
Celebrity.Builder.matchConfidence(Float matchConfidence) |
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
|
Celebrity.Builder |
Celebrity.Builder.name(String name) |
The name of the celebrity.
|
Celebrity.Builder |
Celebrity.toBuilder() |
|
Celebrity.Builder |
Celebrity.Builder.urls(String... urls) |
An array of URLs pointing to additional information about the celebrity.
|
Celebrity.Builder |
Celebrity.Builder.urls(Collection<String> urls) |
An array of URLs pointing to additional information about the celebrity.
|