The result of a caption splitting based on the highlighting information.

interface Fragment {
    data: string;
    highlight?: true;
}

Properties

Properties

data: string

The text data of the fragment.

highlight?: true

Has to be highlighted if defined.