Options
All
  • Public
  • Public/Protected
  • All
Menu

Options related to how content is generated for TTS SyncMediaTimelines.

Hierarchy

  • ISyncMediaTtsTimelineContentTransformationOptions

Index

Properties

imageAltTextPrefix?: string

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

nodefault
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.

default

true

Generated using TypeDoc