interface EntityMatchingPredictedItem {
    matchTo: ExternalEntityToMatch;
    score: number;
}

Properties

Properties

The matchTo item given to predict.

score: number

The model's confidence in the match.