...
scopeIdTranslationGlossary
→ scope containing translation glossary (as glossary.txt file). Further, the value for the preprocessing steptranslation_glossary
has to be switched to true.
Code Block |
---|
{ "TranslationConfig": { "preProcessing": [ { "name": "translation_glossary", "value": false } ], "postProcessing": [ { "name": "replace_sharp_s_with_ss", "value": true, "language": "German" }, { "name": "american_to_british", "value": true, "language": "English" } ], "streamingActivated": true, "customOutputTokenLimit": null, "temperatureTranslation": 0, "languageModelTranslation": "AZURE_GPT_4_0613", "scopeIdTranslationGlossary": "TBD", "fileNameTranslationGlossary": "glossary.txt", "languageModelLanguageDetection": "AZURE_GPT_4_0613" } } |
...