google_api_vision v0.2.0 GoogleApi.Vision.V1.Model.ImportProductSetsResponse View Source
Response message for the `ImportProductSets` method. This message is returned by the google.longrunning.Operations.GetOperation method in the returned google.longrunning.Operation.response field.
Attributes
- referenceImages ([ReferenceImage]): The list of reference_images that are imported successfully. Defaults to:
null
. - statuses ([Status]): 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. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Vision.V1.Model.ImportProductSetsResponse{ referenceImages: [GoogleApi.Vision.V1.Model.ReferenceImage.t()], statuses: [GoogleApi.Vision.V1.Model.Status.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.