Azure媒体服务v3-生成字幕的预设:Azure Media Indexer 2预览 [英] Azure Media Services v3 - Preset for generating captions: Azure Media Indexer 2 Preview

查看:92
本文介绍了Azure媒体服务v3-生成字幕的预设:Azure Media Indexer 2预览的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有预设用于生成字幕,例如v2 在V2中找到了Azure Media Indexer 2 Preview 媒体处理器吗?

假设的示例:

    var transform =等待_client.Transforms.GetAsync(ResourceGroup,AccountName,TranscribeTransformName);

   如果(transform == null)
    {
        var output = new []
        {
           新的TransformOutput
            {
               预设=新的BuiltInMediaIndexerPreset
                {
                    PresetName ="Azure Media Indexer 2预览"
                }
            }
        };

Is there a Preset for generating captions like the v2 Azure Media Indexer 2 Preview media processor, found in V2?

Hypothetical example:

    var transform = await _client.Transforms.GetAsync(ResourceGroup, AccountName, TranscribeTransformName);

    if (transform == null)
    {
        var output = new[]
        {
            new TransformOutput
            {
                Preset = new BuiltInMediaIndexerPreset
                {
                    PresetName = "Azure Media Indexer 2 Preview"
                }
            }
        };

推荐答案

您好,CarlosOnline123,谢谢您的提问.目前,尚不支持在AMS v3中使用Azure Media Indexer的方法.该功能在v2中仍处于预览状态, 如本文档中所示.

Hello CarlosOnline123, thank you for your question. At this time, there is not a supported method to use Azure Media Indexer within AMS v3. This feature is still in preview state within v2, as highlighted in this doc.

据我了解,该产品小组正在努力提高v2和v3之间的功能对等性,但是我没有有关此特定功能的任何信息.因此,我们建议您通过提出功能请求 天蓝色反馈.产品小组会在此站点上查看产品的想法和建议.

It is my understanding that the product group is working to increase feature parity between v2 and v3 but I do not have any information on this specific feature. As a result, we would suggest you make a feature request over at Azure Feedback. The product group watches this site for product ideas and suggestions.


这篇关于Azure媒体服务v3-生成字幕的预设:Azure Media Indexer 2预览的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆