Table of Contents

Class ListTranscriptParams

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

Properties

AfterId

Get transcripts that were created after this transcript ID

public string? AfterId { get; set; }

Property Value

string

BeforeId

Get transcripts that were created before this transcript ID

public string? BeforeId { get; set; }

Property Value

string

CreatedOn

Only get transcripts created on this date

public string? CreatedOn { get; set; }

Property Value

string

Limit

Maximum amount of transcripts to retrieve

public int? Limit { get; set; }

Property Value

int?

Status

Filter by transcript status

public TranscriptStatus? Status { get; set; }

Property Value

TranscriptStatus?

ThrottledOnly

Only get throttled transcripts, overrides the status filter

public bool? ThrottledOnly { get; set; }

Property Value

bool?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.