| 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 |
|---|---|
DetectProtectiveEquipmentResult |
AmazonRekognitionClient.detectProtectiveEquipment(DetectProtectiveEquipmentRequest request)
Detects Personal Protective Equipment (PPE) worn by people detected in an image.
|
DetectProtectiveEquipmentResult |
AmazonRekognition.detectProtectiveEquipment(DetectProtectiveEquipmentRequest detectProtectiveEquipmentRequest)
Detects Personal Protective Equipment (PPE) worn by people detected in an image.
|
DetectProtectiveEquipmentResult |
AbstractAmazonRekognition.detectProtectiveEquipment(DetectProtectiveEquipmentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DetectProtectiveEquipmentResult> |
AmazonRekognitionAsyncClient.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.
|
Future<DetectProtectiveEquipmentResult> |
AbstractAmazonRekognitionAsync.detectProtectiveEquipmentAsync(DetectProtectiveEquipmentRequest request,
AsyncHandler<DetectProtectiveEquipmentRequest,DetectProtectiveEquipmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DetectProtectiveEquipmentResult |
DetectProtectiveEquipmentResult.clone() |
DetectProtectiveEquipmentResult |
DetectProtectiveEquipmentResult.withPersons(Collection<ProtectiveEquipmentPerson> persons)
An array of persons detected in the image (including persons not wearing PPE).
|
DetectProtectiveEquipmentResult |
DetectProtectiveEquipmentResult.withPersons(ProtectiveEquipmentPerson... persons)
An array of persons detected in the image (including persons not wearing PPE).
|
DetectProtectiveEquipmentResult |
DetectProtectiveEquipmentResult.withProtectiveEquipmentModelVersion(String protectiveEquipmentModelVersion)
The version number of the PPE detection model used to detect PPE in the image.
|
DetectProtectiveEquipmentResult |
DetectProtectiveEquipmentResult.withSummary(ProtectiveEquipmentSummary summary)
Summary information for the types of PPE specified in the
SummarizationAttributes input parameter. |
Copyright © 2023. All rights reserved.