Skip to content

Commit

Permalink
Update ai.text.detect-language.md
Browse files Browse the repository at this point in the history
  • Loading branch information
che-shr-cat committed Apr 30, 2020
1 parent 36579a3 commit 9771e84
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion ai.text.detect-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The response contains the detect-language results:
}
```

The detect-language intent supports bulk requests:
The detect-language intent supports bulk requests for providers with such capability (right now only `ai.text.detect-language.microsoft.text_analytics_api.2-1`):

```bash
curl -XPOST -H "Trace: true" -H "apikey: YOUR_API_KEY" "https://api.inten.to/ai/text/detect-language" -d '
Expand Down Expand Up @@ -115,6 +115,17 @@ The response contains a list of the providers available for given constraints wi
"own_auth": true,
"stock_model": true,
"custom_model": false
},
{
"id": "ai.text.detect-language.google.translate_api.v3",
"vendor": "Google Cloud",
"description": "Advanced Translation API",
"production": true,
"integrated": true,
"billable": true,
"own_auth": true,
"stock_model": true,
"custom_model": false
}
]
```
Expand Down

0 comments on commit 9771e84

Please sign in to comment.