GoogleCloudDocumentaiV1beta3ProcessResponse constructor
GoogleCloudDocumentaiV1beta3ProcessResponse({
- GoogleCloudDocumentaiV1beta3Document? document,
- String? humanReviewOperation,
- GoogleCloudDocumentaiV1beta3HumanReviewStatus? humanReviewStatus,
Implementation
GoogleCloudDocumentaiV1beta3ProcessResponse({
this.document,
this.humanReviewOperation,
this.humanReviewStatus,
});