GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview constructor

GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview({
  1. String? state,
  2. String? stateMessage,
})

Implementation

GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview({
  this.state,
  this.stateMessage,
});