VisualSearchUploadResponseResponse constructor

VisualSearchUploadResponseResponse({
  1. String? imageId,
})

Returns a new VisualSearchUploadResponseResponse instance.

Implementation

VisualSearchUploadResponseResponse({
  this.imageId,
});