Class GoogleCloudVisionV1p3beta1ProductSearchResultsResult
Information about a product.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1p1beta1.Data
Assembly: Google.Apis.Vision.v1p1beta1.dll
Syntax
public class GoogleCloudVisionV1p3beta1ProductSearchResultsResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Image
The resource name of the image from the product that is the closest match to the query.
Declaration
[JsonProperty("image")]
public virtual string Image { get; set; }
Property Value
Type | Description |
---|---|
string |
Product
The Product.
Declaration
[JsonProperty("product")]
public virtual GoogleCloudVisionV1p3beta1Product Product { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVisionV1p3beta1Product |
Score
A confidence level on the match, ranging from 0 (no confidence) to 1 (full confidence).
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Type | Description |
---|---|
float? |