Class TuLimitsValidatorSettings
Settings object for a TU limits validator
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public class TuLimitsValidatorSettings
Constructors
TuLimitsValidatorSettings(int?, int?)
Initializes a new instance.
Declaration
public TuLimitsValidatorSettings(int? segmentLengthLimit = null, int? tagNestingLimit = null)
Parameters
Type | Name | Description |
---|---|---|
int | segmentLengthLimit | Maximum length of a TU segment to be considered valid |
int | tagNestingLimit | Maximum nesting level of a TU segment to be considered valid |
Properties
SegmentLengthLimit
Gets a value specifying the maximum length of a TU segment to be considered valid
Declaration
public int? SegmentLengthLimit { get; }
Property Value
Type | Description |
---|---|
int |
TagNestingLimit
Gets a value specifying the maximum nesting level of a TU segment to be considered valid
Declaration
public int? TagNestingLimit { get; }
Property Value
Type | Description |
---|---|
int |