你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VideoAnalyzerPreset.InsightsToExtract 属性

定义

定义希望服务生成的见解类型。 允许的值为“AudioInsightsOnly”、“VideoInsightsOnly”和“AllInsights”。 默认值为 AllInsights。 如果将此项设置为 AllInsights,并且输入仅为音频,则仅生成音频见解。 同样,如果输入仅视频,则仅生成视频见解。 如果你希望某些输入仅使用视频,建议不要使用 AudioInsightsOnly;或者,如果你希望某些输入仅是音频,请使用 VideoInsightsOnly。 在这种情况下,作业将出错。

public Azure.ResourceManager.Media.Models.InsightsType? InsightsToExtract { get; set; }
member this.InsightsToExtract : Nullable<Azure.ResourceManager.Media.Models.InsightsType> with get, set
Public Property InsightsToExtract As Nullable(Of InsightsType)

属性值

适用于