GoogleCloudDocumentaiV1ProcessRequest constructor

GoogleCloudDocumentaiV1ProcessRequest({
  1. String? fieldMask,
  2. GoogleCloudDocumentaiV1GcsDocument? gcsDocument,
  3. GoogleCloudDocumentaiV1Document? inlineDocument,
  4. GoogleCloudDocumentaiV1ProcessOptions? processOptions,
  5. GoogleCloudDocumentaiV1RawDocument? rawDocument,
  6. bool? skipHumanReview,
})

Implementation

GoogleCloudDocumentaiV1ProcessRequest({
  this.fieldMask,
  this.gcsDocument,
  this.inlineDocument,
  this.processOptions,
  this.rawDocument,
  this.skipHumanReview,
});