Class PreTransFilter
Encapsulates the TM and LiveDocs corpora filters to be used during pre-translation.
Syntax
public class PreTransFilter
Fields
Corpora
The LiveDocs corpora and target language pairs to be used during pre-translation. If null, all LiveDocs corpora will be used.
Declaration
public CorpusLanguagePair[] Corpora
Type
CorpusLanguagePair[]TMFilter
The TM and target language pairs to be used during pre-translation. If null, all TMs will be used.
Declaration
public TMLanguagePair[] TMFilter
Type
TMLanguagePair[]TMs
Obsolete - use TMFilter instead. This will be only considered if TMFilter is null. The guids of TMs to be used during pre-translation for all applicable target languages. If null, all TMs will be used.
Declaration
public Guid[] TMs