iink-ts - v3.2.1
    Preparing search index...

    Type Alias TRawContentConfiguration

    type TRawContentConfiguration = {
        classification: {
            types: ("text" | "shape" | "math" | "decoration" | "drawing")[];
        };
        eraser?: TEraserConfiguration;
        recognition: { types: ("text" | "shape" | "math" | "decoration")[] };
        "session-time"?: number;
        text?: TTextConfConfiguration;
    }
    Index

    Properties

    classification: {
        types: ("text" | "shape" | "math" | "decoration" | "drawing")[];
    }
    recognition: { types: ("text" | "shape" | "math" | "decoration")[] }
    "session-time"?: number