다음을 통해 공유


PolicyViolation.Category Property

Definition

Gets or sets describes the nature of the policy violation. Possible values include: 'Other', 'ImageFlaggedUnsafe', 'CopyrightValidation', 'IpTheft'

[Newtonsoft.Json.JsonProperty(PropertyName="category")]
public string Category { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="category")>]
member this.Category : string with get, set
Public Property Category As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to