Table of Contents

Class TextCategory

Namespace
FoundationaLLM.Gatekeeper.Core.Models.ContentSafety
Assembly
FoundationaLLM.Gatekeeper.Core.dll

Text category constants.

public static class TextCategory
Inheritance
TextCategory
Inherited Members

Fields

Hate

Hate.

public const string Hate = "Hate"

Field Value

string

SelfHarm

SelfHarm.

public const string SelfHarm = "SelfHarm"

Field Value

string

Sexual

Sexual.

public const string Sexual = "Sexual"

Field Value

string

Violence

Violence.

public const string Violence = "Violence"

Field Value

string