{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Transliterate API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Transliterate", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Transliterate Text", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/transliterate", "headers": [ { "name": "X-ClientTraceId", "value": "" } ], "params": [ { "name": "language", "value": "", "type": "query", "description": "Specifies the language of the text to convert from one script to another. \nPossible languages are listed in the transliteration scope obtained by querying the service \nfor its supported languages." }, { "name": "fromScript", "value": "", "type": "query", "description": "Specifies the script used by the input text. Look up supported languages using the transliteration scope,\nto find input scripts available for the selected language." }, { "name": "toScript", "value": "", "type": "query", "description": "Specifies the output script. Look up supported languages using the transliteration scope, to find output \nscripts available for the selected combination of input language and input script." }, { "name": "api-version", "value": "", "type": "query", "description": "Mandatory API version parameter" } ] }, "docs": "Transliterate Text" } ] } ], "bundled": true }