Module Values.VideoSegmentationConfigurationSource

Configuration for segmenting video content during multimodal knowledge base ingestion. Determines how video files are divided into chunks for processing.

Sourcetype nonrec t = {
  1. fixedLengthDuration : VideoSegmentationConfigurationFixedLengthDurationInteger.t;
    (*

    The duration in seconds for each video segment. Video files will be divided into chunks of this length for processing.

    *)
}
Sourceval context_ : string
Sourceval make : fixedLengthDuration: VideoSegmentationConfigurationFixedLengthDurationInteger.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of VideoSegmentationConfigurationFixedLengthDurationInteger.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t