CropperV1Page
extends CropperV1Document
in package
Cropper API version 1.1 page data.
Table of Contents
Properties
- $cropping : array<string|int, PositionField>
Methods
- __construct() : mixed
- Constructor for CropperV1Document.
- __toString() : string
Properties
$cropping
public
array<string|int, PositionField>
$cropping
List of documents found in the image.
Methods
__construct()
Constructor for CropperV1Document.
public
__construct(array<string, int|float|string|bool|null|array<string|int, mixed>> $rawPrediction[, int|null $pageId = null ]) : mixed
Parameters
- $rawPrediction : array<string, int|float|string|bool|null|array<string|int, mixed>>
-
Raw prediction from HTTP response.
- $pageId : int|null = null
-
Page number for multi pages document.
__toString()
public
__toString() : string
Return values
string —String representation.