Enum PretranslateLookupBehavior
Represents pre-tanslate lookup behavior.
Syntax
public enum PretranslateLookupBehavior
Fields
| Name | Description |
|---|---|
| AnyMatch | Indicates to pre-translate all segments. |
| ExactMatch | Indicates to pre-translate only those segments for which 100% match is found. |
| ExactMatchWithContext | Indicates to pre-translate only those segments for which 101% or 100% match is found. |
| GoodMatch | Indicates to pre-translate only those segments for which a match above the "good match threshold. |