Values.VideoSegmentationConfigurationSourceConfiguration for segmenting video content during multimodal knowledge base ingestion. Determines how video files are divided into chunks for processing.
type nonrec t = {fixedLengthDuration : VideoSegmentationConfigurationFixedLengthDurationInteger.t;The duration in seconds for each video segment. Video files will be divided into chunks of this length for processing.
*)}val make :
fixedLengthDuration:
VideoSegmentationConfigurationFixedLengthDurationInteger.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of
VideoSegmentationConfigurationFixedLengthDurationInteger.t ])
list ]