GoogleCloudDocumentaiV1ProcessRequest constructor
GoogleCloudDocumentaiV1ProcessRequest({
- String? fieldMask,
- GoogleCloudDocumentaiV1GcsDocument? gcsDocument,
- GoogleCloudDocumentaiV1Document? inlineDocument,
- Map<
String, String> ? labels, - GoogleCloudDocumentaiV1ProcessOptions? processOptions,
- GoogleCloudDocumentaiV1RawDocument? rawDocument,
- bool? skipHumanReview,
Implementation
GoogleCloudDocumentaiV1ProcessRequest({
this.fieldMask,
this.gcsDocument,
this.inlineDocument,
this.labels,
this.processOptions,
this.rawDocument,
this.skipHumanReview,
});