Uses of Interface
software.amazon.awssdk.services.rekognition.model.CoversBodyPart.Builder
-
Packages that use CoversBodyPart.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of CoversBodyPart.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return CoversBodyPart.Builder Modifier and Type Method Description static CoversBodyPart.BuilderCoversBodyPart. builder()CoversBodyPart.BuilderCoversBodyPart.Builder. confidence(Float confidence)The confidence that Amazon Rekognition has in the value ofValue.CoversBodyPart.BuilderCoversBodyPart. toBuilder()CoversBodyPart.BuilderCoversBodyPart.Builder. value(Boolean value)True if the PPE covers the corresponding body part, otherwise false.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type CoversBodyPart.Builder Modifier and Type Method Description static Class<? extends CoversBodyPart.Builder>CoversBodyPart. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type CoversBodyPart.Builder Modifier and Type Method Description default EquipmentDetection.BuilderEquipmentDetection.Builder. coversBodyPart(Consumer<CoversBodyPart.Builder> coversBodyPart)Information about the body part covered by the detected PPE.
-