Table of Contents

Class Timestamp

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

Properties

End

The end time in milliseconds

[JsonPropertyName("end")]
public required int End { get; set; }

Property Value

int

Start

The start time in milliseconds

[JsonPropertyName("start")]
public required int Start { 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.