[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `ListProductSetsResponse` class within the Google Cloud Vision v1 API, specifically for version 3.4.0."],["The `ListProductSetsResponse` class is designed to handle the response message for the `ListProductSets` method and implements several interfaces, including `IPageResponse\u003cProductSet\u003e`, `IEnumerable\u003cProductSet\u003e`, and `IMessage`."],["The class inherits from `object` and contains two main properties: `NextPageToken`, which is a string for retrieving the next page of results, and `ProductSets`, which is a `RepeatedField\u003cProductSet\u003e` that lists the ProductSets."],["It also provides two constructors: a default one (`ListProductSetsResponse()`) and another that allows you to create a copy of an existing `ListProductSetsResponse` (`ListProductSetsResponse(ListProductSetsResponse other)`), along with a method to get an enumerator."],["The documentation includes links to previous versions of the API, ranging from 2.3.0 to 3.7.0, allowing users to access the appropriate documentation for their specific version."]]],[]]