Class CropHint (2.1.0)

CropHint(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
bounding_poly .geometry.BoundingPoly
The bounding polygon for the crop region. The coordinates of the bounding box are in the original image's scale, as returned in ImageParams.
confidence float
Confidence of this being a salient region. Range [0, 1].
importance_fraction float
Fraction of importance of this salient region with respect to the original image.