Googly.CloudVision.Model.GoogleCloudVisionV1p4beta1CropHint (googly_cloud_vision v0.1.0)

Copy Markdown View Source

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

Attributes

  • bounding_poly (type: Googly.CloudVision.Model.GoogleCloudVisionV1p4beta1BoundingPoly.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

t()

@type t() :: %Googly.CloudVision.Model.GoogleCloudVisionV1p4beta1CropHint{
  bounding_poly:
    Googly.CloudVision.Model.GoogleCloudVisionV1p4beta1BoundingPoly.t() | nil,
  confidence: number() | nil,
  importance_fraction: number() | nil
}