MatchedSubstring

data class MatchedSubstring(val length: Double, val offset: Double)

Parameters

length

Length of the matched substring in the prediction result text.

offset

Start location of the matched substring in the prediction result text.

Constructors

Link copied to clipboard
constructor(length: Double, offset: Double)

Properties

Link copied to clipboard
@SerializedName(value = "length")
val length: Double
Link copied to clipboard
@SerializedName(value = "offset")
val offset: Double