Table of Contents

Property Languages

Namespace
MailFathom.Infrastructure.SensitiveContent.PersonalData
Assembly
MailFathom.Infrastructure.dll

Languages

Gets the languages the analyzer is asked in, each a two-letter code, deduplicated and ordered.

public IReadOnlyList<string> Languages { get; }

Property Value

IReadOnlyList<string>

Remarks

A set rather than a sequence, whatever an operator wrote. The order carries no precedence — an overlap between two languages' findings is settled by the redactor's own ordering rule rather than by which language reported first — so normalizing here is what makes two deployments configured with the same languages produce the same revision and the same text.