Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一旦视频被编入索引,我创建了一个逻辑应用程序来提取视频转录(VTT)文件。我希望用户能够从选项列表中选择他们想要的语言标题(例如英语、西班牙语、法语等)。有没有办法为每种语言添加一组复选框供用户选择?
您可以将语言作为 http 请求查询参数传递,并将其设置为代码视图模式。
用 设置语言值@triggerOutputs()['queries']['language']。
@triggerOutputs()['queries']['language']