Documentation

SplitRange
in package

A single document as identified when splitting a multi-document source file.

Table of Contents

Properties

$documentType  : string
$pageRange  : array<string|int, int>

Methods

__construct()  : mixed
__toString()  : string

Properties

$documentType

public string $documentType

Type or classification of the detected object.

$pageRange

public array<string|int, int> $pageRange

0-based page indexes, where the first integer indicates the start page and the second integer indicates the end page.

Methods

__construct()

public __construct(array<string|int, mixed> $rawResponse) : mixed
Parameters
$rawResponse : array<string|int, mixed>

Raw server response array.

__toString()

public __toString() : string
Return values
string

String representation.


        
On this page

Search results