Interface: VideoAnalysis
Defined in: packages/agentos/src/core/video/types.ts:203
Structured result from video analysis.
Properties
description
description:
string
Defined in: packages/agentos/src/core/video/types.ts:205
Free-form textual description / answer from the analyser.
durationSec?
optionaldurationSec:number
Defined in: packages/agentos/src/core/video/types.ts:213
Overall duration of the analysed video in seconds.
modelId?
optionalmodelId:string
Defined in: packages/agentos/src/core/video/types.ts:215
Model that produced the analysis.
objects?
optionalobjects:string[]
Defined in: packages/agentos/src/core/video/types.ts:209
Detected objects / entities across the video.
providerId?
optionalproviderId:string
Defined in: packages/agentos/src/core/video/types.ts:217
Provider that produced the analysis.
providerMetadata?
optionalproviderMetadata:Record<string,unknown>
Defined in: packages/agentos/src/core/video/types.ts:219
Provider-specific metadata.
scenes?
optionalscenes:VideoScene[]
Defined in: packages/agentos/src/core/video/types.ts:207
Detected scene segments with timestamps.
text?
optionaltext:string[]
Defined in: packages/agentos/src/core/video/types.ts:211
Detected on-screen or spoken text (OCR / ASR).