rekognition_detect_protective_equipment {paws.machine.learning} | R Documentation |
Detects Personal Protective Equipment (PPE) worn by people detected in an image
Description
Detects Personal Protective Equipment (PPE) worn by people detected in an image. Amazon Rekognition can detect the following types of PPE.
See https://www.paws-r-sdk.com/docs/rekognition_detect_protective_equipment/ for full documentation.
Usage
rekognition_detect_protective_equipment(Image, SummarizationAttributes = NULL)
Arguments
Image |
[required] 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. |
SummarizationAttributes |
An array of PPE types that you want to summarize. |
[Package paws.machine.learning version 0.9.0 Index]