| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Celebrity |
Celebrity.clone() |
Celebrity |
Celebrity.withFace(ComparedFace face)
Provides information about the celebrity's face, such as its location on the image.
|
Celebrity |
Celebrity.withId(String id)
A unique identifier for the celebrity.
|
Celebrity |
Celebrity.withKnownGender(KnownGender knownGender) |
Celebrity |
Celebrity.withMatchConfidence(Float matchConfidence)
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
|
Celebrity |
Celebrity.withName(String name)
The name of the celebrity.
|
Celebrity |
Celebrity.withUrls(Collection<String> urls)
An array of URLs pointing to additional information about the celebrity.
|
Celebrity |
Celebrity.withUrls(String... urls)
An array of URLs pointing to additional information about the celebrity.
|
| Modifier and Type | Method and Description |
|---|---|
List<Celebrity> |
RecognizeCelebritiesResult.getCelebrityFaces()
Details about each celebrity found in the image.
|
| Modifier and Type | Method and Description |
|---|---|
RecognizeCelebritiesResult |
RecognizeCelebritiesResult.withCelebrityFaces(Celebrity... celebrityFaces)
Details about each celebrity found in the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecognizeCelebritiesResult.setCelebrityFaces(Collection<Celebrity> celebrityFaces)
Details about each celebrity found in the image.
|
RecognizeCelebritiesResult |
RecognizeCelebritiesResult.withCelebrityFaces(Collection<Celebrity> celebrityFaces)
Details about each celebrity found in the image.
|
Copyright © 2025. All rights reserved.