Type alias TRawContentConfiguration

TRawContentConfiguration: {
    eraser?: TEraserConfiguration;
    gestures?: ("underline" | "scratch-out" | "join" | "insert" | "strike-through" | "surround")[];
    recognition?: {
        types: ("text" | "shape")[];
    };
    session-time?: number;
    text?: TTextConfConfiguration;
}

Type declaration

  • Optional eraser?: TEraserConfiguration
  • Optional gestures?: ("underline" | "scratch-out" | "join" | "insert" | "strike-through" | "surround")[]

    Description

    allows you to define the detected gestures

    Remarks

    only usable in the case of offscreen

  • Optional recognition?: {
        types: ("text" | "shape")[];
    }
    • types: ("text" | "shape")[]
  • Optional session-time?: number
  • Optional text?: TTextConfConfiguration

Generated using TypeDoc