Uses of Class
software.amazon.awssdk.services.rekognition.model.ProtectiveEquipmentPerson
-
Packages that use ProtectiveEquipmentPerson Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of ProtectiveEquipmentPerson in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type ProtectiveEquipmentPerson Modifier and Type Method Description List<ProtectiveEquipmentPerson>DetectProtectiveEquipmentResponse. persons()An array of persons detected in the image (including persons not wearing PPE).Methods in software.amazon.awssdk.services.rekognition.model with parameters of type ProtectiveEquipmentPerson Modifier and Type Method Description DetectProtectiveEquipmentResponse.BuilderDetectProtectiveEquipmentResponse.Builder. persons(ProtectiveEquipmentPerson... persons)An array of persons detected in the image (including persons not wearing PPE).Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type ProtectiveEquipmentPerson Modifier and Type Method Description DetectProtectiveEquipmentResponse.BuilderDetectProtectiveEquipmentResponse.Builder. persons(Collection<ProtectiveEquipmentPerson> persons)An array of persons detected in the image (including persons not wearing PPE).
-