Const
export const DefaultRecognitionWebSocketConfiguration: TRecognitionWebSocketConfiguration = { export: { jiix: { "bounding-box": true, "full-stroke-ids": true, ids: true, strokes: false, text: { chars: true, words: true, lines: true, }, }, }, "raw-content": { recognition: { types: ["text", "shape", "math"], }, classification: { types: ["text", "shape", "math"], }, gestures: ["underline", "scratch-out", "strike-through", "surround"], }, lang: "en_US", alwaysConnected: true, gesture: { enable: true, ignoreGestureStrokes: true, }, math: { solver: { "auto-variable-management": { enable: true, "scoping-policy": "closest", }, "angle-unit": "deg", }, },} Copy
export const DefaultRecognitionWebSocketConfiguration: TRecognitionWebSocketConfiguration = { export: { jiix: { "bounding-box": true, "full-stroke-ids": true, ids: true, strokes: false, text: { chars: true, words: true, lines: true, }, }, }, "raw-content": { recognition: { types: ["text", "shape", "math"], }, classification: { types: ["text", "shape", "math"], }, gestures: ["underline", "scratch-out", "strike-through", "surround"], }, lang: "en_US", alwaysConnected: true, gesture: { enable: true, ignoreGestureStrokes: true, }, math: { solver: { "auto-variable-management": { enable: true, "scoping-policy": "closest", }, "angle-unit": "deg", }, },}
Source