AnalysisToolSettingsBase interface

Settings shared by every standalone analysis tool node.

Signature:

export interface AnalysisToolSettingsBase

Properties

Property Type Description

id

string

intervalSecs?

number

(Optional) How often (seconds) results are delivered. Default 1.

onCreate?

(node: ReasoningEvaluateNode) ⇒ void

(Optional)

onError?

(error: Error) ⇒ void

(Optional)

onStats?

(stats: ToolStat[]) ⇒ void

(Optional) Per-tool inference performance statistics, delivered with each batch.

videoSettings?

ReasoningVideoSettings

(Optional) Video sampling settings for video tools (resolution the frames are analysed at). Default 640x480 @ 1fps sampling.