StructuredPojo
, ToCopyableBuilder<Celebrity.Builder,Celebrity>
@Generated("software.amazon.awssdk:codegen") public class Celebrity extends Object implements StructuredPojo, ToCopyableBuilder<Celebrity.Builder,Celebrity>
Provides information about a celebrity recognized by the operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Celebrity.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Celebrity.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
ComparedFace |
face() |
Provides information about the celebrity's face, such as its location on the image.
|
int |
hashCode() |
|
String |
id() |
A unique identifier for the celebrity.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Float |
matchConfidence() |
The confidence, in percentage, that Rekognition has that the recognized face is the celebrity.
|
String |
name() |
The name of the celebrity.
|
static Class<? extends Celebrity.Builder> |
serializableBuilderClass() |
|
Celebrity.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 information about the celebrity.
|
public List<String> urls()
An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
public String name()
The name of the celebrity.
public String id()
A unique identifier for the celebrity.
public ComparedFace face()
Provides information about the celebrity's face, such as its location on the image.
public Float matchConfidence()
The confidence, in percentage, that Rekognition has that the recognized face is the celebrity.
public Celebrity.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Celebrity.Builder,Celebrity>
public static Celebrity.Builder builder()
public static Class<? extends Celebrity.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.