Uses of Interface
com.google.cloud.vision.v1p3beta1.DominantColorsAnnotationOrBuilder
-
Packages that use DominantColorsAnnotationOrBuilder Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of DominantColorsAnnotationOrBuilder in com.google.cloud.vision.v1p3beta1
Classes in com.google.cloud.vision.v1p3beta1 that implement DominantColorsAnnotationOrBuilder Modifier and Type Class Description class
DominantColorsAnnotation
Set of dominant colors and their corresponding scores.static class
DominantColorsAnnotation.Builder
Set of dominant colors and their corresponding scores.Methods in com.google.cloud.vision.v1p3beta1 that return DominantColorsAnnotationOrBuilder Modifier and Type Method Description DominantColorsAnnotationOrBuilder
ImageProperties.Builder. getDominantColorsOrBuilder()
If present, dominant colors completed successfully.DominantColorsAnnotationOrBuilder
ImageProperties. getDominantColorsOrBuilder()
If present, dominant colors completed successfully.DominantColorsAnnotationOrBuilder
ImagePropertiesOrBuilder. getDominantColorsOrBuilder()
If present, dominant colors completed successfully.
-