Uses of Class
software.amazon.awssdk.services.rekognition.model.DominantColor
-
Packages that use DominantColor Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of DominantColor in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type DominantColor Modifier and Type Method Description List<DominantColor>DetectLabelsImageBackground. dominantColors()The dominant colors found in the background of an image, defined with RGB values, CSS color name, simplified color name, and PixelPercentage (the percentage of image pixels that have a particular color).List<DominantColor>DetectLabelsImageForeground. dominantColors()The dominant colors found in the foreground of an image, defined with RGB values, CSS color name, simplified color name, and PixelPercentage (the percentage of image pixels that have a particular color).List<DominantColor>DetectLabelsImageProperties. dominantColors()Information about the dominant colors found in an image, described with RGB values, CSS color name, simplified color name, and PixelPercentage (the percentage of image pixels that have a particular color).List<DominantColor>Instance. dominantColors()The dominant colors found in an individual instance of a label.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type DominantColor Modifier and Type Method Description DetectLabelsImageBackground.BuilderDetectLabelsImageBackground.Builder. dominantColors(DominantColor... dominantColors)The dominant colors found in the background of an image, defined with RGB values, CSS color name, simplified color name, and PixelPercentage (the percentage of image pixels that have a particular color).DetectLabelsImageForeground.BuilderDetectLabelsImageForeground.Builder. dominantColors(DominantColor... dominantColors)The dominant colors found in the foreground of an image, defined with RGB values, CSS color name, simplified color name, and PixelPercentage (the percentage of image pixels that have a particular color).DetectLabelsImageProperties.BuilderDetectLabelsImageProperties.Builder. dominantColors(DominantColor... dominantColors)Information about the dominant colors found in an image, described with RGB values, CSS color name, simplified color name, and PixelPercentage (the percentage of image pixels that have a particular color).Instance.BuilderInstance.Builder. dominantColors(DominantColor... dominantColors)The dominant colors found in an individual instance of a label.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type DominantColor Modifier and Type Method Description DetectLabelsImageBackground.BuilderDetectLabelsImageBackground.Builder. dominantColors(Collection<DominantColor> dominantColors)The dominant colors found in the background of an image, defined with RGB values, CSS color name, simplified color name, and PixelPercentage (the percentage of image pixels that have a particular color).DetectLabelsImageForeground.BuilderDetectLabelsImageForeground.Builder. dominantColors(Collection<DominantColor> dominantColors)The dominant colors found in the foreground of an image, defined with RGB values, CSS color name, simplified color name, and PixelPercentage (the percentage of image pixels that have a particular color).DetectLabelsImageProperties.BuilderDetectLabelsImageProperties.Builder. dominantColors(Collection<DominantColor> dominantColors)Information about the dominant colors found in an image, described with RGB values, CSS color name, simplified color name, and PixelPercentage (the percentage of image pixels that have a particular color).Instance.BuilderInstance.Builder. dominantColors(Collection<DominantColor> dominantColors)The dominant colors found in an individual instance of a label.
-