Property IsDerivedFromHtml
- Namespace
- MailFathom.Application.Emails.Extraction
- Assembly
- MailFathom.Application.dll
IsDerivedFromHtml
Gets whether the text was inferred from markup rather than read from a plain-text part.
public bool IsDerivedFromHtml { get; }
Property Value
Remarks
The marker travels with the text so a later chunking or ranking design can decide how much to trust it, instead of having to re-derive from the message which of the two paths produced the words it is holding.