| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DetectLabelsImageQuality |
DetectLabelsImageProperties.quality()
Information about the quality of the image foreground as defined by brightness, sharpness, and contrast.
|
DetectLabelsImageQuality |
DetectLabelsImageForeground.quality()
The quality of the image foreground as defined by brightness and sharpness.
|
DetectLabelsImageQuality |
DetectLabelsImageBackground.quality()
The quality of the image background as defined by brightness and sharpness.
|
| Modifier and Type | Method and Description |
|---|---|
DetectLabelsImageProperties.Builder |
DetectLabelsImageProperties.Builder.quality(DetectLabelsImageQuality quality)
Information about the quality of the image foreground as defined by brightness, sharpness, and contrast.
|
DetectLabelsImageForeground.Builder |
DetectLabelsImageForeground.Builder.quality(DetectLabelsImageQuality quality)
The quality of the image foreground as defined by brightness and sharpness.
|
DetectLabelsImageBackground.Builder |
DetectLabelsImageBackground.Builder.quality(DetectLabelsImageQuality quality)
The quality of the image background as defined by brightness and sharpness.
|
Copyright © 2023. All rights reserved.