static DetectLabelsImageForeground.Builder |
DetectLabelsImageForeground.builder() |
|
DetectLabelsImageForeground.Builder |
DetectLabelsImageForeground.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).
|
DetectLabelsImageForeground.Builder |
DetectLabelsImageForeground.Builder.dominantColors(Consumer<DominantColor.Builder>... 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).
|
DetectLabelsImageForeground.Builder |
DetectLabelsImageForeground.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).
|
default DetectLabelsImageForeground.Builder |
DetectLabelsImageForeground.Builder.quality(Consumer<DetectLabelsImageQuality.Builder> quality) |
The quality of the image foreground as defined by brightness and sharpness.
|
DetectLabelsImageForeground.Builder |
DetectLabelsImageForeground.Builder.quality(DetectLabelsImageQuality quality) |
The quality of the image foreground as defined by brightness and sharpness.
|
DetectLabelsImageForeground.Builder |
DetectLabelsImageForeground.toBuilder() |
|