Uses of Class
software.amazon.awssdk.services.rekognition.model.EquipmentDetection
-
Packages that use EquipmentDetection Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of EquipmentDetection in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type EquipmentDetection Modifier and Type Method Description List<EquipmentDetection>ProtectiveEquipmentBodyPart. equipmentDetections()An array of Personal Protective Equipment items detected around a body part.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type EquipmentDetection Modifier and Type Method Description ProtectiveEquipmentBodyPart.BuilderProtectiveEquipmentBodyPart.Builder. equipmentDetections(EquipmentDetection... equipmentDetections)An array of Personal Protective Equipment items detected around a body part.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type EquipmentDetection Modifier and Type Method Description ProtectiveEquipmentBodyPart.BuilderProtectiveEquipmentBodyPart.Builder. equipmentDetections(Collection<EquipmentDetection> equipmentDetections)An array of Personal Protective Equipment items detected around a body part.
-