Search Results for

    Show / Hide Table of Contents

    Class SimpleAlignerBroker

    Inheritance
    System.Object
    SimpleAlignerBroker
    Implements
    IAlignerBroker
    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.Core.FineGrainedAlignment
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public class SimpleAlignerBroker : IAlignerBroker

    Constructors

    SimpleAlignerBroker(ITranslationModelDataService)

    Declaration
    public SimpleAlignerBroker(ITranslationModelDataService modelService)
    Parameters
    Type Name Description
    ITranslationModelDataService modelService

    Methods

    GetAligner(AlignerDefinition)

    Declaration
    public IFineGrainedAligner GetAligner(AlignerDefinition definition)
    Parameters
    Type Name Description
    AlignerDefinition definition
    Returns
    Type Description
    IFineGrainedAligner

    GetModel(TranslationModelId)

    Declaration
    public TranslationModel GetModel(TranslationModelId translationModelId)
    Parameters
    Type Name Description
    TranslationModelId translationModelId
    Returns
    Type Description
    TranslationModel

    Implements

    IAlignerBroker

    On this page

    Back to top Generated by DocFX