Token

class Token(    threshold: Float = 0.65f,     @FloatRange(from = -1.0, to = 1.0) val areaOffset: Float,     val containerRect: Rect,     val containerWidth: Int,     val containerHeight: Int)

Constructors

Link copied to clipboard
fun Token(    threshold: Float = 0.65f,     @FloatRange(from = -1.0, to = 1.0) areaOffset: Float,     containerRect: Rect,     containerWidth: Int,     containerHeight: Int)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val areaOffset: Float
Link copied to clipboard
val containerHeight: Int
Link copied to clipboard
val containerRect: Rect
Link copied to clipboard
val containerWidth: Int