GoogleCloudDocumentaiV1ProcessRequest constructor

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

Implementation

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