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

    Interface ISyncMediaTtsContentBlockRef

    Type used for TTS that is based from text extracted from ContentBlocks.

    interface ISyncMediaTtsContentBlockRef {
        sources: ISyncMediaTtsContentBlockRefSource[];
        text: ILocalizableString;
        type: TTS_CONTENT_BLOCK;
    }

    Hierarchy (View Summary)

    Properties

    References to the content blocks part of this instance.

    The text content for the TTS engine.

    The text content for the TTS engine.