Table of Contents

Class ContentSafetyLabel

Namespace
AssemblyAI.Transcripts
Assembly
AssemblyAI.dll
public record ContentSafetyLabel : IEquatable<ContentSafetyLabel>
Inheritance
ContentSafetyLabel
Implements
Inherited Members

Properties

Confidence

The confidence score for the topic being discussed, from 0 to 1

[JsonPropertyName("confidence")]
public required double Confidence { get; set; }

Property Value

double

Label

The label of the sensitive topic

[JsonPropertyName("label")]
public required string Label { get; set; }

Property Value

string

Severity

How severely the topic is discussed in the section, from 0 to 1

[JsonPropertyName("severity")]
public required double? Severity { 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.