public interface DominantColorsAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ColorInfo |
getColors(int index)
RGB color values with their score and pixel fraction.
|
int |
getColorsCount()
RGB color values with their score and pixel fraction.
|
java.util.List<ColorInfo> |
getColorsList()
RGB color values with their score and pixel fraction.
|
ColorInfoOrBuilder |
getColorsOrBuilder(int index)
RGB color values with their score and pixel fraction.
|
java.util.List<? extends ColorInfoOrBuilder> |
getColorsOrBuilderList()
RGB color values with their score and pixel fraction.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<ColorInfo> getColorsList()
RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1p1beta1.ColorInfo colors = 1;ColorInfo getColors(int index)
RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1p1beta1.ColorInfo colors = 1;int getColorsCount()
RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1p1beta1.ColorInfo colors = 1;java.util.List<? extends ColorInfoOrBuilder> getColorsOrBuilderList()
RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1p1beta1.ColorInfo colors = 1;ColorInfoOrBuilder getColorsOrBuilder(int index)
RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1p1beta1.ColorInfo colors = 1;