Class Beard
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.Beard
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Beard.Builder,Beard>
@Generated("software.amazon.awssdk:codegen") public final class Beard extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Beard.Builder,Beard>
Indicates whether or not the face has a beard, and the confidence level in the determination.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBeard.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Beard.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 Beard.Builder>serializableBuilderClass()Beard.BuildertoBuilder()StringtoString()Returns a string representation of this object.Booleanvalue()Boolean value that indicates whether the face has beard 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 has beard or not.
- Returns:
- Boolean value that indicates whether the face has beard or not.
-
confidence
public final Float confidence()
Level of confidence in the determination.
- Returns:
- Level of confidence in the determination.
-
toBuilder
public Beard.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Beard.Builder,Beard>
-
builder
public static Beard.Builder builder()
-
serializableBuilderClass
public static Class<? extends Beard.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.
-
-