public interface DominantColorsAnnotationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getColors(int index)
public abstract ColorInfo getColors(int index)RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1.ColorInfo colors = 1;
| Name | Description |
| index | int |
| Type | Description |
| ColorInfo |
getColorsCount()
public abstract int getColorsCount()RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1.ColorInfo colors = 1;
| Type | Description |
| int |
getColorsList()
public abstract List<ColorInfo> getColorsList()RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1.ColorInfo colors = 1;
| Type | Description |
| List<ColorInfo> |
getColorsOrBuilder(int index)
public abstract ColorInfoOrBuilder getColorsOrBuilder(int index)RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1.ColorInfo colors = 1;
| Name | Description |
| index | int |
| Type | Description |
| ColorInfoOrBuilder |
getColorsOrBuilderList()
public abstract List<? extends ColorInfoOrBuilder> getColorsOrBuilderList()RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1.ColorInfo colors = 1;
| Type | Description |
| List<? extends com.google.cloud.vision.v1.ColorInfoOrBuilder> |