Table of Contents

Class SessionInformation

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

Properties

AudioDurationSeconds

The total duration of the audio in seconds

[JsonPropertyName("audio_duration_seconds")]
public required float AudioDurationSeconds { get; set; }

Property Value

float

MessageType

Describes the type of the message

[JsonPropertyName("message_type")]
public required string MessageType { 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.