Level Result
data class LevelResult(val level: ResolutionLevel, val resolution: SuggestedEntityResolution?, val confidence: Double, val candidatesConsidered: Int = 0)
The outcome of a single resolution attempt, including which level resolved it and how many candidates were considered.
Constructors
Link copied to clipboard
constructor(level: ResolutionLevel, resolution: SuggestedEntityResolution?, confidence: Double, candidatesConsidered: Int = 0)