Interface ProtectiveEquipmentSummarizationAttributes.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProtectiveEquipmentSummarizationAttributes.Builder,,ProtectiveEquipmentSummarizationAttributes> SdkBuilder<ProtectiveEquipmentSummarizationAttributes.Builder,,ProtectiveEquipmentSummarizationAttributes> SdkPojo
- Enclosing class:
ProtectiveEquipmentSummarizationAttributes
-
Method Summary
Modifier and TypeMethodDescriptionminConfidence(Float minConfidence) The minimum confidence level for which you want summary information.requiredEquipmentTypes(Collection<ProtectiveEquipmentType> requiredEquipmentTypes) An array of personal protective equipment types for which you want summary information.requiredEquipmentTypes(ProtectiveEquipmentType... requiredEquipmentTypes) An array of personal protective equipment types for which you want summary information.requiredEquipmentTypesWithStrings(String... requiredEquipmentTypes) An array of personal protective equipment types for which you want summary information.requiredEquipmentTypesWithStrings(Collection<String> requiredEquipmentTypes) An array of personal protective equipment types for which you want summary information.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
MinConfidencevalue that is between 50-100% asDetectProtectiveEquipmentreturns 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%.- Parameters:
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
MinConfidencevalue that is between 50-100% asDetectProtectiveEquipmentreturns 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%.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requiredEquipmentTypesWithStrings
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
PersonsWithRequiredEquipmentarray field returned in ProtectiveEquipmentSummary byDetectProtectiveEquipment.- Parameters:
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 thePersonsWithRequiredEquipmentarray field returned in ProtectiveEquipmentSummary byDetectProtectiveEquipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requiredEquipmentTypesWithStrings
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
PersonsWithRequiredEquipmentarray field returned in ProtectiveEquipmentSummary byDetectProtectiveEquipment.- Parameters:
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 thePersonsWithRequiredEquipmentarray field returned in ProtectiveEquipmentSummary byDetectProtectiveEquipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requiredEquipmentTypes
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
PersonsWithRequiredEquipmentarray field returned in ProtectiveEquipmentSummary byDetectProtectiveEquipment.- Parameters:
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 thePersonsWithRequiredEquipmentarray field returned in ProtectiveEquipmentSummary byDetectProtectiveEquipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requiredEquipmentTypes
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
PersonsWithRequiredEquipmentarray field returned in ProtectiveEquipmentSummary byDetectProtectiveEquipment.- Parameters:
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 thePersonsWithRequiredEquipmentarray field returned in ProtectiveEquipmentSummary byDetectProtectiveEquipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-