TranscriberParams constructor

TranscriberParams({
  1. String? transcriberRobotId,
  2. String? sourceLanguage,
  3. List<String>? userIdsToTranscribe,
  4. List<String>? translationLanguages,
})

Implementation

TranscriberParams({
  this.transcriberRobotId,
  this.sourceLanguage,
  this.userIdsToTranscribe,
  this.translationLanguages,
});