| Modifier and Type | Method and Description |
|---|---|
ColorInfo |
ColorInfo.Builder.build() |
ColorInfo |
ColorInfo.Builder.buildPartial() |
ColorInfo |
DominantColorsAnnotationOrBuilder.getColors(int index)
RGB color values with their score and pixel fraction.
|
ColorInfo |
DominantColorsAnnotation.getColors(int index)
RGB color values with their score and pixel fraction.
|
ColorInfo |
DominantColorsAnnotation.Builder.getColors(int index)
RGB color values with their score and pixel fraction.
|
static ColorInfo |
ColorInfo.getDefaultInstance() |
ColorInfo |
ColorInfo.getDefaultInstanceForType() |
ColorInfo |
ColorInfo.Builder.getDefaultInstanceForType() |
static ColorInfo |
ColorInfo.parseDelimitedFrom(InputStream input) |
static ColorInfo |
ColorInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColorInfo |
ColorInfo.parseFrom(byte[] data) |
static ColorInfo |
ColorInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColorInfo |
ColorInfo.parseFrom(ByteBuffer data) |
static ColorInfo |
ColorInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColorInfo |
ColorInfo.parseFrom(com.google.protobuf.ByteString data) |
static ColorInfo |
ColorInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColorInfo |
ColorInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static ColorInfo |
ColorInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColorInfo |
ColorInfo.parseFrom(InputStream input) |
static ColorInfo |
ColorInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ColorInfo> |
DominantColorsAnnotationOrBuilder.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> |
DominantColorsAnnotation.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
DominantColorsAnnotation.Builder |
DominantColorsAnnotation.Builder.addColors(ColorInfo value)
RGB color values with their score and pixel fraction.
|
DominantColorsAnnotation.Builder |
DominantColorsAnnotation.Builder.addColors(int index,
ColorInfo value)
RGB color values with their score and pixel fraction.
|
ColorInfo.Builder |
ColorInfo.Builder.mergeFrom(ColorInfo other) |
static ColorInfo.Builder |
ColorInfo.newBuilder(ColorInfo prototype) |
DominantColorsAnnotation.Builder |
DominantColorsAnnotation.Builder.setColors(int index,
ColorInfo value)
RGB color values with their score and pixel fraction.
|
| Modifier and Type | Method and Description |
|---|---|
DominantColorsAnnotation.Builder |
DominantColorsAnnotation.Builder.addAllColors(Iterable<? extends ColorInfo> values)
RGB color values with their score and pixel fraction.
|
Copyright © 2020 Google LLC. All rights reserved.