GoogleCloudDocumentaiV1ProcessResponse constructor

GoogleCloudDocumentaiV1ProcessResponse({
  1. GoogleCloudDocumentaiV1Document? document,
  2. GoogleCloudDocumentaiV1HumanReviewStatus? humanReviewStatus,
})

Implementation

GoogleCloudDocumentaiV1ProcessResponse({
  this.document,
  this.humanReviewStatus,
});