@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Long timestamp()
The time, in milliseconds from the start of the video, that the celebrity was recognized.
public CelebrityDetail celebrity()
Information about a recognized celebrity.
public CelebrityRecognition.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CelebrityRecognition.Builder,CelebrityRecognition>
public static CelebrityRecognition.Builder builder()
public static Class<? extends CelebrityRecognition.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.