StructuredPojo
, ToCopyableBuilder<Emotion.Builder,Emotion>
@Generated("software.amazon.awssdk:codegen") public class Emotion extends Object implements StructuredPojo, ToCopyableBuilder<Emotion.Builder,Emotion>
The emotions detected on the face, and the confidence level in the determination. For example, HAPPY, SAD, and ANGRY.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Emotion.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Emotion.Builder |
builder() |
|
Float |
confidence() |
Level of confidence in the determination.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends Emotion.Builder> |
serializableBuilderClass() |
|
Emotion.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
Type of emotion detected.
|
public String type()
Type of emotion detected.
EmotionName
public Float confidence()
Level of confidence in the determination.
public Emotion.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Emotion.Builder,Emotion>
public static Emotion.Builder builder()
public static Class<? extends Emotion.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.