Table of Contents

Class TranscriptList

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

Properties

PageDetails

Details of the transcript page

[JsonPropertyName("page_details")]
public required PageDetails PageDetails { get; set; }

Property Value

PageDetails

Transcripts

An array of transcripts

[JsonPropertyName("transcripts")]
public IEnumerable<TranscriptListItem> Transcripts { get; set; }

Property Value

IEnumerable<TranscriptListItem>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.