Source set: Common
public class TransformedText(
/** The transformed text */
public val text: AnnotatedString,
/** The map used for bidirectional offset mapping from original to transformed text. */
public val offsetMapping: OffsetMapping,
)
The transformed text with offset offset mapping