{
"opencollection": "1.0.0",
"info": {
"name": "Microsoft Azure AccessControlClient AccessConnector Languages API",
"version": "2020-08-01-preview"
},
"items": [
{
"info": {
"name": "Languages",
"type": "folder"
},
"items": [
{
"info": {
"name": "Microsoft Azure Gets The Set Of Languages Currently Supported By Other Operations Of The Translator",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/languages",
"headers": [
{
"name": "X-ClientTraceId",
"value": ""
},
{
"name": "Accept-Language",
"value": ""
},
{
"name": "If-None-Match",
"value": ""
}
],
"params": [
{
"name": "scope",
"value": "",
"type": "query",
"description": "A comma-separated list of names defining the group of languages to return.\nAllowed group names are: `translation`, `transliteration` and `dictionary`.\nIf no scope is given, then all groups are returned, which is equivalent to passing \n`scope=translation,transliteration,dictionary`. To decide which set of supported languages \nis appropriate for your scenario, see the description of the [response object](#response-body)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Mandatory API version parameter"
}
]
},
"docs": "Gets the set of languages currently supported by other operations of the Translator."
},
{
"info": {
"name": "Microsoft Azure Detect Language",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/languages",
"params": [
{
"name": "model-version",
"value": "",
"type": "query",
"description": "(Optional) This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. "
},
{
"name": "showStats",
"value": "",
"type": "query",
"description": "(Optional) if set to true, response will contain request and document level statistics."
}
]
},
"docs": "The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 indicate 100% certainty that the identified language is true. See the Supported languages in Text Analytics API for the list of enabled languages."
},
{
"info": {
"name": "Microsoft Azure Get Languages",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/Languages",
"headers": [
{
"name": "Accept-Language",
"value": ""
},
{
"name": "X-ClientTraceId",
"value": ""
}
],
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version of the API requested by the client. Value must be **3.0**."
},
{
"name": "scope",
"value": "",
"type": "query",
"description": "A comma-separated list of names defining the group of languages to return. Allowed group names are- `translation`, `transliteration` and `dictionary`. If no scope is given, then all groups are returned, which is equivalent to passing `scope=translation,transliteration,dictionary`. To decide which set of supported languages is appropriate for your scenario, see the description of the response object."
}
]
},
"docs": "Gets the set of languages currently supported by other operations of the Translator Text API.
**Authentication is not required to get language resources.**
# Response Body
A client uses the `scope` query parameter to define which groups of languages it is interested in.
* `scope=translation` provides languages supported to translate text from one language to another language.
* `scope=transliteration` provides capabilities for converting text in one language from one script to"
}
]
}
],
"bundled": true
}