@Generated(value="software.amazon.awssdk:codegen") public final class Emotion extends Object implements SdkPojo, Serializable, 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 and Description |
---|---|
static interface |
Emotion.Builder |
Modifier and Type | Method and Description |
---|---|
static Emotion.Builder |
builder() |
Float |
confidence()
Level of confidence in the determination.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
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() |
EmotionName |
type()
Type of emotion detected.
|
String |
typeAsString()
Type of emotion detected.
|
copy
public EmotionName type()
Type of emotion detected.
If the service returns an enum value that is not available in the current SDK version, type
will return
EmotionName.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
EmotionName
public String typeAsString()
Type of emotion detected.
If the service returns an enum value that is not available in the current SDK version, type
will return
EmotionName.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
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()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.