iink-ts - v4.0.0
    Preparing search index...

    Type Alias TRecognitionWebSocketConfiguration

    type TRecognitionWebSocketConfiguration = {
        alwaysConnected: boolean;
        export: TExportConfiguration;
        gesture: { enable: boolean; ignoreGestureStrokes: boolean };
        lang: string;
        math?: {
            solver?: {
                "angle-unit"?: "deg" | "rad";
                "auto-variable-management"?: {
                    enable?: boolean;
                    "scoping-policy"?: "closest" | "last-modified" | "last-edited";
                };
            };
        };
        "raw-content": {
            classification?: { types: ("text" | "shape" | "math")[] };
            gestures?: (
                | "underline"
                | "scratch-out"
                | "join"
                | "insert"
                | "strike-through"
                | "surround"
            )[];
            recognition?: { types: ("text" | "shape" | "math")[] };
            "session-time"?: number;
            text?: TTextConfConfiguration;
        };
    }
    Index
    alwaysConnected: boolean
    gesture: { enable: boolean; ignoreGestureStrokes: boolean }
    lang: string
    math?: {
        solver?: {
            "angle-unit"?: "deg" | "rad";
            "auto-variable-management"?: {
                enable?: boolean;
                "scoping-policy"?: "closest" | "last-modified" | "last-edited";
            };
        };
    }
    "raw-content": {
        classification?: { types: ("text" | "shape" | "math")[] };
        gestures?: (
            | "underline"
            | "scratch-out"
            | "join"
            | "insert"
            | "strike-through"
            | "surround"
        )[];
        recognition?: { types: ("text" | "shape" | "math")[] };
        "session-time"?: number;
        text?: TTextConfConfiguration;
    }