TranscriptTextDone constructor

TranscriptTextDone({
  1. required String text,
  2. List<LogProb>? logprobs,
  3. Usage? usage,
})

Implementation

TranscriptTextDone({
  required this.text,
  this.logprobs,
  this.usage,
}) : super('transcript.text.done');