Search Results for

    Show / Hide Table of Contents

    Interface IAdvancedContextTranslationMemoryLanguageDirection

    IAdvancedContextTranslationMemoryLanguageDirection interface

    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public interface IAdvancedContextTranslationMemoryLanguageDirection

    Methods

    GetTranslationUnitsWithContextContent(ref RegularIterator)

    Identical to GetTranslationUnits(ref RegularIterator) except that the implementation will attempt to populate the Segment1 and Segment2 properties for any items in the Contexts collection of a tu

    Declaration
    TranslationUnit[] GetTranslationUnitsWithContextContent(ref RegularIterator iterator)
    Parameters
    Type Name Description
    RegularIterator iterator
    Returns
    Type Description
    TranslationUnit[]
    Remarks

    Implementations must ensure Segment1 and Segment2 are tokenized and that their Tokens collections are returned to the client.

    On this page

    • Methods
      • GetTranslationUnitsWithContextContent(ref RegularIterator)
    Back to top Generated by DocFX