Class Eyeglasses
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.Eyeglasses
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Eyeglasses.Builder,Eyeglasses>
@Generated("software.amazon.awssdk:codegen") public final class Eyeglasses extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Eyeglasses.Builder,Eyeglasses>
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEyeglasses.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Eyeglasses.Builderbuilder()Floatconfidence()Level of confidence in the determination.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Eyeglasses.Builder>serializableBuilderClass()Eyeglasses.BuildertoBuilder()StringtoString()Returns a string representation of this object.Booleanvalue()Boolean value that indicates whether the face is wearing eye glasses or not.-
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 face is wearing eye glasses or not.
- Returns:
- Boolean value that indicates whether the face is wearing eye glasses or not.
-
confidence
public final Float confidence()
Level of confidence in the determination.
- Returns:
- Level of confidence in the determination.
-
toBuilder
public Eyeglasses.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Eyeglasses.Builder,Eyeglasses>
-
builder
public static Eyeglasses.Builder builder()
-
serializableBuilderClass
public static Class<? extends Eyeglasses.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.
-
-