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

Copy Markdown View Source

Information about the products similar to a single product in a query image.

Attributes

  • bounding_poly (type: Googly.CloudVision.Model.BoundingPoly.t()) - The bounding polygon around the product detected in the query image.
  • object_annotations (type: list(Googly.CloudVision.Model.ObjectAnnotation.t())) - List of generic predictions for the object in the bounding box.
  • results (type: list(Googly.CloudVision.Model.Result.t())) - List of results, one for each product match.

Summary

Types

t()

@type t() :: %Googly.CloudVision.Model.GroupedResult{
  bounding_poly: Googly.CloudVision.Model.BoundingPoly.t() | nil,
  object_annotations: [Googly.CloudVision.Model.ObjectAnnotation.t()] | nil,
  results: [Googly.CloudVision.Model.Result.t()] | nil
}