| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectiveEquipmentSummary |
ProtectiveEquipmentSummary.clone() |
ProtectiveEquipmentSummary |
DetectProtectiveEquipmentResult.getSummary()
Summary information for the types of PPE specified in the
SummarizationAttributes input parameter. |
ProtectiveEquipmentSummary |
ProtectiveEquipmentSummary.withPersonsIndeterminate(Collection<Integer> personsIndeterminate)
An array of IDs for persons where it was not possible to determine if they are wearing personal protective
equipment.
|
ProtectiveEquipmentSummary |
ProtectiveEquipmentSummary.withPersonsIndeterminate(Integer... personsIndeterminate)
An array of IDs for persons where it was not possible to determine if they are wearing personal protective
equipment.
|
ProtectiveEquipmentSummary |
ProtectiveEquipmentSummary.withPersonsWithoutRequiredEquipment(Collection<Integer> personsWithoutRequiredEquipment)
An array of IDs for persons who are not wearing all of the types of PPE specified in the
RequiredEquipmentTypes field of the detected personal protective equipment. |
ProtectiveEquipmentSummary |
ProtectiveEquipmentSummary.withPersonsWithoutRequiredEquipment(Integer... personsWithoutRequiredEquipment)
An array of IDs for persons who are not wearing all of the types of PPE specified in the
RequiredEquipmentTypes field of the detected personal protective equipment. |
ProtectiveEquipmentSummary |
ProtectiveEquipmentSummary.withPersonsWithRequiredEquipment(Collection<Integer> personsWithRequiredEquipment)
An array of IDs for persons who are wearing detected personal protective equipment.
|
ProtectiveEquipmentSummary |
ProtectiveEquipmentSummary.withPersonsWithRequiredEquipment(Integer... personsWithRequiredEquipment)
An array of IDs for persons who are wearing detected personal protective equipment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectProtectiveEquipmentResult.setSummary(ProtectiveEquipmentSummary summary)
Summary information for the types of PPE specified in the
SummarizationAttributes input parameter. |
DetectProtectiveEquipmentResult |
DetectProtectiveEquipmentResult.withSummary(ProtectiveEquipmentSummary summary)
Summary information for the types of PPE specified in the
SummarizationAttributes input parameter. |
Copyright © 2021. All rights reserved.