SpanInfoApi

@Serializable
data class SpanInfoApi(val start: Int, val end: Int, val span: String)

Constructors

Link copied to clipboard
constructor(start: Int, end: Int, span: String)

Properties

Link copied to clipboard
val end: Int
Link copied to clipboard
Link copied to clipboard
val start: Int

Functions

Link copied to clipboard