public interface ColorInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getColor()
public abstract Color getColor()RGB components of the color.
.google.type.Color color = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Color |
The color. |
getColorOrBuilder()
public abstract ColorOrBuilder getColorOrBuilder()RGB components of the color.
.google.type.Color color = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.type.ColorOrBuilder |
|
getPixelFraction()
public abstract float getPixelFraction()The fraction of pixels the color occupies in the image. Value in range [0, 1].
float pixel_fraction = 3;
| Returns | |
|---|---|
| Type | Description |
float |
The pixelFraction. |
getScore()
public abstract float getScore()Image-specific score for this color. Value in range [0, 1].
float score = 2;
| Returns | |
|---|---|
| Type | Description |
float |
The score. |
hasColor()
public abstract boolean hasColor()RGB components of the color.
.google.type.Color color = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the color field is set. |