Hi,
I am working on a translation plugin which depends on MT enhanced plugin.
What we have done is to let this plugin to use different translation service.
But I have met a issue that Trados seems limited the buffer size for memory translation(less than 10 sentences per process).
Buffer size is hard coded in file TranslationMemoryLookupContentProcessor, which is under namespace Sdl.ProjectApi.AutomaticTasks.
This file seems be a build-in file of Trados, in this file, MaxBufferSize has been set to 10, and seems no api to change it.
But our translation service could serve a much more large translation task.
Could you please let me know if there is any solution to exceed this limitation?
Thanks a lot :)