@Generated(value="software.amazon.awssdk:codegen") public final class Emotion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Emotion.Builder,Emotion>
The emotions that appear to be expressed on the face, and the confidence level in the determination. The API is only making a determination of the physical appearance of a person's face. It is not a determination of the person’s internal emotional state and should not be used in such a way. For example, a person pretending to have a sad face might not be sad emotionally.
| 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 final 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 final 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 final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.