Click or drag to resize

DocumentContentExtractedText Property

Extracted text, see remarks for limitations.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[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