GoogleCloudDocumentaiV1beta3ProcessRequest constructor
GoogleCloudDocumentaiV1beta3ProcessRequest({
- GoogleCloudDocumentaiV1beta3Document? document,
- GoogleCloudDocumentaiV1beta3Document? inlineDocument,
- GoogleCloudDocumentaiV1beta3RawDocument? rawDocument,
- bool? skipHumanReview,
Implementation
GoogleCloudDocumentaiV1beta3ProcessRequest({
this.document,
this.inlineDocument,
this.rawDocument,
this.skipHumanReview,
});