LWT JavaScript API
    Preparing search index...

    Configuration for annotation view.

    interface AnnotationConfig {
        audioUri: string;
        hasAnnotation: boolean;
        langId: number;
        rtlScript: boolean;
        sourceUri: string;
        textId: number;
        textSize: number;
        title: string;
        ttsClass: string | null;
    }
    Index

    Properties

    audioUri: string
    hasAnnotation: boolean
    langId: number
    rtlScript: boolean
    sourceUri: string
    textId: number
    textSize: number
    title: string
    ttsClass: string | null