Class SourceLabel
- Namespace
- CedarDotNet.Models
- Assembly
- CedarDotNet.dll
A source label.
public sealed record SourceLabel : IEquatable<SourceLabel>
- Inheritance
-
SourceLabel
- Implements
- Inherited Members
Properties
End
The end position.
[JsonPropertyName("end")]
public required long End { get; init; }
Property Value
Label
The label.
[JsonPropertyName("label")]
public string? Label { get; init; }
Property Value
Start
The start position.
[JsonPropertyName("start")]
public required long Start { get; init; }