Skip to content

v1.22.0

Choose a tag to compare

@BriannaDelgado BriannaDelgado released this 12 Aug 01:08
· 6 commits to main since this release
88b0fe5

Added

  • Added support for using multiple glossaries in text and document translation
    via the GlossaryIds property (up to 5 glossary IDs) in TextTranslateOptions
    and DocumentTranslateOptions.
  • Added support for style rules in document translation via the StyleId
    property in DocumentTranslateOptions.
  • Added support for translation memories in document translation via the
    TranslationMemoryId and TranslationMemoryThreshold properties in
    DocumentTranslateOptions.
  • Added support for the translation memory management endpoints in the
    DeepLClient class: GetTranslationMemoryAsync(),
    ListTranslationMemorySegmentsAsync(), DeleteTranslationMemoryAsync(),
    CreateTranslationMemoryImportAsync(), UploadTranslationMemoryFileAsync(),
    CreateTranslationMemoryExportAsync(), GetTranslationMemoryJobAsync(),
    WaitUntilTranslationMemoryJobDoneAsync(),
    DownloadTranslationMemoryExportAsync(),
    ImportTranslationMemoryFromFilepathAsync() and
    ExportTranslationMemoryToFilepathAsync(), along with the
    TranslationMemorySegments, TranslationMemorySegment,
    TranslationMemoryTargetSegment, TranslationMemoryImport,
    TranslationMemoryExport, TranslationMemoryJob and
    TranslationMemoryJobResult model classes.
    Please refer to the README for usage instructions.
  • Added the CreationTime and UpdatedTime properties to
    TranslationMemoryInfo.

Fixed

  • Fixed incorrect example texts in test suite for several languages (Danish, Indonesian,
    Japanese, Portuguese, and Russian).