StopTranscriptionResponse constructor

StopTranscriptionResponse({
  1. required String duration,
})

Returns a new StopTranscriptionResponse instance.

Implementation

StopTranscriptionResponse({
  required this.duration,
});