@Generated(value="software.amazon.awssdk:codegen") public final class CelebrityRecognition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CelebrityRecognition.Builder,CelebrityRecognition>
Information about a detected celebrity and the time the celebrity was detected in a stored video. For more information, see GetCelebrityRecognition in the Amazon Rekognition Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CelebrityRecognition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CelebrityRecognition.Builder |
builder() |
CelebrityDetail |
celebrity()
Information about a recognized celebrity.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CelebrityRecognition.Builder> |
serializableBuilderClass() |
Long |
timestamp()
The time, in milliseconds from the start of the video, that the celebrity was recognized.
|
CelebrityRecognition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long timestamp()
The time, in milliseconds from the start of the video, that the celebrity was recognized. Note that
Timestamp is not guaranteed to be accurate to the individual frame where the celebrity first
appears.
Timestamp is not guaranteed to be accurate to the individual frame where the celebrity first
appears.public final CelebrityDetail celebrity()
Information about a recognized celebrity.
public CelebrityRecognition.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CelebrityRecognition.Builder,CelebrityRecognition>public static CelebrityRecognition.Builder builder()
public static Class<? extends CelebrityRecognition.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.