Google Cloud Vision v1 API - Class ProductSearchResults.Types.Result (3.6.0)

public sealed class ProductSearchResults.Types.Result : IMessage<ProductSearchResults.Types.Result>, IEquatable<ProductSearchResults.Types.Result>, IDeepCloneable<ProductSearchResults.Types.Result>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class ProductSearchResults.Types.Result.

Information about a product.

Inheritance

object > ProductSearchResults.Types.Result

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

Result()

public Result()

Result(Result)

public Result(ProductSearchResults.Types.Result other)
Parameter
NameDescription
otherProductSearchResultsTypesResult

Properties

Image

public string Image { get; set; }

The resource name of the image from the product that is the closest match to the query.

Property Value
TypeDescription
string

Product

public Product Product { get; set; }

The Product.

Property Value
TypeDescription
Product

Score

public float Score { get; set; }

A confidence level on the match, ranging from 0 (no confidence) to 1 (full confidence).

Property Value
TypeDescription
float