ImportResult
Defined in: DocumentImporter.ts:11
Result of importing and converting a single document.
Properties
Section titled “Properties”| Property | Modifier | Type | Defined in |
|---|---|---|---|
charCount | readonly | number | DocumentImporter.ts:18 |
contentHash | readonly | string | DocumentImporter.ts:17 |
documentId | readonly | string | DocumentImporter.ts:12 |
fileName | readonly | string | DocumentImporter.ts:13 |
format | readonly | DocumentFormat | DocumentImporter.ts:16 |
importedAt | readonly | number | DocumentImporter.ts:19 |
markdown | readonly | string | DocumentImporter.ts:15 |
title | readonly | string | DocumentImporter.ts:14 |