Interface ColorInfoOrBuilder (3.1.0)

public interface ColorInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColor()

public abstract Color getColor()

RGB components of the color.

.google.type.Color color = 1;

Returns
TypeDescription
com.google.type.Color

The color.

getColorOrBuilder()

public abstract ColorOrBuilder getColorOrBuilder()

RGB components of the color.

.google.type.Color color = 1;

Returns
TypeDescription
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
TypeDescription
float

The pixelFraction.

getScore()

public abstract float getScore()

Image-specific score for this color. Value in range [0, 1].

float score = 2;

Returns
TypeDescription
float

The score.

hasColor()

public abstract boolean hasColor()

RGB components of the color.

.google.type.Color color = 1;

Returns
TypeDescription
boolean

Whether the color field is set.