UNPKG

mindee

Version:

Mindee Client Library for Node.js

10 lines (9 loc) 283 B
import { ExtraField } from "./extras.js"; export class RAGExtra extends ExtraField { constructor(rawPrediction) { super(); if (rawPrediction["matching_document_id"]) { this.matchingDocumentId = rawPrediction["matching_document_id"]; } } }