Class AiContextSettings
Contains parameters, which define the context given to the AI
Inheritance
Syntax
public class AiContextSettings
Fields
FuzzyLookupThreshold
When performing fuzzy lookup in TMs and corpora, AGT uses this in the lookup threshold. Value should be between 50 and 95 (inclusively). Recommended value is 60.
Declaration
public int FuzzyLookupThreshold
Type
System.Int32MaxFuzzyHitCountToSend
The job will not send more fuzzy hits to the AI service than this value. Value should be between 2 and 20 (inclusively). Recommended value is 5
Declaration
public int MaxFuzzyHitCountToSend
Type
System.Int32OmitShorterTBHits
Omit short terms covered by longer ones. Recommended value is true.
Declaration
public bool OmitShorterTBHits
Type
System.BooleanOverwriteSegmentMatchRateThreshold
If translation encounters a row whose status is pre-translated and whose match rate is lower than this, it will overwrite it with an AGT translation. Set to zero to disable. Value should be between 0 and 100 (inclusively). Recommended value is 80.
Declaration
public int OverwriteSegmentMatchRateThreshold
Type
System.Int32PreferTBHits
Emphasize term base hits more over translation memory and LiveDocs hits during translation Recommended value is false.
Declaration
public bool PreferTBHits
Type
System.BooleanShouldSkipSegmentsWithoutLookupResults
Skip segments that have no lookup results Recommended value is false.
Declaration
public bool ShouldSkipSegmentsWithoutLookupResults