Table of Contents

Class Scores

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

Properties

Harassment

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

Property Value

double

HarassmentThreatening

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

Property Value

double

Hate

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

Property Value

double

HateThreatening

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

Property Value

double

SelfHarm

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

Property Value

double

SelfHarmInstructions

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

Property Value

double

SelfHarmIntent

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

Property Value

double

Sexual

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

Property Value

double

SexualMinors

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

Property Value

double

Violence

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

Property Value

double

ViolenceGraphic

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

Property Value

double

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Operators

implicit operator string(Scores)

public static implicit operator string(Scores scores)

Parameters

scores Scores

Returns

string