Class SeverityScoreSummary
- Namespace
- AssemblyAI.Transcripts
- Assembly
- AssemblyAI.dll
public record SeverityScoreSummary : IEquatable<SeverityScoreSummary>
- Inheritance
-
SeverityScoreSummary
- Implements
- Inherited Members
Properties
High
[JsonPropertyName("high")]
public required double High { get; set; }
Property Value
Low
[JsonPropertyName("low")]
public required double Low { get; set; }
Property Value
Medium
[JsonPropertyName("medium")]
public required double Medium { 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.