NorskProcessor class

Signature:

export declare class NorskProcessor

Constructors

Constructor Modifiers Description

(constructor)(parent, client)

Constructs a new instance of the NorskProcessor class

Properties

Property Type Description

control

NorskControl

Implements the NorskControl interface

reasoningEvaluate

(settings: ReasoningEvaluateSettings) ⇒ Promise<ReasoningEvaluateNode>

Create a reasoning evaluate node that evaluates video against a ReasoningSpec

reasoningPlan

(settings: ReasoningPlanSettings) ⇒ Promise<ReasoningPlanSession>

Create a reasoning plan session for interactive ReasoningSpec generation

transform

NorskTransform

Implements the NorskTransform interface