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