Enum TranslationDomain
Domains for translation context.
public enum TranslationDomain
Fields
General = 0General everyday language.
Legal = 1Legal and contractual.
Medical = 2Medical and healthcare.
Technical = 3Technical and scientific.
Business = 4Business and corporate.
Literary = 5Literary and creative.
Academic = 6Academic and scholarly.
Casual = 7Casual and colloquial.
Examples
Configuring a translator for a legal document:
using LMKit.Agents.Templates;
var translator = new TranslationAgentTemplate { Domain = TranslationDomain.Legal };