StartDocumentClassificationJobResponse constructor

StartDocumentClassificationJobResponse({
  1. String? jobId,
  2. JobStatus? jobStatus,
})

Implementation

StartDocumentClassificationJobResponse({
  this.jobId,
  this.jobStatus,
});