default DetectLabelsImageProperties.Builder |
DetectLabelsImageProperties.Builder.background(Consumer<DetectLabelsImageBackground.Builder> background) |
Information about the properties of an image’s background, including the background’s quality and dominant
colors, including the quality and dominant colors of the image.
|
DetectLabelsImageProperties.Builder |
DetectLabelsImageProperties.Builder.background(DetectLabelsImageBackground background) |
Information about the properties of an image’s background, including the background’s quality and dominant
colors, including the quality and dominant colors of the image.
|
static DetectLabelsImageProperties.Builder |
DetectLabelsImageProperties.builder() |
|
DetectLabelsImageProperties.Builder |
DetectLabelsImageProperties.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).
|
DetectLabelsImageProperties.Builder |
DetectLabelsImageProperties.Builder.dominantColors(Consumer<DominantColor.Builder>... 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).
|
DetectLabelsImageProperties.Builder |
DetectLabelsImageProperties.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).
|
default DetectLabelsImageProperties.Builder |
DetectLabelsImageProperties.Builder.foreground(Consumer<DetectLabelsImageForeground.Builder> 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.
|
DetectLabelsImageProperties.Builder |
DetectLabelsImageProperties.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.
|
default DetectLabelsImageProperties.Builder |
DetectLabelsImageProperties.Builder.quality(Consumer<DetectLabelsImageQuality.Builder> quality) |
Information about the quality of the image foreground as defined by brightness, sharpness, and contrast.
|
DetectLabelsImageProperties.Builder |
DetectLabelsImageProperties.Builder.quality(DetectLabelsImageQuality quality) |
Information about the quality of the image foreground as defined by brightness, sharpness, and contrast.
|
DetectLabelsImageProperties.Builder |
DetectLabelsImageProperties.toBuilder() |
|