GoogleCloudDocumentaiV1ProcessOptions constructor
GoogleCloudDocumentaiV1ProcessOptions({
- int? fromEnd,
- int? fromStart,
- GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector? individualPageSelector,
- GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig? layoutConfig,
- GoogleCloudDocumentaiV1OcrConfig? ocrConfig,
- GoogleCloudDocumentaiV1DocumentSchema? schemaOverride,
Implementation
GoogleCloudDocumentaiV1ProcessOptions({
this.fromEnd,
this.fromStart,
this.individualPageSelector,
this.layoutConfig,
this.ocrConfig,
this.schemaOverride,
});