Single crop hint that is used to generate a new crop when serving an image.
Attributes
-
bounding_poly(type:Googly.CloudVision.Model.BoundingPoly.t()) - The bounding polygon for the crop region. The coordinates of the bounding box are in the original image's scale. -
confidence(type:number()) - Confidence of this being a salient region. Range [0, 1]. -
importance_fraction(type:number()) - Fraction of importance of this salient region with respect to the original image.
Summary
Types
@type t() :: %Googly.CloudVision.Model.CropHint{ bounding_poly: Googly.CloudVision.Model.BoundingPoly.t() | nil, confidence: number() | nil, importance_fraction: number() | nil }