Interface protos.google.cloud.vision.v1.IColorInfo (2.3.8)

Properties of a ColorInfo.

Package

@google-cloud/vision!

Properties

color

color?: (google.type.IColor|null);

ColorInfo color

Property Value
TypeDescription
(google.type.IColor|null)

pixelFraction

pixelFraction?: (number|null);

ColorInfo pixelFraction

Property Value
TypeDescription
(number|null)

score

score?: (number|null);

ColorInfo score

Property Value
TypeDescription
(number|null)