ImageProcessingSettings.AugmentationMethods Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="augmentationMethods")]
public System.Collections.Generic.IDictionary<string,bool?> AugmentationMethods { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="augmentationMethods")>]
member this.AugmentationMethods : System.Collections.Generic.IDictionary<string, Nullable<bool>> with get, set
Public Property AugmentationMethods As IDictionary(Of String, Nullable(Of Boolean))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to