Class AnalysisBand
Represents a range of translation memory scores between a minimum and maximum match value used to categorize segments in translatable files according to the quality of translation memory match exist in the translation memory.
Inherited Members
Namespace: SdlSdl.ProjectAutomationCore
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public class AnalysisBand
Constructors
AnalysisBand()
Declaration
public AnalysisBand()
Properties
MaximumMatchValue
Gets the maximum match value, which is a value between 0 and 99, equal or greater than MinimumMatchValue.
Declaration
public int MaximumMatchValue { get; }
Property Value
Type | Description |
---|---|
int |
MinimumMatchValue
Gets the minimum match value, which is a value between 0 and 99, equal or smaller than MaximumMatchValue.
Declaration
public int MinimumMatchValue { get; }
Property Value
Type | Description |
---|---|
int |