| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DetectProtectiveEquipmentResult> |
AmazonRekognitionAsyncClient.detectProtectiveEquipmentAsync(DetectProtectiveEquipmentRequest request,
AsyncHandler<DetectProtectiveEquipmentRequest,DetectProtectiveEquipmentResult> asyncHandler) |
Future<DetectProtectiveEquipmentResult> |
AbstractAmazonRekognitionAsync.detectProtectiveEquipmentAsync(DetectProtectiveEquipmentRequest request,
AsyncHandler<DetectProtectiveEquipmentRequest,DetectProtectiveEquipmentResult> asyncHandler) |
Future<DetectProtectiveEquipmentResult> |
AmazonRekognitionAsync.detectProtectiveEquipmentAsync(DetectProtectiveEquipmentRequest detectProtectiveEquipmentRequest,
AsyncHandler<DetectProtectiveEquipmentRequest,DetectProtectiveEquipmentResult> asyncHandler)
Detects Personal Protective Equipment (PPE) worn by people detected in an image.
|
| Modifier and Type | Method and Description |
|---|---|
DetectProtectiveEquipmentRequest |
DetectProtectiveEquipmentRequest.clone() |
DetectProtectiveEquipmentRequest |
DetectProtectiveEquipmentRequest.withImage(Image image)
The image in which you want to detect PPE on detected persons.
|
DetectProtectiveEquipmentRequest |
DetectProtectiveEquipmentRequest.withSummarizationAttributes(ProtectiveEquipmentSummarizationAttributes summarizationAttributes)
An array of PPE types that you want to summarize.
|
Copyright © 2023. All rights reserved.