public interface DominantColorsAnnotationOrBuilder extends 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.
|
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.
|
List<? extends ColorInfoOrBuilder> |
getColorsOrBuilderList()
RGB color values with their score and pixel fraction.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<ColorInfo> getColorsList()
RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1p2beta1.ColorInfo colors = 1;
ColorInfo getColors(int index)
RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1p2beta1.ColorInfo colors = 1;
int getColorsCount()
RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1p2beta1.ColorInfo colors = 1;
List<? extends ColorInfoOrBuilder> getColorsOrBuilderList()
RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1p2beta1.ColorInfo colors = 1;
ColorInfoOrBuilder getColorsOrBuilder(int index)
RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1p2beta1.ColorInfo colors = 1;
Copyright © 2022 Google LLC. All rights reserved.