Class VideoMetadata (2.0.0)

VideoMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata describes the input video content.

Attributes

Name Description
start_offset google.protobuf.duration_pb2.Duration
Optional. The start offset of the video.
end_offset google.protobuf.duration_pb2.Duration
Optional. The end offset of the video.
fps float
Optional. The frame rate of the video sent to the model. If not specified, the default value is 1.0. The valid range is (0.0, 24.0].

Methods

VideoMetadata

VideoMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata describes the input video content.