Documentation

CommonOptions
in package

AbstractYes

Common base for regular prediction options and workflow options.

Table of Contents

Properties

$fullText  : bool

Methods

__construct()  : mixed
Prediction options.
setFullText()  : static

Properties

Methods

__construct()

Prediction options.

public __construct([bool $fullText = false ]) : mixed
Parameters
$fullText : bool = false

Whether to include the full Ocr text response in compatible APIs. This performs a full Ocr operation on the server and will increase response time.

setFullText()

public setFullText(bool $fullText) : static
Parameters
$fullText : bool

Whether to include the full text.

Return values
static
On this page

Search results