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.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eProductSearchResults\u003c/code\u003e class within the Google Cloud Vision v1 API, offering details on its implementation and usage in .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eProductSearchResults\u003c/code\u003e class represents the results obtained from a product search request, showing the matching products to the query.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation covers multiple versions of the Google Cloud Vision v1 API, ranging from version 2.3.0 to the latest version 3.7.0, allowing developers to access previous version information.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eProductSearchResults\u003c/code\u003e include \u003ccode\u003eIndexTime\u003c/code\u003e, which indicates the timestamp of the index used for the search, and \u003ccode\u003eProductGroupedResults\u003c/code\u003e and \u003ccode\u003eResults\u003c/code\u003e, which provide lists of grouped and individual product matches respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, as well as inheriting from \u003ccode\u003eobject\u003c/code\u003e and has public constructors for default usage and for creating a copy from another instance.\u003c/p\u003e\n"]]],[],null,[]]