You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).