Table of Contents

Class HarmfulContentFinding

Namespace
AiDotNet.Models
Assembly
AiDotNet.dll

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

string

Description

Gets or sets the description of the harmful content.

public string Description { get; set; }

Property Value

string

Excerpt

Gets or sets the excerpt of the harmful content.

public string Excerpt { get; set; }

Property Value

string

Location

Gets or sets the location where the content was found.

public int Location { get; set; }

Property Value

int

Severity

Gets or sets the severity score (0-1).

public double Severity { get; set; }

Property Value

double