Class ContentSafetyLabelsResult
- Namespace
- AssemblyAI.Transcripts
- Assembly
- AssemblyAI.dll
public record ContentSafetyLabelsResult : IEquatable<ContentSafetyLabelsResult>
- Inheritance
-
ContentSafetyLabelsResult
- Implements
- Inherited Members
Properties
Results
An array of results for the Content Moderation model
[JsonPropertyName("results")]
public IEnumerable<ContentSafetyLabelResult> Results { get; set; }
Property Value
SeverityScoreSummary
A summary of the Content Moderation severity results for the entire audio file
[JsonPropertyName("severity_score_summary")]
public Dictionary<string, SeverityScoreSummary> SeverityScoreSummary { get; set; }
Property Value
Status
The status of the Content Moderation model. Either success, or unavailable in the rare case that the model failed.
[JsonPropertyName("status")]
public AudioIntelligenceModelStatus Status { get; set; }
Property Value
Summary
A summary of the Content Moderation confidence results for the entire audio file
[JsonPropertyName("summary")]
public Dictionary<string, double> Summary { get; set; }
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.