| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DetectLabelsImageQuality |
DetectLabelsImageQuality.clone() |
DetectLabelsImageQuality |
DetectLabelsImageBackground.getQuality()
The quality of the image background as defined by brightness and sharpness.
|
DetectLabelsImageQuality |
DetectLabelsImageProperties.getQuality()
Information about the quality of the image foreground as defined by brightness, sharpness, and contrast.
|
DetectLabelsImageQuality |
DetectLabelsImageForeground.getQuality()
The quality of the image foreground as defined by brightness and sharpness.
|
DetectLabelsImageQuality |
DetectLabelsImageQuality.withBrightness(Float brightness)
The brightness of an image provided for label detection.
|
DetectLabelsImageQuality |
DetectLabelsImageQuality.withContrast(Float contrast)
The contrast of an image provided for label detection.
|
DetectLabelsImageQuality |
DetectLabelsImageQuality.withSharpness(Float sharpness)
The sharpness of an image provided for label detection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectLabelsImageBackground.setQuality(DetectLabelsImageQuality quality)
The quality of the image background as defined by brightness and sharpness.
|
void |
DetectLabelsImageProperties.setQuality(DetectLabelsImageQuality quality)
Information about the quality of the image foreground as defined by brightness, sharpness, and contrast.
|
void |
DetectLabelsImageForeground.setQuality(DetectLabelsImageQuality quality)
The quality of the image foreground as defined by brightness and sharpness.
|
DetectLabelsImageBackground |
DetectLabelsImageBackground.withQuality(DetectLabelsImageQuality quality)
The quality of the image background as defined by brightness and sharpness.
|
DetectLabelsImageProperties |
DetectLabelsImageProperties.withQuality(DetectLabelsImageQuality quality)
Information about the quality of the image foreground as defined by brightness, sharpness, and contrast.
|
DetectLabelsImageForeground |
DetectLabelsImageForeground.withQuality(DetectLabelsImageQuality quality)
The quality of the image foreground as defined by brightness and sharpness.
|
Copyright © 2023. All rights reserved.