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
Start
The start time in milliseconds
[JsonPropertyName("start")]
public required int Start { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.