@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
EmotionName |
type()
Type of emotion detected.
|
String |
typeAsString()
Type of emotion detected.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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().
EmotionNamepublic 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().
EmotionNamepublic Float confidence()
Level of confidence in the determination.
public Emotion.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Emotion.Builder,Emotion>public static Emotion.Builder builder()
public static Class<? extends Emotion.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.