Search Results for

    Show / Hide Table of Contents

    Interface ITranslationModelManagementService

    Inherited Members
    ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, Int32, Int32, Boolean)
    ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, HashSet<Int32>, HashSet<Int32>, Boolean)
    ITranslationModelDataService.LoadVocabAsync(TranslationModelId, Boolean, IEnumerable<String>)
    ITranslationModelDataService.GetModelDetailsAsync(TranslationModelId)
    ITranslationModelDataService.GetAllModelDetailsAsync()
    ITranslationModelDataService.TotalVocabSizeAsync(TranslationModelId, Boolean)
    Namespace: Sdl.Core.FineGrainedAlignment
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public interface ITranslationModelManagementService : ITranslationModelDataService

    Methods

    AddModelAsync(String, List<AlignableCorpusId>, CultureCode, CultureCode, TranslationModelTypes)

    Declaration
    Task<TranslationModelId> AddModelAsync(string name, List<AlignableCorpusId> corpora, CultureCode sourceCulture, CultureCode targetCulture, TranslationModelTypes modelType)
    Parameters
    Type Name Description
    System.String name
    System.Collections.Generic.List<AlignableCorpusId> corpora
    Sdl.Core.Globalization.CultureCode sourceCulture
    Sdl.Core.Globalization.CultureCode targetCulture
    TranslationModelTypes modelType
    Returns
    Type Description
    System.Threading.Tasks.Task<TranslationModelId>

    BuildModelAsync(TranslationModelId)

    Declaration
    Task BuildModelAsync(TranslationModelId translationModelId)
    Parameters
    Type Name Description
    TranslationModelId translationModelId
    Returns
    Type Description
    System.Threading.Tasks.Task

    CanBuildModelAsync(TranslationModelId)

    Declaration
    Task<bool> CanBuildModelAsync(TranslationModelId modelId)
    Parameters
    Type Name Description
    TranslationModelId modelId
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Boolean>

    ClearModelAsync(TranslationModelId)

    Declaration
    Task ClearModelAsync(TranslationModelId modelId)
    Parameters
    Type Name Description
    TranslationModelId modelId
    Returns
    Type Description
    System.Threading.Tasks.Task

    CreateSchemaAsync()

    Declaration
    Task CreateSchemaAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    DeleteModelAsync(TranslationModelId)

    Declaration
    Task DeleteModelAsync(TranslationModelId modelId)
    Parameters
    Type Name Description
    TranslationModelId modelId
    Returns
    Type Description
    System.Threading.Tasks.Task

    DropSchemaAsync()

    Declaration
    Task DropSchemaAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    ShouldBuildModelAsync(TranslationModelId)

    Declaration
    Task<bool> ShouldBuildModelAsync(TranslationModelId modelId)
    Parameters
    Type Name Description
    TranslationModelId modelId
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Boolean>

    UpdateModelAsync(TranslationModelId, String, List<AlignableCorpusId>)

    Declaration
    Task UpdateModelAsync(TranslationModelId id, string name, List<AlignableCorpusId> corpora)
    Parameters
    Type Name Description
    TranslationModelId id
    System.String name
    System.Collections.Generic.List<AlignableCorpusId> corpora
    Returns
    Type Description
    System.Threading.Tasks.Task

    On this page

    Back to top Generated by DocFX