| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
CelebrityRecognition |
CelebrityRecognition.clone() |
CelebrityRecognition |
CelebrityRecognition.withCelebrity(CelebrityDetail celebrity)
Information about a recognized celebrity.
|
CelebrityRecognition |
CelebrityRecognition.withTimestamp(Long timestamp)
The time, in milliseconds from the start of the video, that the celebrity was recognized.
|
| Modifier and Type | Method and Description |
|---|---|
List<CelebrityRecognition> |
GetCelebrityRecognitionResult.getCelebrities()
Array of celebrities recognized in the video.
|
| Modifier and Type | Method and Description |
|---|---|
GetCelebrityRecognitionResult |
GetCelebrityRecognitionResult.withCelebrities(CelebrityRecognition... celebrities)
Array of celebrities recognized in the video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCelebrityRecognitionResult.setCelebrities(Collection<CelebrityRecognition> celebrities)
Array of celebrities recognized in the video.
|
GetCelebrityRecognitionResult |
GetCelebrityRecognitionResult.withCelebrities(Collection<CelebrityRecognition> celebrities)
Array of celebrities recognized in the video.
|
Copyright © 2021. All rights reserved.