Google Cloud Vision v1 API - Class ImportProductSetsResponse (3.6.0)

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.

Inheritance

object > ImportProductSetsResponse

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

ImportProductSetsResponse()

public ImportProductSetsResponse()

ImportProductSetsResponse(ImportProductSetsResponse)

public ImportProductSetsResponse(ImportProductSetsResponse other)
Parameter
NameDescription
otherImportProductSetsResponse

Properties

ReferenceImages

public RepeatedField<ReferenceImage> ReferenceImages { get; }

The list of reference_images that are imported successfully.

Property Value
TypeDescription
RepeatedFieldReferenceImage

Statuses

public RepeatedField<Status> Statuses { get; }

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.

Property Value
TypeDescription
RepeatedFieldStatus