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() : $this
Properties
$fullText
public
bool
$fullText
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.
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) : $this
Parameters
- $fullText : bool
-
Whether to include the full text.