Search Results for

    Show / Hide Table of Contents

    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()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class ScoringResult

    Constructors

    ScoringResult()

    Declaration
    public ScoringResult()

    Properties

    AppliedPenalties

    Declaration
    public List<AppliedPenalty> AppliedPenalties { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AppliedPenalty>

    BaseScore

    Declaration
    public int BaseScore { get; set; }
    Property Value
    Type Description
    System.Int32

    EditDistance

    Declaration
    public EditDistance EditDistance { get; set; }
    Property Value
    Type Description
    EditDistance

    IdContextMatch

    Declaration
    public bool IdContextMatch { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsExactMatch

    Declaration
    public bool IsExactMatch { get; }
    Property Value
    Type Description
    System.Boolean

    IsStructureContextMatch

    Declaration
    public bool IsStructureContextMatch { get; set; }
    Property Value
    Type Description
    System.Boolean

    Match

    Declaration
    public int Match { get; }
    Property Value
    Type Description
    System.Int32

    MatchingConcordanceRanges

    Declaration
    public List<SegmentRange> MatchingConcordanceRanges { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SegmentRange>

    MemoryTagsDeleted

    Declaration
    public bool MemoryTagsDeleted { get; set; }
    Property Value
    Type Description
    System.Boolean

    PlaceableFormatChanges

    Declaration
    public int PlaceableFormatChanges { get; set; }
    Property Value
    Type Description
    System.Int32

    ResolvedPlaceables

    Declaration
    public int ResolvedPlaceables { get; set; }
    Property Value
    Type Description
    System.Int32

    TagMismatch

    Declaration
    public bool TagMismatch { get; set; }
    Property Value
    Type Description
    System.Boolean

    TargetSegmentDiffers

    Declaration
    public bool TargetSegmentDiffers { get; set; }
    Property Value
    Type Description
    System.Boolean

    TextContextMatch

    Declaration
    public TextContextMatch TextContextMatch { get; set; }
    Property Value
    Type Description
    TextContextMatch

    TextReplacements

    Declaration
    public int TextReplacements { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    ApplyFilter(String, Int32)

    Declaration
    public void ApplyFilter(string filterName, int malus)
    Parameters
    Type Name Description
    System.String filterName
    System.Int32 malus

    ApplyPenalty(Penalty)

    Declaration
    public void ApplyPenalty(Penalty pt)
    Parameters
    Type Name Description
    Penalty pt

    FindAppliedFilter(String)

    Declaration
    public AppliedPenalty FindAppliedFilter(string filterName)
    Parameters
    Type Name Description
    System.String filterName
    Returns
    Type Description
    AppliedPenalty

    FindPenalty(PenaltyType)

    Declaration
    public AppliedPenalty FindPenalty(PenaltyType pt)
    Parameters
    Type Name Description
    PenaltyType pt
    Returns
    Type Description
    AppliedPenalty

    RemovePenalty(PenaltyType)

    Declaration
    public void RemovePenalty(PenaltyType pt)
    Parameters
    Type Name Description
    PenaltyType pt

    On this page

    • Constructors
      • ScoringResult()
    • Properties
      • AppliedPenalties
      • BaseScore
      • EditDistance
      • IdContextMatch
      • IsExactMatch
      • IsStructureContextMatch
      • Match
      • MatchingConcordanceRanges
      • MemoryTagsDeleted
      • PlaceableFormatChanges
      • ResolvedPlaceables
      • TagMismatch
      • TargetSegmentDiffers
      • TextContextMatch
      • TextReplacements
    • Methods
      • ApplyFilter(String, Int32)
      • ApplyPenalty(Penalty)
      • FindAppliedFilter(String)
      • FindPenalty(PenaltyType)
      • RemovePenalty(PenaltyType)
    Back to top Generated by DocFX