RawText
in package
Raw text as found in the document.
Table of Contents
Properties
- $pages : array<string|int, RawTextPage>
Methods
- __construct() : mixed
- __toString() : string
Properties
$pages
public
array<string|int, RawTextPage>
$pages
list of pages found in the document.
Methods
__construct()
public
__construct(array<string|int, mixed> $serverResponse) : mixed
Parameters
- $serverResponse : array<string|int, mixed>
-
JSON response from the server.
__toString()
public
__toString() : string
Return values
string —String representation.