GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse constructor

GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse({
  1. List<GoogleCloudDocumentaiV1beta1ProcessDocumentResponse>? responses,
})

Implementation

GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse({
  this.responses,
});