astro-ghostcms/.pnpm-store/v3/files/fb/723e2eab1b6269ac496645d8bf3...

7 lines
155 B
Plaintext

module.exports = function(det, rec, confidence, name, lang) {
this.confidence = confidence;
this.name = name || rec.name(det);
this.lang = lang;
};