Uses of Class
software.amazon.awssdk.services.rekognition.model.DetectLabelsImageForeground
-
Packages that use DetectLabelsImageForeground Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of DetectLabelsImageForeground in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return DetectLabelsImageForeground Modifier and Type Method Description DetectLabelsImageForegroundDetectLabelsImageProperties. foreground()Information about the properties of an image’s foreground, including the foreground’s quality and dominant colors, including the quality and dominant colors of the image.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type DetectLabelsImageForeground Modifier and Type Method Description DetectLabelsImageProperties.BuilderDetectLabelsImageProperties.Builder. foreground(DetectLabelsImageForeground foreground)Information about the properties of an image’s foreground, including the foreground’s quality and dominant colors, including the quality and dominant colors of the image.
-