UNPKG

mindee

Version:

Mindee Client Library for Node.js

12 lines (11 loc) 278 B
import { StringDict } from "../common"; export declare class RawTextPage { /** * The text content found on the page. */ content: string; /** * @param serverResponse JSON response from the server. */ constructor(serverResponse: StringDict); }