Class SimpleAlignerBroker
Inheritance
System.Object
SimpleAlignerBroker
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class SimpleAlignerBroker : Object, IAlignerBroker
Constructors
SimpleAlignerBroker(ITranslationModelDataService)
Declaration
public SimpleAlignerBroker(ITranslationModelDataService modelService)
Parameters
Methods
GetAligner(AlignerDefinition)
Declaration
public IFineGrainedAligner GetAligner(AlignerDefinition definition)
Parameters
Returns
GetModel(TranslationModelId)
Declaration
public TranslationModel GetModel(TranslationModelId translationModelId)
Parameters
Returns
Implements