Class: Aws::Rekognition::Types::DetectProtectiveEquipmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DetectProtectiveEquipmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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.
2461 2462 2463 2464 2465 2466 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2461 class DetectProtectiveEquipmentRequest < Struct.new( :image, :summarization_attributes) SENSITIVE = [] include Aws::Structure end |
#summarization_attributes ⇒ Types::ProtectiveEquipmentSummarizationAttributes
An array of PPE types that you want to summarize.
2461 2462 2463 2464 2465 2466 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2461 class DetectProtectiveEquipmentRequest < Struct.new( :image, :summarization_attributes) SENSITIVE = [] include Aws::Structure end |