GoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse constructor

GoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse({
  1. List<GoogleCloudDocumentaiV1beta2ProcessDocumentResponse>? responses,
})

Implementation

GoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse({
  this.responses,
});