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