TextDataArchiveCreatorWriteRecord Method |
Write the
Document extracted text record to a text data archive (.tda). This method expects that
ExtractedText is set, if not, an record with only the text "[NO_TEXT_EXTRACTED]" will be
written to the .tda file.
Namespace: OpenDiscoverSDK.Platform.ArchiveAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic void WriteRecord(
Document document
)
Parameters
- document Document
-
The Document instance whose extracted text is to be written to the text data archive (.tda) file. The following properties should be
set on the document: DocControlNumber, and FormatId
Remarks
See Also