Trados Studio TM matching

Working on a Trados Studio plugin that connects with a remote MT source and want to filter the segments that are translated to just those that don't match a TM entry.  I have a Sdl.LanguagePlatform.TranslationMemory.TranslationUnit and I understand that ConfirmationLevel and Origin may be useful in determining if a TU is TM-matched, but I have not been able to find SDK documentation on Sdl.LanguagePlatform.TranslationMemory namespace though have seen Sdl.LanguagePlatform.TranslationMemoryApi namespace.  Would like more details on how these related to different matching percentages.

Has anyone seen the Sdl.LanguagePlatform.TranslationMemory.TranslationUnit namespace details?

Thanks.

Parents Reply
  • As far as I know, the only way to do this is to have the user set the option in the "search" page under the project settings..."Only show translation matches from first translation source that returns matches".  

    The downside is that it will only ever return one result, even if the user is using two or more TMs....so it's definitely suboptimal.

    The reason is that, to my knowledge, there is no way to determine in a plugin whether another provider has returned a match and/or what that match percentage is.  You can check the ConfirmationLevel of the TranslationUnit, but I think that is generally only useful to determine the status of the segment before the user navigated into it.

    So the change described above is a much welcome update...looking forward to it

Children
No Data