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

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

Single crop hint that is used to generate a new crop when serving an image.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bounding_poly

def bounding_poly() -> ::Google::Cloud::Vision::V1::BoundingPoly
Returns

#bounding_poly=

def bounding_poly=(value) -> ::Google::Cloud::Vision::V1::BoundingPoly
Parameter
Returns

#confidence

def confidence() -> ::Float
Returns
  • (::Float) — Confidence of this being a salient region. Range [0, 1].

#confidence=

def confidence=(value) -> ::Float
Parameter
  • value (::Float) — Confidence of this being a salient region. Range [0, 1].
Returns
  • (::Float) — Confidence of this being a salient region. Range [0, 1].

#importance_fraction

def importance_fraction() -> ::Float
Returns
  • (::Float) — Fraction of importance of this salient region with respect to the original image.

#importance_fraction=

def importance_fraction=(value) -> ::Float
Parameter
  • value (::Float) — Fraction of importance of this salient region with respect to the original image.
Returns
  • (::Float) — Fraction of importance of this salient region with respect to the original image.