Uses of Class
software.amazon.awssdk.services.rekognition.model.DetectLabelsImageQuality
-
Packages that use DetectLabelsImageQuality Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of DetectLabelsImageQuality in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return DetectLabelsImageQuality Modifier and Type Method Description DetectLabelsImageQualityDetectLabelsImageBackground. quality()The quality of the image background as defined by brightness and sharpness.DetectLabelsImageQualityDetectLabelsImageForeground. quality()The quality of the image foreground as defined by brightness and sharpness.DetectLabelsImageQualityDetectLabelsImageProperties. quality()Information about the quality of the image foreground as defined by brightness, sharpness, and contrast.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type DetectLabelsImageQuality Modifier and Type Method Description DetectLabelsImageBackground.BuilderDetectLabelsImageBackground.Builder. quality(DetectLabelsImageQuality quality)The quality of the image background as defined by brightness and sharpness.DetectLabelsImageForeground.BuilderDetectLabelsImageForeground.Builder. quality(DetectLabelsImageQuality quality)The quality of the image foreground as defined by brightness and sharpness.DetectLabelsImageProperties.BuilderDetectLabelsImageProperties.Builder. quality(DetectLabelsImageQuality quality)Information about the quality of the image foreground as defined by brightness, sharpness, and contrast.
-