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"] }, classification: { types: ["text", "shape"] }, gestures: ["underline", "scratch-out", "join", "insert", "strike-through", "surround"] }, lang: "en_US", gesture: { enable: true, ignoreGestureStrokes: false, }} 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"] }, classification: { types: ["text", "shape"] }, gestures: ["underline", "scratch-out", "join", "insert", "strike-through", "surround"] }, lang: "en_US", gesture: { enable: true, ignoreGestureStrokes: false, }}
Source