⚠️ Beta / Prerelease Documentation - Subject to change. (Api version 19.0.0.1401 | Published on 2026-02-23 14:57:33)
Search Results for

    Show / Hide Table of Contents

    Interface ITranslationMemory2015

    Represents a translation memory.

    Inherited Members
    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.FuzzyIndexes
    ITranslationMemory.FuzzyIndexTuningSettings
    ITranslationMemory.FuzzyIndexStatisticsRecomputedAt
    ITranslationMemory.FuzzyIndexStatisticsSize
    ITranslationProvider.SupportsLanguageDirection(LanguagePair)
    ITranslationProvider.RefreshStatusInfo()
    ITranslationProvider.SerializeState()
    ITranslationProvider.LoadState(string)
    ITranslationProvider.StatusInfo
    ITranslationProvider.Uri
    ITranslationProvider.Name
    ITranslationProvider.SupportsSearchForTranslationUnits
    ITranslationProvider.SupportsUpdate
    ITranslationProvider.SupportsConcordanceSearch
    ITranslationProvider.SupportsSourceConcordanceSearch
    ITranslationProvider.SupportsTargetConcordanceSearch
    ITranslationProvider.TranslationMethod
    ITranslationProvider.IsReadOnly
    ISupportPlaceables.LanguageResourceBundles
    ISupportPlaceables.Recognizers
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public interface ITranslationMemory2015 : ITranslationMemory, ITranslationProvider, ISupportPlaceables

    Properties

    TokenizerFlags

    Gets or sets the flags affecting tokenizer behaviour for this TM. Note that changing tokenizer flags may require reindexing.

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

    WordCountFlags

    Gets or sets the flags affecting word count behaviour for this TM.

    Declaration
    WordCountFlags WordCountFlags { get; set; }
    Property Value
    Type Description
    WordCountFlags
    In this article
    Back to top Generated by DocFX