Class ScoringResult
Inheritance
System.Object
ScoringResult
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()
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
public class ScoringResult
Constructors
Declaration
Properties
Declaration
public List<AppliedPenalty> AppliedPenalties { get; set; }
Property Value
Declaration
public int BaseScore { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public EditDistance EditDistance { get; set; }
Property Value
IdContextMatch
Declaration
public bool IdContextMatch { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsExactMatch { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsStructureContextMatch
Declaration
public bool IsStructureContextMatch { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int Match { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public List<SegmentRange> MatchingConcordanceRanges { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<SegmentRange> |
|
Declaration
public bool MemoryTagsDeleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int PlaceableFormatChanges { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int ResolvedPlaceables { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool TagMismatch { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool TargetSegmentDiffers { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TextContextMatch
Declaration
public TextContextMatch TextContextMatch { get; set; }
Property Value
TextReplacements
Declaration
public int TextReplacements { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public void ApplyFilter(string filterName, int malus)
Parameters
Type |
Name |
Description |
System.String |
filterName |
|
System.Int32 |
malus |
|
Declaration
public void ApplyPenalty(Penalty pt)
Parameters
Declaration
public AppliedPenalty FindAppliedFilter(string filterName)
Parameters
Type |
Name |
Description |
System.String |
filterName |
|
Returns
Declaration
public AppliedPenalty FindPenalty(PenaltyType pt)
Parameters
Returns
Declaration
public void RemovePenalty(PenaltyType pt)
Parameters