public static interface ProtectiveEquipmentSummarizationAttributes.Builder extends SdkPojo, CopyableBuilder<ProtectiveEquipmentSummarizationAttributes.Builder,ProtectiveEquipmentSummarizationAttributes>
| Modifier and Type | Method and Description |
|---|---|
ProtectiveEquipmentSummarizationAttributes.Builder |
minConfidence(Float minConfidence)
The minimum confidence level for which you want summary information.
|
ProtectiveEquipmentSummarizationAttributes.Builder |
requiredEquipmentTypes(Collection<ProtectiveEquipmentType> requiredEquipmentTypes)
An array of personal protective equipment types for which you want summary information.
|
ProtectiveEquipmentSummarizationAttributes.Builder |
requiredEquipmentTypes(ProtectiveEquipmentType... requiredEquipmentTypes)
An array of personal protective equipment types for which you want summary information.
|
ProtectiveEquipmentSummarizationAttributes.Builder |
requiredEquipmentTypesWithStrings(Collection<String> requiredEquipmentTypes)
An array of personal protective equipment types for which you want summary information.
|
ProtectiveEquipmentSummarizationAttributes.Builder |
requiredEquipmentTypesWithStrings(String... requiredEquipmentTypes)
An array of personal protective equipment types for which you want summary information.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProtectiveEquipmentSummarizationAttributes.Builder minConfidence(Float minConfidence)
The minimum confidence level for which you want summary information. The confidence level applies to person detection, body part detection, equipment detection, and body part coverage. Amazon Rekognition doesn't return summary information with a confidence than this specified value. There isn't a default value.
Specify a MinConfidence value that is between 50-100% as DetectProtectiveEquipment
returns predictions only where the detection confidence is between 50% - 100%. If you specify a value that is
less than 50%, the results are the same specifying a value of 50%.
minConfidence - The minimum confidence level for which you want summary information. The confidence level applies to
person detection, body part detection, equipment detection, and body part coverage. Amazon Rekognition
doesn't return summary information with a confidence than this specified value. There isn't a default
value.
Specify a MinConfidence value that is between 50-100% as
DetectProtectiveEquipment returns predictions only where the detection confidence is
between 50% - 100%. If you specify a value that is less than 50%, the results are the same specifying
a value of 50%.
ProtectiveEquipmentSummarizationAttributes.Builder requiredEquipmentTypesWithStrings(Collection<String> requiredEquipmentTypes)
An array of personal protective equipment types for which you want summary information. If a person is
detected wearing a required requipment type, the person's ID is added to the
PersonsWithRequiredEquipment array field returned in ProtectiveEquipmentSummary by
DetectProtectiveEquipment.
requiredEquipmentTypes - An array of personal protective equipment types for which you want summary information. If a person is
detected wearing a required requipment type, the person's ID is added to the
PersonsWithRequiredEquipment array field returned in ProtectiveEquipmentSummary by
DetectProtectiveEquipment.ProtectiveEquipmentSummarizationAttributes.Builder requiredEquipmentTypesWithStrings(String... requiredEquipmentTypes)
An array of personal protective equipment types for which you want summary information. If a person is
detected wearing a required requipment type, the person's ID is added to the
PersonsWithRequiredEquipment array field returned in ProtectiveEquipmentSummary by
DetectProtectiveEquipment.
requiredEquipmentTypes - An array of personal protective equipment types for which you want summary information. If a person is
detected wearing a required requipment type, the person's ID is added to the
PersonsWithRequiredEquipment array field returned in ProtectiveEquipmentSummary by
DetectProtectiveEquipment.ProtectiveEquipmentSummarizationAttributes.Builder requiredEquipmentTypes(Collection<ProtectiveEquipmentType> requiredEquipmentTypes)
An array of personal protective equipment types for which you want summary information. If a person is
detected wearing a required requipment type, the person's ID is added to the
PersonsWithRequiredEquipment array field returned in ProtectiveEquipmentSummary by
DetectProtectiveEquipment.
requiredEquipmentTypes - An array of personal protective equipment types for which you want summary information. If a person is
detected wearing a required requipment type, the person's ID is added to the
PersonsWithRequiredEquipment array field returned in ProtectiveEquipmentSummary by
DetectProtectiveEquipment.ProtectiveEquipmentSummarizationAttributes.Builder requiredEquipmentTypes(ProtectiveEquipmentType... requiredEquipmentTypes)
An array of personal protective equipment types for which you want summary information. If a person is
detected wearing a required requipment type, the person's ID is added to the
PersonsWithRequiredEquipment array field returned in ProtectiveEquipmentSummary by
DetectProtectiveEquipment.
requiredEquipmentTypes - An array of personal protective equipment types for which you want summary information. If a person is
detected wearing a required requipment type, the person's ID is added to the
PersonsWithRequiredEquipment array field returned in ProtectiveEquipmentSummary by
DetectProtectiveEquipment.Copyright © 2022. All rights reserved.