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

    Type Alias TRecognitionWebSocketConfiguration

    type TRecognitionWebSocketConfiguration = {
        export: TExportConfiguration;
        gesture: { enable: boolean; ignoreGestureStrokes: boolean };
        lang: string;
        "raw-content": {
            classification?: { types: ("text" | "shape")[] };
            gestures?: (
                | "underline"
                | "scratch-out"
                | "join"
                | "insert"
                | "strike-through"
                | "surround"
            )[];
            recognition?: { types: ("text" | "shape")[] };
            "session-time"?: number;
            text?: TTextConfConfiguration;
        };
    }
    Index

    Properties

    gesture: { enable: boolean; ignoreGestureStrokes: boolean }
    lang: string
    "raw-content": {
        classification?: { types: ("text" | "shape")[] };
        gestures?: (
            | "underline"
            | "scratch-out"
            | "join"
            | "insert"
            | "strike-through"
            | "surround"
        )[];
        recognition?: { types: ("text" | "shape")[] };
        "session-time"?: number;
        text?: TTextConfConfiguration;
    }