StartTranscriptionResponse constructor
StartTranscriptionResponse({
- required String duration,
Returns a new StartTranscriptionResponse instance.
Implementation
StartTranscriptionResponse({
required this.duration,
});