Table of Contents

Class Categories

Namespace
OpenAI.Moderations
Assembly
OpenAI-DotNet.dll
public sealed class Categories
Inheritance
Categories
Inherited Members

Properties

Harassment

[JsonInclude]
[JsonPropertyName("harassment")]
public bool Harassment { get; }

Property Value

bool

HarassmentThreatening

[JsonInclude]
[JsonPropertyName("harassment/threatening")]
public bool HarassmentThreatening { get; }

Property Value

bool

Hate

[JsonInclude]
[JsonPropertyName("hate")]
public bool Hate { get; }

Property Value

bool

HateThreatening

[JsonInclude]
[JsonPropertyName("hate/threatening")]
public bool HateThreatening { get; }

Property Value

bool

SelfHarm

[JsonInclude]
[JsonPropertyName("self-harm")]
public bool SelfHarm { get; }

Property Value

bool

SelfHarmInstructions

[JsonInclude]
[JsonPropertyName("self-harm/instructions")]
public bool SelfHarmInstructions { get; }

Property Value

bool

SelfHarmIntent

[JsonInclude]
[JsonPropertyName("self-harm/intent")]
public bool SelfHarmIntent { get; }

Property Value

bool

Sexual

[JsonInclude]
[JsonPropertyName("sexual")]
public bool Sexual { get; }

Property Value

bool

SexualMinors

[JsonInclude]
[JsonPropertyName("sexual/minors")]
public bool SexualMinors { get; }

Property Value

bool

Violence

[JsonInclude]
[JsonPropertyName("violence")]
public bool Violence { get; }

Property Value

bool

ViolenceGraphic

[JsonInclude]
[JsonPropertyName("violence/graphic")]
public bool ViolenceGraphic { get; }

Property Value

bool