Blur.BlurLevel Property

Definition

Gets or sets an enum value indicating level of blurriness. Possible values include: 'Low', 'Medium', 'High'

[Newtonsoft.Json.JsonProperty(PropertyName="blurLevel")]
public Microsoft.Azure.CognitiveServices.Vision.Face.Models.BlurLevel BlurLevel { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="blurLevel")>]
member this.BlurLevel : Microsoft.Azure.CognitiveServices.Vision.Face.Models.BlurLevel with get, set
Public Property BlurLevel As BlurLevel

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to