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