Share via


FaceDetectorPreset.BlurType Property

Definition

Gets or sets blur type. Possible values include: 'Box', 'Low', 'Med', 'High', 'Black'

[Newtonsoft.Json.JsonProperty(PropertyName="blurType")]
public Microsoft.Azure.Management.Media.Models.BlurType? BlurType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="blurType")>]
member this.BlurType : Nullable<Microsoft.Azure.Management.Media.Models.BlurType> with get, set
Public Property BlurType As Nullable(Of BlurType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to