Table of Contents

Field MaximumLanguages

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

The greatest number of languages one deployment may be configured to ask in.

public const int MaximumLanguages = 8

Returns

int
The greatest number of languages one deployment may be configured to ask in.

Remarks

Two bounds meet at roughly the same number and this is the lower of them. A scan asks once per language inside the one budget SensitiveContent:ScanTimeout allows, so each language is another request the same deadline has to cover; and the revision below names every one of them inside the 64 characters SensitiveContentDetector accepts, which a longer list overflows into a startup failure naming a grammar rather than the key an operator wrote.