NorskProcessor class
Signature:
export declare class NorskProcessor
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
| Property | Type | Description |
|---|---|---|
Implements the NorskControl interface |
||
(settings: LiveEvaluateSettings) ⇒ Promise<LiveEvaluateNode> |
Create a live evaluate node that uses the Gemini Live API to continuously analyse video/audio, dispatching tool calls and text in real time. |
|
(settings: LivePlanSettings) ⇒ Promise<LivePlanSession> |
Create a live plan session for interactive LiveSpec generation |
|
(settings: ReasoningEvaluateSettings) ⇒ Promise<ReasoningEvaluateNode> |
Create a reasoning evaluate node that evaluates video against a ReasoningSpec |
|
(settings: ReasoningPlanSettings) ⇒ Promise<ReasoningPlanSession> |
Create a reasoning plan session for interactive ReasoningSpec generation |
|
Implements the NorskTransform interface |