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.
Inheritance
System.Object
AnalysisBand
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.ProjectAutomation.Core
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 |
---|---|
System.Int32 |
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 |
---|---|
System.Int32 |