UNPKG

geneea-nlp-client

Version:

The TypeScript Client for Geneea Interpretor G3 API.

9 lines (8 loc) 211 B
/** Language of the document. */ declare class Language { detected: string; /** Language of the document as detected. */ constructor(detected: string); toString(): string; } export { Language };