public sealed class ImportProductSetsInputConfig : IMessage<ImportProductSetsInputConfig>, IEquatable<ImportProductSetsInputConfig>, IDeepCloneable<ImportProductSetsInputConfig>, IBufferMessage, IMessage
The input content for the ImportProductSets method.
[[["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-04-17 UTC."],[[["This webpage details the `ImportProductSetsInputConfig` class, which is used as an input configuration for the `ImportProductSets` method in the Google Cloud Vision API."],["The `ImportProductSetsInputConfig` class is part of the `Google.Cloud.Vision.V1` namespace and is implemented in the `Google.Cloud.Vision.V1.dll` assembly, with current documentation showing version 2.5.0."],["This class inherits from `Object` and implements several interfaces, including `IMessage\u003cImportProductSetsInputConfig\u003e`, `IEquatable\u003cImportProductSetsInputConfig\u003e`, `IDeepCloneable\u003cImportProductSetsInputConfig\u003e`, `IBufferMessage`, and `IMessage`."],["The `ImportProductSetsInputConfig` class includes two constructors: a default constructor and one that takes another `ImportProductSetsInputConfig` instance as a parameter."],["It features properties such as `GcsSource`, which defines the location of a CSV file containing a list of `ImportProductSetRequests`, and `SourceCase`, which indicates the type of source being used."]]],[]]