Table of Contents

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

long

Label

The label.

[JsonPropertyName("label")]
public string? Label { get; init; }

Property Value

string

Start

The start position.

[JsonPropertyName("start")]
public required long Start { get; init; }

Property Value

long