Mapped Text
data class MappedText(val text: AnnotatedString, val textMapping: TextMapping, val inlineContent: Map<String, InlineTextContent> = emptyMap())
Text, which carries information about what part of source text it came from.
Text, which carries information about what part of source text it came from.