You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Rekognition::Types::DetectProtectiveEquipmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DetectProtectiveEquipmentRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DetectProtectiveEquipmentRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
image: { # required
bytes: "data",
s3_object: {
bucket: "S3Bucket",
name: "S3ObjectName",
version: "S3ObjectVersion",
},
},
summarization_attributes: {
min_confidence: 1.0, # required
required_equipment_types: ["FACE_COVER"], # required, accepts FACE_COVER, HAND_COVER, HEAD_COVER
},
}
Instance Attribute Summary collapse
-
#image ⇒ Types::Image
The image in which you want to detect PPE on detected persons.
-
#summarization_attributes ⇒ Types::ProtectiveEquipmentSummarizationAttributes
An array of PPE types that you want to summarize.
Instance Attribute Details
#image ⇒ Types::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.
#summarization_attributes ⇒ Types::ProtectiveEquipmentSummarizationAttributes
An array of PPE types that you want to summarize.