Package io.github.thoroldvix.api
Interface TranscriptFormatter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a formatter for transcript content.
-
Method Summary
Modifier and TypeMethodDescriptionformat
(TranscriptContent transcriptContent) Formats the transcript content.
-
Method Details
-
format
Formats the transcript content.- Parameters:
transcriptContent
- TheTranscriptContent
to format.- Returns:
- The formatted transcript content as a
String
.
-