Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for a SyncMediaTtsContentBlockRenderer.

Hierarchy

  • ISyncMediaTtsContentBlockRendererOptions

Index

Properties

Optional segmentHighlightAnnotationOptions

segmentHighlightAnnotationOptions?: IReaderViewAnnotationOptions

ReaderViewAnnotationOptions to use for segment highlighting. If null, the options set with ReaderViewAnnotationLayer.setDefaultAnnotationOptions() will be used.

default

null

Optional segmentHighlightEnabled

segmentHighlightEnabled?: boolean

If the active segment should be highlighted.

default

true

Optional wordHighlightAnnotationOptions

wordHighlightAnnotationOptions?: IReaderViewAnnotationOptions

ReaderViewAnnotationOptions to use for word highlighting. If null, the options set with ReaderViewAnnotationLayer.setDefaultAnnotationOptions() will be used.

default

null

Optional wordHighlightEnabled

wordHighlightEnabled?: boolean

If the currently spoken word should be highlighted.

default

false

Generated using TypeDoc