Table of Contents

Class TopicDetectionResultLabelsItem

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

Properties

Label

The IAB taxonomical label for the label of the detected topic, where > denotes supertopic/subtopic relationship

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

Property Value

string

Relevance

How relevant the detected topic is of a detected topic

[JsonPropertyName("relevance")]
public required double Relevance { 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.