Class AiTranslateOptions
Encapsulates options for performing AI translation on server project translation documents.
Inheritance
System.Object
AiTranslateOptions
Syntax
public class AiTranslateOptions
Fields
ContextSettings
Document and project related parameter. Processed by memoQ.
Declaration
public AiContextSettings ContextSettings
Type
AiContextSettingsProviderSpecificSettings
Parameters for the AI service provider. Content of the string depends on the selected AI provider. Processed by the AI service provider.
Declaration
public string ProviderSpecificSettings
Type
System.StringRemarks
In the case of AGT plugin configured in the MT settings the value should be in JSON format containing a single property named 'Formality'. the value of the 'Formality' property can be 'Default', 'Formal', or 'Informal'