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