| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtectiveEquipmentType |
ProtectiveEquipmentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProtectiveEquipmentType |
EquipmentDetection.type()
The type of detected PPE.
|
static ProtectiveEquipmentType |
ProtectiveEquipmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtectiveEquipmentType[] |
ProtectiveEquipmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ProtectiveEquipmentType> |
ProtectiveEquipmentType.knownValues()
|
List<ProtectiveEquipmentType> |
ProtectiveEquipmentSummarizationAttributes.requiredEquipmentTypes()
An array of personal protective equipment types for which you want summary information.
|
| Modifier and Type | Method and Description |
|---|---|
ProtectiveEquipmentSummarizationAttributes.Builder |
ProtectiveEquipmentSummarizationAttributes.Builder.requiredEquipmentTypes(ProtectiveEquipmentType... requiredEquipmentTypes)
An array of personal protective equipment types for which you want summary information.
|
EquipmentDetection.Builder |
EquipmentDetection.Builder.type(ProtectiveEquipmentType type)
The type of detected PPE.
|
| Modifier and Type | Method and Description |
|---|---|
ProtectiveEquipmentSummarizationAttributes.Builder |
ProtectiveEquipmentSummarizationAttributes.Builder.requiredEquipmentTypes(Collection<ProtectiveEquipmentType> requiredEquipmentTypes)
An array of personal protective equipment types for which you want summary information.
|
Copyright © 2022. All rights reserved.