Enum MatchCoverageType
Represents the coverage types for the fragment assembly pre-translation.
Syntax
public enum MatchCoverageType
Fields
| Name | Description |
|---|---|
| FullMultipleHits | The fragment-assembled match must cover the entire source segment. This means that every word of the source segment must be replaced by something from the resources. |
| FullSingleHit | The fragment-assembled match must cover the entire source segment, consisting of one single fragment match. Practically, this turns fragment matching off. |
| NotFull | Only part of the source text must be replaced. |