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

Copy Markdown View Source

Information about a product.

Attributes

  • image (type: String.t()) - The resource name of the image from the product that is the closest match to the query.
  • product (type: Googly.CloudVision.Model.Product.t()) - The Product.
  • score (type: number()) - A confidence level on the match, ranging from 0 (no confidence) to 1 (full confidence).

Summary

Types

t()

@type t() :: %Googly.CloudVision.Model.Result{
  image: String.t() | nil,
  product: Googly.CloudVision.Model.Product.t() | nil,
  score: number() | nil
}