| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
CelebrityDetail |
CelebrityDetail.clone() |
CelebrityDetail |
CelebrityRecognition.getCelebrity()
Information about a recognized celebrity.
|
CelebrityDetail |
CelebrityDetail.withBoundingBox(BoundingBox boundingBox)
Bounding box around the body of a celebrity.
|
CelebrityDetail |
CelebrityDetail.withConfidence(Float confidence)
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
|
CelebrityDetail |
CelebrityDetail.withFace(FaceDetail face)
Face details for the recognized celebrity.
|
CelebrityDetail |
CelebrityDetail.withId(String id)
The unique identifier for the celebrity.
|
CelebrityDetail |
CelebrityDetail.withName(String name)
The name of the celebrity.
|
CelebrityDetail |
CelebrityDetail.withUrls(Collection<String> urls)
An array of URLs pointing to additional celebrity information.
|
CelebrityDetail |
CelebrityDetail.withUrls(String... urls)
An array of URLs pointing to additional celebrity information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CelebrityRecognition.setCelebrity(CelebrityDetail celebrity)
Information about a recognized celebrity.
|
CelebrityRecognition |
CelebrityRecognition.withCelebrity(CelebrityDetail celebrity)
Information about a recognized celebrity.
|
Copyright © 2019. All rights reserved.