Class Moderation
Represents a moderation output as an asset structure,
designed to be used with Generated<Moderation>.
Assembly: Glitch9.AIDevKit.dll
Syntax
public class Moderation : ITextSource
Constructors
|
Edit this page
View Source
Moderation(SafetyRating[])
Declaration
public Moderation(SafetyRating[] values)
Parameters
Properties
|
Edit this page
View Source
IsFlagged
Declaration
public bool IsFlagged { get; }
Property Value
|
Edit this page
View Source
Reason
Declaration
public string Reason { get; }
Property Value
|
Edit this page
View Source
Values
Declaration
public SafetyRating[] Values { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetTextSource()
Declaration
public string GetTextSource()
Returns
Implements
Extension Methods