Uses of Class
software.amazon.awssdk.services.rekognition.model.ProtectiveEquipmentBodyPart
-
Packages that use ProtectiveEquipmentBodyPart Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of ProtectiveEquipmentBodyPart in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type ProtectiveEquipmentBodyPart Modifier and Type Method Description List<ProtectiveEquipmentBodyPart>ProtectiveEquipmentPerson. bodyParts()An array of body parts detected on a person's body (including body parts without PPE).Methods in software.amazon.awssdk.services.rekognition.model with parameters of type ProtectiveEquipmentBodyPart Modifier and Type Method Description ProtectiveEquipmentPerson.BuilderProtectiveEquipmentPerson.Builder. bodyParts(ProtectiveEquipmentBodyPart... bodyParts)An array of body parts detected on a person's body (including body parts without PPE).Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type ProtectiveEquipmentBodyPart Modifier and Type Method Description ProtectiveEquipmentPerson.BuilderProtectiveEquipmentPerson.Builder. bodyParts(Collection<ProtectiveEquipmentBodyPart> bodyParts)An array of body parts detected on a person's body (including body parts without PPE).
-