| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static Celebrity.Builder |
Celebrity.builder() |
Celebrity.Builder |
Celebrity.Builder.face(ComparedFace face)
Provides information about the celebrity's face, such as its location on the image.
|
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.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(Collection<String> urls)
An array of URLs pointing to additional information about the celebrity.
|
Celebrity.Builder |
Celebrity.Builder.urls(String... urls)
An array of URLs pointing to additional information about the celebrity.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Celebrity.Builder> |
Celebrity.serializableBuilderClass() |
Copyright © 2023. All rights reserved.