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 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 within the `Google.Cloud.Vision.V1.dll` assembly."],["It is implemented by implementing the interfaces `IMessage\u003cImportProductSetsInputConfig\u003e`, `IEquatable\u003cImportProductSetsInputConfig\u003e`, `IDeepCloneable\u003cImportProductSetsInputConfig\u003e`, `IBufferMessage`, and `IMessage`."],["The class offers two constructors: a default constructor and one that takes another `ImportProductSetsInputConfig` object as a parameter."],["The class has properties for `GcsSource`, which specifies the location of a CSV file in Google Cloud Storage, and `SourceCase` to help determine which property is in use."]]],[]]