QAResultBean constructor

QAResultBean({
  1. Ai? ai,
  2. String? apiVersion,
  3. Asr? asr,
  4. String? recordPath,
  5. Status? status,
  6. String? traceId,
})

Implementation

QAResultBean(
    {this.ai,
      this.apiVersion,
      this.asr,
      this.recordPath,
      this.status,
      this.traceId});