Table of Contents

Class UploadedFile

Namespace
AssemblyAI.Files
Assembly
AssemblyAI.dll
public record UploadedFile : IEquatable<UploadedFile>
Inheritance
UploadedFile
Implements
Inherited Members

Properties

UploadUrl

A URL that points to your audio file, accessible only by AssemblyAI's servers

[JsonPropertyName("upload_url")]
public required string UploadUrl { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.