NERtcLLMRequestParams constructor

NERtcLLMRequestParams({
  1. required String taskId,
  2. String? mediaContent,
  3. String? url,
  4. String? text,
  5. int? interruptMode,
})

Implementation

NERtcLLMRequestParams({
  required this.taskId,
  this.mediaContent,
  this.url,
  this.text,
  this.interruptMode,
});