TextArchiveRecordReadRecord Method |
Reads a document's extracted text record from a text archive file..
Namespace: OpenDiscoverSDK.Interfaces.Platform.ArchiveAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic static TextArchiveRecord ReadRecord(
BinaryReader archiveReader,
long archiveOffset
)
Parameters
- archiveReader BinaryReader
-
An open BinaryReader to a text data archive file (.tda). A document's extracted text record is located in a text archive file if
IsTextArchivePath is true. In this case, the containing text data archive file path is given by the document's
TextFilePath property.
- archiveOffset Int64
-
The offset in the text data archive (.tda) file where the document's extracted text record begins. This is the value of the document's TextArchiveRecordOffset property.
Return Value
TextArchiveRecordTextArchiveRecord record that contains the document's extracted text and information about the document.
See Also