GoogleCloudDocumentaiV1beta3ProcessResponse constructor

GoogleCloudDocumentaiV1beta3ProcessResponse({
  1. GoogleCloudDocumentaiV1beta3Document? document,
  2. String? humanReviewOperation,
  3. GoogleCloudDocumentaiV1beta3HumanReviewStatus? humanReviewStatus,
})

Implementation

GoogleCloudDocumentaiV1beta3ProcessResponse({
  this.document,
  this.humanReviewOperation,
  this.humanReviewStatus,
});