exportAs method

String exportAs(
  1. ExportFormat format
)

Export to any supported format.

Implementation

String exportAs(ExportFormat format) =>
    TranscriptionExporter.export(this, format);