Search Results for

    Show / Hide Table of Contents

    Class SubsegmentSearchResult

    Inheritance
    System.Object
    SearchResult
    SubsegmentSearchResult
    Inherited Members
    SearchResult.ScoringResult
    SearchResult.MemoryPlaceables
    SearchResult.PlaceableAssociations
    SearchResult.MemoryTranslationUnit
    SearchResult.TranslationProposal
    SearchResult.ContextData
    SearchResult.CascadeEntryIndex
    SearchResult.MatchingPlaceholderTokens
    SearchResult.MetaData
    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 SubsegmentSearchResult : SearchResult

    Constructors

    SubsegmentSearchResult(TranslationUnit, Int16, Int16, Int16, Int16, Int16, Int16, SubsegmentMatchType, String, Single)

    Declaration
    public SubsegmentSearchResult(TranslationUnit tmTu, short matchTokenIndex, short matchTokenCount, short queryTokenIndex, short queryTokenCount, short translationTokenIndex, short translationTokenCount, SubsegmentMatchType matchType, string translationFeatureString, float confidence)
    Parameters
    Type Name Description
    TranslationUnit tmTu
    System.Int16 matchTokenIndex
    System.Int16 matchTokenCount
    System.Int16 queryTokenIndex
    System.Int16 queryTokenCount
    System.Int16 translationTokenIndex
    System.Int16 translationTokenCount
    SubsegmentMatchType matchType
    System.String translationFeatureString
    System.Single confidence

    Properties

    CachedTranslationProposalString

    Declaration
    public string CachedTranslationProposalString { get; }
    Property Value
    Type Description
    System.String

    Confidence

    Declaration
    public float Confidence { get; }
    Property Value
    Type Description
    System.Single

    MatchTokenCount

    Declaration
    public short MatchTokenCount { get; }
    Property Value
    Type Description
    System.Int16

    MatchTokenIndex

    Declaration
    public short MatchTokenIndex { get; }
    Property Value
    Type Description
    System.Int16

    MatchType

    Declaration
    public SubsegmentMatchType MatchType { get; }
    Property Value
    Type Description
    SubsegmentMatchType

    QueryTokenCount

    Declaration
    public short QueryTokenCount { get; }
    Property Value
    Type Description
    System.Int16

    QueryTokenIndex

    Declaration
    public short QueryTokenIndex { get; }
    Property Value
    Type Description
    System.Int16

    Repetitions

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

    TranslationFeatureString

    Declaration
    public string TranslationFeatureString { get; }
    Property Value
    Type Description
    System.String

    TranslationTokenCount

    Declaration
    public short TranslationTokenCount { get; }
    Property Value
    Type Description
    System.Int16

    TranslationTokenIndex

    Declaration
    public short TranslationTokenIndex { get; }
    Property Value
    Type Description
    System.Int16

    On this page

    • Constructors
      • SubsegmentSearchResult(TranslationUnit, Int16, Int16, Int16, Int16, Int16, Int16, SubsegmentMatchType, String, Single)
    • Properties
      • CachedTranslationProposalString
      • Confidence
      • MatchTokenCount
      • MatchTokenIndex
      • MatchType
      • QueryTokenCount
      • QueryTokenIndex
      • Repetitions
      • TranslationFeatureString
      • TranslationTokenCount
      • TranslationTokenIndex
    Back to top Generated by DocFX