AudioAnalyzerPreset.Mode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets determines the set of audio analysis operations to be performed. If unspecified, the Standard AudioAnalysisMode would be chosen. Possible values include: 'Standard', 'Basic'
[Newtonsoft.Json.JsonProperty(PropertyName="mode")]
public Microsoft.Azure.Management.Media.Models.AudioAnalysisMode? Mode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mode")>]
member this.Mode : Nullable<Microsoft.Azure.Management.Media.Models.AudioAnalysisMode> with get, set
Public Property Mode As Nullable(Of AudioAnalysisMode)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute