Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface ISyncMediaTtsTimelineContentTransformationOptions

    Options related to how content is generated for TTS SyncMediaTimelines.

    interface ISyncMediaTtsTimelineContentTransformationOptions {
        imageAltTextPrefix?: string;
        normalizeQuotationMarks?: boolean;
    }

    Properties

    imageAltTextPrefix?: string

    Text that will be prepended to alt text when reading an image element. Defaults to empty string

    normalizeQuotationMarks?: boolean

    If set to true, then:

    • all Unicode double quotation mark characters are replaced with the standard U+0022 Quotation mark (").
    • all Unicode single quotation mark characters are replaced with the standard U+0027 Apostrophe (').

    This may increase compatibility with some TTS Voices which may not work correctly otherwise.

    If set to false, quotation mark characters are left untouched.

    true