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
HarassmentThreatening
[JsonInclude]
[JsonPropertyName("harassment/threatening")]
public double HarassmentThreatening { get; }
Property Value
Hate
[JsonInclude]
[JsonPropertyName("hate")]
public double Hate { get; }
Property Value
HateThreatening
[JsonInclude]
[JsonPropertyName("hate/threatening")]
public double HateThreatening { get; }
Property Value
SelfHarm
[JsonInclude]
[JsonPropertyName("self-harm")]
public double SelfHarm { get; }
Property Value
SelfHarmInstructions
[JsonInclude]
[JsonPropertyName("self-harm/instructions")]
public double SelfHarmInstructions { get; }
Property Value
SelfHarmIntent
[JsonInclude]
[JsonPropertyName("self-harm/intent")]
public double SelfHarmIntent { get; }
Property Value
Sexual
[JsonInclude]
[JsonPropertyName("sexual")]
public double Sexual { get; }
Property Value
SexualMinors
[JsonInclude]
[JsonPropertyName("sexual/minors")]
public double SexualMinors { get; }
Property Value
Violence
[JsonInclude]
[JsonPropertyName("violence")]
public double Violence { get; }
Property Value
ViolenceGraphic
[JsonInclude]
[JsonPropertyName("violence/graphic")]
public double ViolenceGraphic { get; }
Property Value
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