RawText
in package
implements
Stringable
Raw text as found in the document.
Table of Contents
Interfaces
- Stringable
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|float|string|bool|null|array<string|int, mixed>> $rawResponse) : mixed
Parameters
- $rawResponse : array<string, int|float|string|bool|null|array<string|int, mixed>>
-
JSON response from the server.
__toString()
public
__toString() : string
Return values
string —String representation.