AnalyzeToken

@Serializable
data class AnalyzeToken(val token: String, val startOffset: Int, val endOffset: Int, val type: String, val position: Int)

Constructors

Link copied to clipboard
constructor(token: String, startOffset: Int, endOffset: Int, type: String, position: Int)

Properties

Link copied to clipboard
@SerialName(value = "end_offset")
val endOffset: Int
Link copied to clipboard
@SerialName(value = "position")
val position: Int
Link copied to clipboard
@SerialName(value = "start_offset")
val startOffset: Int
Link copied to clipboard
@SerialName(value = "token")
val token: String
Link copied to clipboard
@SerialName(value = "type")
val type: String