Click or drag to resize

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.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public 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
Upon completion of writing the Document's record, the following properties are set on Document: IsTextArchivePath (set to true), TextFilePath (see to file path of .tda), and TextArchiveRecordOffset.
See Also