Share via


VideoAnalyzerPreset.InsightsToExtract Property

Definition

Gets or sets defines the type of insights that you want the service to generate. The allowed values are 'AudioInsightsOnly', 'VideoInsightsOnly', and 'AllInsights'. The default is AllInsights. If you set this to AllInsights and the input is audio only, then only audio insights are generated. Similarly if the input is video only, then only video insights are generated. It is recommended that you not use AudioInsightsOnly if you expect some of your inputs to be video only; or use VideoInsightsOnly if you expect some of your inputs to be audio only. Your Jobs in such conditions would error out. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to