EntityMatch

constructor(match: T, score: <Error class: unknown class>, source: String)

Parameters

T

The type of the entity being matched.

match

The matched entity.

score

The confidence score of the match, between 0 and 1.

source

The source of the match, e.g., the repository method that provided the match.