MatchScoreDetails

Details related to the match score.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates how well the component input matches the returned. It is equal to 1 if all input tokens are recognized and matched.

Link copied to clipboard

Indicates how well the entire input matches the returned. It is equal to 1 if all input tokens are recognized and matched.

Functions

Link copied to clipboard
inline fun copy(block: MatchScoreDetails.Builder.() -> Unit = {}): MatchScoreDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String