StartTranscriptionResponse constructor

StartTranscriptionResponse({
  1. required String duration,
})

Returns a new StartTranscriptionResponse instance.

Implementation

StartTranscriptionResponse({
  required this.duration,
});