GoogleCloudDocumentaiV1beta3ProcessRequest constructor

GoogleCloudDocumentaiV1beta3ProcessRequest({
  1. GoogleCloudDocumentaiV1beta3Document? document,
  2. GoogleCloudDocumentaiV1beta3Document? inlineDocument,
  3. GoogleCloudDocumentaiV1beta3RawDocument? rawDocument,
  4. bool? skipHumanReview,
})

Implementation

GoogleCloudDocumentaiV1beta3ProcessRequest({
  this.document,
  this.inlineDocument,
  this.rawDocument,
  this.skipHumanReview,
});