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
    
  - (::Google::Cloud::Vision::V1::BoundingPoly) — The bounding polygon for the crop region. The coordinates of the bounding box are in the original image's scale.
#bounding_poly=
def bounding_poly=(value) -> ::Google::Cloud::Vision::V1::BoundingPoly
    Parameter
    
  - value (::Google::Cloud::Vision::V1::BoundingPoly) — The bounding polygon for the crop region. The coordinates of the bounding box are in the original image's scale.
    Returns
    
  - (::Google::Cloud::Vision::V1::BoundingPoly) — The bounding polygon for the crop region. The coordinates of the bounding box are in the original image's scale.
#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.