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.
|
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, hasOneofList<ColorInfo> getColorsList()
RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1p4beta1.ColorInfo colors = 1;ColorInfo getColors(int index)
RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1p4beta1.ColorInfo colors = 1;int getColorsCount()
RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1p4beta1.ColorInfo colors = 1;List<? extends ColorInfoOrBuilder> getColorsOrBuilderList()
RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1p4beta1.ColorInfo colors = 1;ColorInfoOrBuilder getColorsOrBuilder(int index)
RGB color values with their score and pixel fraction.
repeated .google.cloud.vision.v1p4beta1.ColorInfo colors = 1;Copyright © 2020 Google LLC. All rights reserved.