Colibrio Reader Framework API - Cloud license
    Preparing search index...
    interface ITtsUtteranceData {
        charOffset: number;
        id: number;
        nodeData: IEngineEventTargetXmlElementNodeData;
        text: ILocalizableString;
    }

    Properties

    charOffset: number

    The character offset into the text where the TtsSynthesizer should start reading.

    id: number

    A number identifying this utterance used in the TtsSynthesizerContext callbacks.

    A JSON compatible data structure representing the element containing the text of the utterance.

    The text content for the TTS engine.