Class FragmentAssemblySettings
Encapsulates the settings used for fragment assembly supported pre-translation.
Syntax
public class FragmentAssemblySettings
Fields
ChangeCase
Normally, memoQ adjusts the lowercase/uppercase setting of the terms to the source text that is replaced. To stop this, set this value to true. When this is unchecked, memoQ will keep the lowercase/uppercase setting from the term base.
Declaration
public bool ChangeCase
Type
BooleanCoverageType
Indicates how much the fragment-assembled match should cover from the source text.
Declaration
public MatchCoverageType CoverageType
Type
MatchCoverageTypeExcludeSource
You can have fragment-assembled suggestions that does not contain any source text. In this case, text that cannot be replaced will not be there in the suggestion.
Declaration
public bool ExcludeSource
Type
BooleanIncludeAT
Set this member to true if memoQ should look for matches in the auto-translatables.
Declaration
public bool IncludeAT
Type
BooleanIncludeFrag
Set this member to true if memoQ should look for matches in the LiveDocs corpora.
Declaration
public bool IncludeFrag
Type
BooleanIncludeNT
Set this member to true if memoQ should look for matches in the non-translatables.
Declaration
public bool IncludeNT
Type
BooleanIncludeNum
Set this member to true if memoQ should look for matches in the numbers.
Declaration
public bool IncludeNum
Type
BooleanIncludeTB
Set this member to true if memoQ should look for matches in the TBs.
Declaration
public bool IncludeTB
Type
BooleanMinCoverage
This member is evaluated only if the CoverageType is set to NotFull. In this case it indicates the percentage of the source text to be replaced.
Declaration
public int MinCoverage