Class AnalysisWithMTOptions
Options for the analysis with MT operation.
Inheritance
System.Object
AnalysisWithMTOptions
Syntax
public class AnalysisWithMTOptions
Properties
HitAcceptance
Indicates the hit acceptance behavior. See PretranslateLookupBehavior for details.
Declaration
public PretranslateLookupBehavior HitAcceptance { get; set; }
OnlyUnambiguousMatches
Indicates to accept a TM or corpus hit if only one 101% match or 100% match is found for the segment. Segment without a TM or corpus hit are counted as machine translated. This option shall be used only if HitAcceptance is ExactMatchWithContext or ExactMatch.
Declaration
public bool OnlyUnambiguousMatches { get; set; }
ResourceFilter
The selected TMs and LiveDocs corpora to be used in the analysis with MT operation. If null, all TMs and LiveDocs corpora will be used.
Declaration
public PreTransFilter ResourceFilter { get; set; }