UNPKG

mindee

Version:

Mindee Client Library for Node.js

14 lines (13 loc) 358 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RawText = void 0; class RawText { /** * @param serverResponse JSON response from the server. */ constructor(serverResponse) { this.page = serverResponse["page"]; this.content = serverResponse["content"]; } } exports.RawText = RawText;