CombinedMatch

A CombinedMatch indicates a match that is combined from multiple elements with different confidence.

The value of a CombinedMatch is the product of the values of the MatchingConfidence elements.

Constructors

Link copied to clipboard
constructor(elements: List<MatchingConfidence>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val value: <Error class: unknown class>

Functions

Link copied to clipboard
open operator fun times(other: MatchingConfidence): MatchingConfidence