AnalysisToolSettingsBase interface
Settings shared by every standalone analysis tool node.
Signature:
export interface AnalysisToolSettingsBase
Properties
| Property | Type | Description |
|---|---|---|
string |
||
number |
(Optional) How often (seconds) results are delivered. Default 1. |
|
(node: ReasoningEvaluateNode) ⇒ void |
(Optional) |
|
(error: Error) ⇒ void |
(Optional) |
|
(stats: ToolStat[]) ⇒ void |
(Optional) Per-tool inference performance statistics, delivered with each batch. |
|
(Optional) Video sampling settings for video tools (resolution the frames are analysed at). Default 640x480 @ 1fps sampling. |