Cloud Vision V1 API - Class Google::Cloud::Vision::V1::ColorInfo (v0.6.4)

Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::ColorInfo.

Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#color

def color() -> ::Google::Type::Color
Returns

#color=

def color=(value) -> ::Google::Type::Color
Parameter
Returns

#pixel_fraction

def pixel_fraction() -> ::Float
Returns
  • (::Float) — The fraction of pixels the color occupies in the image. Value in range [0, 1].

#pixel_fraction=

def pixel_fraction=(value) -> ::Float
Parameter
  • value (::Float) — The fraction of pixels the color occupies in the image. Value in range [0, 1].
Returns
  • (::Float) — The fraction of pixels the color occupies in the image. Value in range [0, 1].

#score

def score() -> ::Float
Returns
  • (::Float) — Image-specific score for this color. Value in range [0, 1].

#score=

def score=(value) -> ::Float
Parameter
  • value (::Float) — Image-specific score for this color. Value in range [0, 1].
Returns
  • (::Float) — Image-specific score for this color. Value in range [0, 1].