SRT处理器# class langchain_experimental.video_captioning.services.srt_service.SRTProcessor[source]# 方法 process(caption_models) 从字幕模型列表中生成完整的SRT内容。 static process(caption_models: List[CaptionModel]) → str[来源]# 从字幕模型列表中生成完整的SRT内容。 Parameters: caption_models (List[CaptionModel]) Return type: 字符串