StopDominantLanguageDetectionJobResponse constructor

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

Implementation

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