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
show all
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

Instance Attribute Details

#imageTypes::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.

Returns:

  • (Types::Image)

    The image in which you want to detect PPE on detected persons.

#summarization_attributesTypes::ProtectiveEquipmentSummarizationAttributes

An array of PPE types that you want to summarize.

Returns: