Show / Hide Table of Contents

Class Result

Information about a product.

Inheritance
object
Result
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class Result : 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 Product Product { get; set; }
Property Value
Type Description
Product

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX