次の方法で共有


Evaluate.IsImageAdultClassified プロパティ

定義

イメージが成人として分類されているかどうかを示す値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象