@Generated(value="software.amazon.awssdk:codegen") public final class CoversBodyPart extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CoversBodyPart.Builder,CoversBodyPart>
Information about an item of Personal Protective Equipment covering a corresponding body part. For more information, see DetectProtectiveEquipment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CoversBodyPart.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CoversBodyPart.Builder |
builder() |
Float |
confidence()
The confidence that Amazon Rekognition has in the value of
Value. |
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 CoversBodyPart.Builder> |
serializableBuilderClass() |
CoversBodyPart.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
value()
True if the PPE covers the corresponding body part, otherwise false.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Float confidence()
The confidence that Amazon Rekognition has in the value of Value.
Value.public final Boolean value()
True if the PPE covers the corresponding body part, otherwise false.
public CoversBodyPart.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CoversBodyPart.Builder,CoversBodyPart>public static CoversBodyPart.Builder builder()
public static Class<? extends CoversBodyPart.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.