WhisperResultExport extension
Text and subtitle exports for a completed transcription.
Methods
-
toJsonString(
{bool includeTokens = true}) → String -
Available on WhisperResult, provided by the WhisperResultExport extension
Encodes this result as JSON using the native bridge schema. -
toPlainText(
) → String -
Available on WhisperResult, provided by the WhisperResultExport extension
Returns the transcript without altering whitespace or punctuation. -
toSrt(
) → String -
Available on WhisperResult, provided by the WhisperResultExport extension
Encodes timestamped segments as SubRip subtitles. -
toVtt(
) → String -
Available on WhisperResult, provided by the WhisperResultExport extension
Encodes timestamped segments as WebVTT subtitles.