SceneSemanticsAnalysis interface

Zero-shot scene classification data from the aggregated local analysis. label = best-matching configured label; confidence = softmax over the label cosines (CLIP 100x logit scale); scores = raw per-label cosine similarities (empty for summarised/bucketed aggregation entries).

Signature:

export interface SceneSemanticsAnalysis

Properties

Property Type Description

confidence

number

instanceId

string

Producing tool instance id (G3).

label

string

scores

{ label: string; score: number; }[]

timestamp

number