Table of Contents

Class CreateRealtimeTemporaryTokenParams

Namespace
AssemblyAI.Realtime
Assembly
AssemblyAI.dll
public record CreateRealtimeTemporaryTokenParams : IEquatable<CreateRealtimeTemporaryTokenParams>
Inheritance
CreateRealtimeTemporaryTokenParams
Implements
Inherited Members

Properties

ExpiresIn

The amount of time until the token expires in seconds

[JsonPropertyName("expires_in")]
public required int ExpiresIn { get; set; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.