Type Alias TRawContentConfiguration

TRawContentConfiguration: {
    classification: {
        types: ("text" | "shape" | "math" | "decoration" | "drawing")[];
    };
    eraser?: TEraserConfiguration;
    recognition: { types: ("text" | "shape" | "math" | "decoration")[] };
    "session-time"?: number;
    text?: TTextConfConfiguration;
}