Evaluate.IsImageRacyClassified Property

Definition

Gets or sets indicates if the image is classified as racy.

[Newtonsoft.Json.JsonProperty(PropertyName="IsImageRacyClassified")]
public bool? IsImageRacyClassified { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="IsImageRacyClassified")>]
member this.IsImageRacyClassified : Nullable<bool> with get, set
Public Property IsImageRacyClassified As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to