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.
Implements
IMessageProductSearchResults, IEquatableProductSearchResults, IDeepCloneableProductSearchResults, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
ProductSearchResults()
public ProductSearchResults()
ProductSearchResults(ProductSearchResults)
public ProductSearchResults(ProductSearchResults other)
Parameter | |
---|---|
Name | Description |
other |
ProductSearchResults |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldProductSearchResultsTypesGroupedResult |
Results
public RepeatedField<ProductSearchResults.Types.Result> Results { get; }
List of results, one for each product match.
Property Value | |
---|---|
Type | Description |
RepeatedFieldProductSearchResultsTypesResult |