Documentation

WorkflowOptions extends CommonOptions
in package

Handles options tied to Workflows.

Table of Contents

Properties

$alias  : string|null
$fullText  : bool
$priority  : string|null
$publicUrl  : string|null
$rag  : bool|null

Methods

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

Properties

Methods

__construct()

Prediction options.

public __construct([string|null $alias = null ][, string|null $priority = null ][, bool $fullTextOcr = false ][, string|null $publicUrl = null ][, bool $rag = false ]) : mixed
Parameters
$alias : string|null = null

Alias for the document.

$priority : string|null = null

Priority for the document.

$fullTextOcr : bool = false

Whether to retrieve the full ocr text.

$publicUrl : string|null = null

Priority for the document.

$rag : bool = false

Whether to enable Retrieval-Augmented Generation.

setFullText()

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

Whether to include the full text.

Return values
static
On this page

Search results