Evaluate.AdultClassificationScore Property

Definition

Gets or sets the adult classification score.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to