Module Values.AudioSegmentationConfigurationSource

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

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

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

    *)
}
Sourceval context_ : string
Sourceval make : fixedLengthDuration: AudioSegmentationConfigurationFixedLengthDurationInteger.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of AudioSegmentationConfigurationFixedLengthDurationInteger.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