Google Cloud Vision v1 API - Class ProductSearchResults (3.6.0)

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

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

Results for a product search request.

Inheritance

object > ProductSearchResults

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

ProductSearchResults()

public ProductSearchResults()

ProductSearchResults(ProductSearchResults)

public ProductSearchResults(ProductSearchResults other)
Parameter
NameDescription
otherProductSearchResults

Properties

IndexTime

public Timestamp IndexTime { get; set; }

Timestamp of the index which provided these results. Products added to the product set and products removed from the product set after this time are not reflected in the current results.

Property Value
TypeDescription
Timestamp

ProductGroupedResults

public RepeatedField<ProductSearchResults.Types.GroupedResult> ProductGroupedResults { get; }

List of results grouped by products detected in the query image. Each entry corresponds to one bounding polygon in the query image, and contains the matching products specific to that region. There may be duplicate product matches in the union of all the per-product results.

Property Value
TypeDescription
RepeatedFieldProductSearchResultsTypesGroupedResult

Results

public RepeatedField<ProductSearchResults.Types.Result> Results { get; }

List of results, one for each product match.

Property Value
TypeDescription
RepeatedFieldProductSearchResultsTypesResult