你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VideoAnalyzerPreset.InsightsToExtract 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置定义希望服务生成的见解类型。 允许的值为“AudioInsightsOnly”、“VideoInsightsOnly”和“AllInsights”。 默认值为 AllInsights。 如果将此项设置为 AllInsights,并且输入仅为音频,则仅生成音频见解。 同样,如果输入仅视频,则仅生成视频见解。 如果你希望某些输入仅使用视频,建议不要使用 AudioInsightsOnly;或者,如果你希望某些输入仅是音频,请使用 VideoInsightsOnly。 在这种情况下,作业将出错。可能的值包括:“AudioInsightsOnly”、“VideoInsightsOnly”、“AllInsights”
[Newtonsoft.Json.JsonProperty(PropertyName="insightsToExtract")]
public Microsoft.Azure.Management.Media.Models.InsightsType? InsightsToExtract { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="insightsToExtract")>]
member this.InsightsToExtract : Nullable<Microsoft.Azure.Management.Media.Models.InsightsType> with get, set
Public Property InsightsToExtract As Nullable(Of InsightsType)
属性值
- 属性
-
Newtonsoft.Json.JsonPropertyAttribute