Table of Contents

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

double

Low

[JsonPropertyName("low")]
public required double Low { get; set; }

Property Value

double

Medium

[JsonPropertyName("medium")]
public required double Medium { get; set; }

Property Value

double

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.