@Generated(value="software.amazon.awssdk:codegen") public final class EquipmentDetection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EquipmentDetection.Builder,EquipmentDetection>
Information about an item of Personal Protective Equipment (PPE) detected by DetectProtectiveEquipment. For more information, see DetectProtectiveEquipment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EquipmentDetection.Builder |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
boundingBox()
A bounding box surrounding the item of detected PPE.
|
static EquipmentDetection.Builder |
builder() |
Float |
confidence()
The confidence that Amazon Rekognition has that the bounding box (
BoundingBox) contains an item of
PPE. |
CoversBodyPart |
coversBodyPart()
Information about the body part covered by the detected PPE.
|
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 EquipmentDetection.Builder> |
serializableBuilderClass() |
EquipmentDetection.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ProtectiveEquipmentType |
type()
The type of detected PPE.
|
String |
typeAsString()
The type of detected PPE.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BoundingBox boundingBox()
A bounding box surrounding the item of detected PPE.
public final Float confidence()
The confidence that Amazon Rekognition has that the bounding box (BoundingBox) contains an item of
PPE.
BoundingBox) contains an
item of PPE.public final ProtectiveEquipmentType type()
The type of detected PPE.
If the service returns an enum value that is not available in the current SDK version, type will return
ProtectiveEquipmentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ProtectiveEquipmentTypepublic final String typeAsString()
The type of detected PPE.
If the service returns an enum value that is not available in the current SDK version, type will return
ProtectiveEquipmentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ProtectiveEquipmentTypepublic final CoversBodyPart coversBodyPart()
Information about the body part covered by the detected PPE.
public EquipmentDetection.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EquipmentDetection.Builder,EquipmentDetection>public static EquipmentDetection.Builder builder()
public static Class<? extends EquipmentDetection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.