Search Results for

    Show / Hide Table of Contents

    Interface ITranslationModelManagementService

    Inherited Members
    ITranslationModelDataService.LoadMatrixData(TranslationModelId, Int32, Int32, Boolean)
    ITranslationModelDataService.LoadMatrixData(TranslationModelId, HashSet<Int32>, HashSet<Int32>, Boolean)
    ITranslationModelDataService.LoadVocab(TranslationModelId, Boolean, IEnumerable<String>)
    ITranslationModelDataService.GetModelDetails(TranslationModelId)
    ITranslationModelDataService.GetAllModelDetails()
    System.IDisposable.Dispose()
    Namespace: Sdl.Core.FineGrainedAlignment
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public interface ITranslationModelManagementService : ITranslationModelDataService, IDisposable

    Methods

    AddModel(String, List<AlignableCorpusId>, CultureInfo, CultureInfo, TranslationModelTypes)

    Declaration
    TranslationModelId AddModel(string name, List<AlignableCorpusId> corpora, CultureInfo sourceCulture, CultureInfo targetCulture, TranslationModelTypes modelType)
    Parameters
    Type Name Description
    System.String name
    System.Collections.Generic.List<AlignableCorpusId> corpora
    System.Globalization.CultureInfo sourceCulture
    System.Globalization.CultureInfo targetCulture
    TranslationModelTypes modelType
    Returns
    Type Description
    TranslationModelId

    BuildModel(TranslationModelId)

    Declaration
    void BuildModel(TranslationModelId translationModelId)
    Parameters
    Type Name Description
    TranslationModelId translationModelId

    CanBuildModel(TranslationModelId)

    Declaration
    bool CanBuildModel(TranslationModelId modelId)
    Parameters
    Type Name Description
    TranslationModelId modelId
    Returns
    Type Description
    System.Boolean

    ClearModel(TranslationModelId)

    Declaration
    void ClearModel(TranslationModelId modelId)
    Parameters
    Type Name Description
    TranslationModelId modelId

    CreateSchema()

    Declaration
    void CreateSchema()

    DeleteModel(TranslationModelId)

    Declaration
    void DeleteModel(TranslationModelId modelId)
    Parameters
    Type Name Description
    TranslationModelId modelId

    DropSchema()

    Declaration
    void DropSchema()

    ShouldBuildModel(TranslationModelId)

    Declaration
    bool ShouldBuildModel(TranslationModelId modelId)
    Parameters
    Type Name Description
    TranslationModelId modelId
    Returns
    Type Description
    System.Boolean

    UpdateModel(TranslationModelId, String, List<AlignableCorpusId>)

    Declaration
    void UpdateModel(TranslationModelId id, string name, List<AlignableCorpusId> corpora)
    Parameters
    Type Name Description
    TranslationModelId id
    System.String name
    System.Collections.Generic.List<AlignableCorpusId> corpora

    On this page

    • Methods
      • AddModel(String, List<AlignableCorpusId>, CultureInfo, CultureInfo, TranslationModelTypes)
      • BuildModel(TranslationModelId)
      • CanBuildModel(TranslationModelId)
      • ClearModel(TranslationModelId)
      • CreateSchema()
      • DeleteModel(TranslationModelId)
      • DropSchema()
      • ShouldBuildModel(TranslationModelId)
      • UpdateModel(TranslationModelId, String, List<AlignableCorpusId>)
    Back to top Generated by DocFX