@Generated(value="software.amazon.awssdk:codegen") public final class CelebrityDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CelebrityDetail.Builder,CelebrityDetail>
Information about a recognized celebrity.
Modifier and Type | Class and Description |
---|---|
static interface |
CelebrityDetail.Builder |
Modifier and Type | Method and Description |
---|---|
BoundingBox |
boundingBox()
Bounding box around the body of a celebrity.
|
static CelebrityDetail.Builder |
builder() |
Float |
confidence()
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
|
boolean |
equals(Object obj) |
FaceDetail |
face()
Face details for the recognized celebrity.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the celebrity.
|
String |
name()
The name of the celebrity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CelebrityDetail.Builder> |
serializableBuilderClass() |
CelebrityDetail.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
List<String> |
urls()
An array of URLs pointing to additional celebrity information.
|
copy
public List<String> urls()
An array of URLs pointing to additional celebrity information.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String name()
The name of the celebrity.
public String id()
The unique identifier for the celebrity.
public Float confidence()
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
public BoundingBox boundingBox()
Bounding box around the body of a celebrity.
public FaceDetail face()
Face details for the recognized celebrity.
public CelebrityDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CelebrityDetail.Builder,CelebrityDetail>
public static CelebrityDetail.Builder builder()
public static Class<? extends CelebrityDetail.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.