class DominantColorsAnnotation extends Message

Set of dominant colors and their corresponding scores.

Protobuf type Google\Cloud\Vision\V1\DominantColorsAnnotation

Methods

__construct()

No description

RepeatedField
getColors()

RGB color values with their score and pixel fraction.

setColors(array|RepeatedField $var)

RGB color values with their score and pixel fraction.

Details

at line 25
__construct()

at line 36
RepeatedField getColors()

RGB color values with their score and pixel fraction.

Generated from protobuf field repeated .google.cloud.vision.v1.ColorInfo colors = 1;

Return Value

RepeatedField

at line 47
setColors(array|RepeatedField $var)

RGB color values with their score and pixel fraction.

Generated from protobuf field repeated .google.cloud.vision.v1.ColorInfo colors = 1;

Parameters

array|RepeatedField $var