Class HarmfulContentFinding
Represents a specific harmful content finding.
public class HarmfulContentFinding
- Inheritance
-
HarmfulContentFinding
- Inherited Members
Properties
Category
Gets or sets the category of harmful content.
public string Category { get; set; }
Property Value
Description
Gets or sets the description of the harmful content.
public string Description { get; set; }
Property Value
Excerpt
Gets or sets the excerpt of the harmful content.
public string Excerpt { get; set; }
Property Value
Location
Gets or sets the location where the content was found.
public int Location { get; set; }
Property Value
Severity
Gets or sets the severity score (0-1).
public double Severity { get; set; }