transcriptionAttributesToJson function
- TranscriptionAttributes value
Implementation
String transcriptionAttributesToJson(TranscriptionAttributes value) => jsonEncode(value.toJson());
String transcriptionAttributesToJson(TranscriptionAttributes value) => jsonEncode(value.toJson());