For the complete documentation index, see llms.txt. This page is also available as Markdown.

videometadata Kind

Video image metadata.

Video image metadata

Data representation

External

External data representation is relevant for Workflows clients - it dictates what is the input and output format of data.

Type: dict

Internal

Internal data representation is relevant for Workflows blocks creators - this is the type that will be provided by Execution Engine in runtime to the block that consumes input of this kind.

Type: VideoMetadata

Details

This is representation of metadata that describe images that come from videos. It is helpful in cases of stateful video processing, as the metadata may bring pieces of information that are required by specific blocks.

The kind has different internal end external representation. As input we support:

Internally, VideoMetadata is used. If you are a Workflow block developer, we advise checking out usage guide.

Last updated

Was this helpful?