Class ModerationDetail
public class ModerationDetail
- Inheritance
-
objectModerationDetail
Properties
Categories
A list of the categories, and whether they are flagged or not.
public Dictionary<string, bool> Categories { get; set; }
Property Value
- Dictionary<string, bool>
CategoryScores
A list of the categories along with their scores as predicted by model.
public Dictionary<string, float> CategoryScores { get; set; }
Property Value
- Dictionary<string, float>
Flagged
Whether any of the below categories are flagged.
public bool Flagged { get; set; }
Property Value
- bool
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.