interface EntityMatchingPrediction {
    matchFrom: ExternalEntityToMatch;
    matches: EntityMatchingPredictedItem[];
}

Properties

Properties

The matchFrom item given to predict.

Matched items, sorted from highest score to lowest. May be empty.