interface EntityMatchingPredictions {
    items: EntityMatchingPrediction[];
    jobId: number;
    status: ContextJobStatus;
}

Properties

Properties

List of matched entities with confidence score.

jobId: number

The status of the job.