public static interface DetectProtectiveEquipmentRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<DetectProtectiveEquipmentRequest.Builder,DetectProtectiveEquipmentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectProtectiveEquipmentRequest.Builder image(Image image)
The image in which you want to detect PPE on detected persons. The image can be passed as image bytes or you can reference an image stored in an Amazon S3 bucket.
image - The image in which you want to detect PPE on detected persons. The image can be passed as image bytes
or you can reference an image stored in an Amazon S3 bucket.default DetectProtectiveEquipmentRequest.Builder image(Consumer<Image.Builder> image)
The image in which you want to detect PPE on detected persons. The image can be passed as image bytes or you can reference an image stored in an Amazon S3 bucket.
This is a convenience that creates an instance of theImage.Builder avoiding the need to create one
manually via Image.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to image(Image).image - a consumer that will call methods on Image.Builderimage(Image)DetectProtectiveEquipmentRequest.Builder summarizationAttributes(ProtectiveEquipmentSummarizationAttributes summarizationAttributes)
An array of PPE types that you want to summarize.
summarizationAttributes - An array of PPE types that you want to summarize.default DetectProtectiveEquipmentRequest.Builder summarizationAttributes(Consumer<ProtectiveEquipmentSummarizationAttributes.Builder> summarizationAttributes)
An array of PPE types that you want to summarize.
This is a convenience that creates an instance of theProtectiveEquipmentSummarizationAttributes.Builder avoiding the need to create one manually via
ProtectiveEquipmentSummarizationAttributes.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
summarizationAttributes(ProtectiveEquipmentSummarizationAttributes).summarizationAttributes - a consumer that will call methods on ProtectiveEquipmentSummarizationAttributes.BuildersummarizationAttributes(ProtectiveEquipmentSummarizationAttributes)DetectProtectiveEquipmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDetectProtectiveEquipmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.