Search Results for

    Show / Hide Table of Contents

    Interface IFileBasedTranslationMemory

    Represents an file based Translation Memory

    Inherited Members
    IAlignableTranslationMemory.MeasureModelFitness(RegularIterator, Boolean)
    IAlignableTranslationMemory.ClearAlignmentData()
    IAlignableTranslationMemory.AlignTranslationUnits(Boolean, Boolean, RegularIterator)
    IAlignableTranslationMemory.AlignTranslationUnits(Boolean, Boolean, CancellationToken, IProgress<Int32>)
    IAlignableTranslationMemory.UnalignedTranslationUnitCount
    IAlignableTranslationMemory.AlignerDefinition
    IAlignableTranslationMemory.AlignedPredatedTranslationUnitCount
    IAlignableTranslationMemory.TranslationUnitNewerThanModelCount
    IAlignableTranslationMemory.ShouldAlign
    ITranslationMemory2015.TokenizerFlags
    ITranslationMemory2015.WordCountFlags
    ITranslationMemory.GetLanguageDirection(LanguagePair)
    ITranslationMemory.Save()
    ITranslationMemory.Delete()
    ITranslationMemory.HasPermission(String)
    ITranslationMemory.GetTranslationUnitCount()
    ITranslationMemory.ShouldRecomputeFuzzyIndexStatistics()
    ITranslationMemory.RecomputeFuzzyIndexStatistics()
    ITranslationMemory.SupportedLanguageDirections
    ITranslationMemory.Description
    ITranslationMemory.Copyright
    ITranslationMemory.CreationDate
    ITranslationMemory.CreationUserName
    ITranslationMemory.ExpirationDate
    ITranslationMemory.FieldDefinitions
    ITranslationMemory.LanguageResourceBundles
    ITranslationMemory.Recognizers
    ITranslationMemory.FuzzyIndexes
    ITranslationMemory.FuzzyIndexTuningSettings
    ITranslationMemory.FuzzyIndexStatisticsRecomputedAt
    ITranslationMemory.FuzzyIndexStatisticsSize
    ITranslationProvider.SupportsLanguageDirection(LanguagePair)
    ITranslationProvider.RefreshStatusInfo()
    ITranslationProvider.SerializeState()
    ITranslationProvider.LoadState(String)
    ITranslationProvider.StatusInfo
    ITranslationProvider.Uri
    ITranslationProvider.Name
    ITranslationProvider.SupportsTaggedInput
    ITranslationProvider.SupportsScoring
    ITranslationProvider.SupportsSearchForTranslationUnits
    ITranslationProvider.SupportsMultipleResults
    ITranslationProvider.SupportsFilters
    ITranslationProvider.SupportsPenalties
    ITranslationProvider.SupportsStructureContext
    ITranslationProvider.SupportsDocumentSearches
    ITranslationProvider.SupportsUpdate
    ITranslationProvider.SupportsPlaceables
    ITranslationProvider.SupportsTranslation
    ITranslationProvider.SupportsFuzzySearch
    ITranslationProvider.SupportsConcordanceSearch
    ITranslationProvider.SupportsSourceConcordanceSearch
    ITranslationProvider.SupportsTargetConcordanceSearch
    ITranslationProvider.SupportsWordCounts
    ITranslationProvider.TranslationMethod
    ITranslationProvider.IsReadOnly
    IReindexableTranslationMemory.SelectiveReindexTranslationUnits(CancellationToken, IProgress<Int32>)
    IReindexableTranslationMemory.ReindexRequired
    IReindexableTranslationMemory.TuCountForReindex
    IReindexableTranslationMemory.CanReportReindexRequired
    ILocalTranslationMemory.LanguageDirection
    IAdvancedContextTranslationMemory.UsesLegacyHashes
    IAdvancedContextTranslationMemory.UsesIdContextMatching
    IAdvancedContextTranslationMemory.TextContextMatchType
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public interface IFileBasedTranslationMemory : IAlignableTranslationMemory, ITranslationMemory2015, ITranslationMemory, ITranslationProvider, IReindexableTranslationMemory, ILocalTranslationMemory, IAdvancedContextTranslationMemory

    Properties

    CanBuildModel

    Returns true if the TM has enough data for the translation model associated with it to be built

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

    FGASupport

    Returns the status of fine-grained-alignment support for the TM

    Declaration
    FGASupport FGASupport { get; set; }
    Property Value
    Type Description
    FGASupport

    ModelDetails

    Provides details of the translation model associated with this file-based TM

    Declaration
    TranslationModelDetails ModelDetails { get; }
    Property Value
    Type Description
    TranslationModelDetails

    ShouldBuildModel

    Indicates whether a build (or rebuild) of the translation model is recommended

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

    Methods

    BuildModel()

    Builds the translation model associated with this file-based TM

    Declaration
    void BuildModel()

    ClearModel()

    Clears the translation model

    Declaration
    void ClearModel()

    Save(IProgress<TranslationMemoryProgress>, CancellationToken)

    Performs a save operation

    Declaration
    void Save(IProgress<TranslationMemoryProgress> progress, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.IProgress<TranslationMemoryProgress> progress
    System.Threading.CancellationToken cancellationToken

    Events

    TranslationModelProgress

    Reports the progress of building a translation model

    Declaration
    event EventHandler<TranslationModelProgressEventArgs> TranslationModelProgress
    Event Type
    Type Description
    System.EventHandler<TranslationModelProgressEventArgs>

    On this page

    • Properties
      • CanBuildModel
      • FGASupport
      • ModelDetails
      • ShouldBuildModel
    • Methods
      • BuildModel()
      • ClearModel()
      • Save(IProgress<TranslationMemoryProgress>, CancellationToken)
    • Events
      • TranslationModelProgress
    Back to top Generated by DocFX