I used Custom Translator before Feb 2021 and It works well.
However from Feb 2021 it didn't work.
It seems that I was accessing a custom Translator dictionary, but the translation result is different from that the defined dictionary.
were there anything update about specifications of Custom Translator(Azure)?
[my Custom Translator settings]
subscription: S1 tire
region: centralus
dictionary type: phrase dictionary
Language pair: Japanese - English
[defined phrase dictionary]
ja:富岳
en:Fugaku
[Requested data]
URL:https://api-apc.cognitive.microsofttranslator.com/translate/?api-version=3.0&to=en,ja&from=ja&category=XXXXXXX
Content-Type: application/json; charset=UTF-8
Ocp-Apim-Subscription-Region: centralus
Ocp-Apim-Subscription-Key: XXXXXXXXXXXXX
[request body]
[{ "text": "富岳" }]
[expected result]
Fugaku
[Actual result]
Tomitake
*Same as the translation result in the MS standard Translation dictionary.
[response headers]
Content-Type:application/json; charset=utf-8
X-MT-System: Custom,Microsoft
with other 8 columns
*It seems that I'm using a custom translation system from X-MT-System.