DocumentExtractedText Property |
Extracted document text. See remarks for text extraction limitations.
Namespace: OpenDiscoverSDK.Interfaces.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public string ExtractedText { get; set; }Property Value
String
Remarks
Extracted text is limited to the first 2 GB of the document's text in UTF-16. This upper limit is also imposed by
various text indexing software such as Lucene.
See Also