public sealed class ImportProductSetsResponse : IMessage<ImportProductSetsResponse>, IEquatable<ImportProductSetsResponse>, IDeepCloneable<ImportProductSetsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class ImportProductSetsResponse.
Response message for the ImportProductSets method.
This message is returned by the
[google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation]
method in the returned
[google.longrunning.Operation.response][google.longrunning.Operation.response]
field.
The rpc status for each ImportProductSet request, including both successes
and errors.
The number of statuses here matches the number of lines in the csv file,
and statuses[i] stores the success or failure status of processing the i-th
line of the csv, starting from line 0.
[[["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 `ImportProductSetsResponse` class within the Google Cloud Vision v1 API, specifically for version 3.5.0."],["The `ImportProductSetsResponse` class is the response message for the `ImportProductSets` method, which is retrieved via the `google.longrunning.Operations.GetOperation` method."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each of which adds certain attributes and functionalities to the class."],["The `ImportProductSetsResponse` class contains two key properties: `ReferenceImages`, a list of successfully imported images, and `Statuses`, which provides the status of each `ImportProductSet` request."],["The webpage also provides links to documentation for older versions of the Google Cloud Vision v1 API, such as versions 3.6.0, 3.4.0, 3.3.0, all the way down to 2.3.0, alongside the newest version, 3.7.0."]]],[]]