Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1ProductSearchResultsResult (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.GoogleCloudVisionV1p2beta1Product.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.GoogleCloudVisionV1p2beta1ProductSearchResultsResult{
    image: String.t() | nil,
    product:
      Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1Product.t() | nil,
    score: number() | nil
  }