Class EyeOpen
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.EyeOpen
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EyeOpen.Builder,EyeOpen>
@Generated("software.amazon.awssdk:codegen") public final class EyeOpen extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EyeOpen.Builder,EyeOpen>
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEyeOpen.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EyeOpen.Builderbuilder()Floatconfidence()Level of confidence in the determination.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EyeOpen.Builder>serializableBuilderClass()EyeOpen.BuildertoBuilder()StringtoString()Returns a string representation of this object.Booleanvalue()Boolean value that indicates whether the eyes on the face are open.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
value
public final Boolean value()
Boolean value that indicates whether the eyes on the face are open.
- Returns:
- Boolean value that indicates whether the eyes on the face are open.
-
confidence
public final Float confidence()
Level of confidence in the determination.
- Returns:
- Level of confidence in the determination.
-
toBuilder
public EyeOpen.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EyeOpen.Builder,EyeOpen>
-
builder
public static EyeOpen.Builder builder()
-
serializableBuilderClass
public static Class<? extends EyeOpen.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-