Uses of Class
com.google.cloud.vision.v1p3beta1.ColorInfo
-
Packages that use ColorInfo Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of ColorInfo in com.google.cloud.vision.v1p3beta1
Methods in com.google.cloud.vision.v1p3beta1 that return ColorInfo Modifier and Type Method Description ColorInfo
ColorInfo.Builder. build()
ColorInfo
ColorInfo.Builder. buildPartial()
ColorInfo
DominantColorsAnnotation.Builder. getColors(int index)
RGB color values with their score and pixel fraction.ColorInfo
DominantColorsAnnotation. getColors(int index)
RGB color values with their score and pixel fraction.ColorInfo
DominantColorsAnnotationOrBuilder. getColors(int index)
RGB color values with their score and pixel fraction.static ColorInfo
ColorInfo. getDefaultInstance()
ColorInfo
ColorInfo.Builder. getDefaultInstanceForType()
ColorInfo
ColorInfo. getDefaultInstanceForType()
static ColorInfo
ColorInfo. parseDelimitedFrom(InputStream input)
static ColorInfo
ColorInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ColorInfo
ColorInfo. parseFrom(byte[] data)
static ColorInfo
ColorInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ColorInfo
ColorInfo. parseFrom(com.google.protobuf.ByteString data)
static ColorInfo
ColorInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ColorInfo
ColorInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static ColorInfo
ColorInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ColorInfo
ColorInfo. parseFrom(InputStream input)
static ColorInfo
ColorInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ColorInfo
ColorInfo. parseFrom(ByteBuffer data)
static ColorInfo
ColorInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type ColorInfo Modifier and Type Method Description List<ColorInfo>
DominantColorsAnnotation.Builder. getColorsList()
RGB color values with their score and pixel fraction.List<ColorInfo>
DominantColorsAnnotation. getColorsList()
RGB color values with their score and pixel fraction.List<ColorInfo>
DominantColorsAnnotationOrBuilder. getColorsList()
RGB color values with their score and pixel fraction.com.google.protobuf.Parser<ColorInfo>
ColorInfo. getParserForType()
static com.google.protobuf.Parser<ColorInfo>
ColorInfo. parser()
Methods in com.google.cloud.vision.v1p3beta1 with parameters of type ColorInfo Modifier and Type Method Description DominantColorsAnnotation.Builder
DominantColorsAnnotation.Builder. addColors(int index, ColorInfo value)
RGB color values with their score and pixel fraction.DominantColorsAnnotation.Builder
DominantColorsAnnotation.Builder. addColors(ColorInfo value)
RGB color values with their score and pixel fraction.ColorInfo.Builder
ColorInfo.Builder. mergeFrom(ColorInfo other)
static ColorInfo.Builder
ColorInfo. newBuilder(ColorInfo prototype)
DominantColorsAnnotation.Builder
DominantColorsAnnotation.Builder. setColors(int index, ColorInfo value)
RGB color values with their score and pixel fraction.Method parameters in com.google.cloud.vision.v1p3beta1 with type arguments of type ColorInfo Modifier and Type Method Description DominantColorsAnnotation.Builder
DominantColorsAnnotation.Builder. addAllColors(Iterable<? extends ColorInfo> values)
RGB color values with their score and pixel fraction.
-