GoogleCloudDocumentaiV1ProcessOptions constructor

GoogleCloudDocumentaiV1ProcessOptions({
  1. int? fromEnd,
  2. int? fromStart,
  3. GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector? individualPageSelector,
  4. GoogleCloudDocumentaiV1OcrConfig? ocrConfig,
  5. GoogleCloudDocumentaiV1DocumentSchema? schemaOverride,
})

Implementation

GoogleCloudDocumentaiV1ProcessOptions({
  this.fromEnd,
  this.fromStart,
  this.individualPageSelector,
  this.ocrConfig,
  this.schemaOverride,
});