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
@type t() :: %Googly.CloudVision.Model.Result{ image: String.t() | nil, product: Googly.CloudVision.Model.Product.t() | nil, score: number() | nil }