NERtcLLMRequestResult constructor

NERtcLLMRequestResult({
  1. required String taskId,
  2. required int code,
  3. String? errorMsg,
})

Implementation

NERtcLLMRequestResult({
  required this.taskId,
  required this.code,
  this.errorMsg,
});