Uses of Interface
com.google.cloud.vision.v1p1beta1.ColorInfoOrBuilder
-
Packages that use ColorInfoOrBuilder Package Description com.google.cloud.vision.v1p1beta1 A client to Cloud Vision API -
-
Uses of ColorInfoOrBuilder in com.google.cloud.vision.v1p1beta1
Classes in com.google.cloud.vision.v1p1beta1 that implement ColorInfoOrBuilder Modifier and Type Class Description class
ColorInfo
Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image.static class
ColorInfo.Builder
Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image.Methods in com.google.cloud.vision.v1p1beta1 that return ColorInfoOrBuilder Modifier and Type Method Description ColorInfoOrBuilder
DominantColorsAnnotation.Builder. getColorsOrBuilder(int index)
RGB color values with their score and pixel fraction.ColorInfoOrBuilder
DominantColorsAnnotation. getColorsOrBuilder(int index)
RGB color values with their score and pixel fraction.ColorInfoOrBuilder
DominantColorsAnnotationOrBuilder. getColorsOrBuilder(int index)
RGB color values with their score and pixel fraction.Methods in com.google.cloud.vision.v1p1beta1 that return types with arguments of type ColorInfoOrBuilder Modifier and Type Method Description List<? extends ColorInfoOrBuilder>
DominantColorsAnnotation.Builder. getColorsOrBuilderList()
RGB color values with their score and pixel fraction.List<? extends ColorInfoOrBuilder>
DominantColorsAnnotation. getColorsOrBuilderList()
RGB color values with their score and pixel fraction.List<? extends ColorInfoOrBuilder>
DominantColorsAnnotationOrBuilder. getColorsOrBuilderList()
RGB color values with their score and pixel fraction.
-