1.0.0-preview.4 (2020-04-07)
- Renamed the first parameter of all operation methods from
inputs
todocuments
- [Breaking] Removed PII entity detection methods from
TextAnalyticsClient
as well as all associated samples and documentation - [Breaking] Replaced
TextAnalyticsApiKeyCredential
withAzureKeyCredential
(re-exported through this package from@azure/core-auth
). TextAnalyticsClient
methods now throw an error when thedocuments
parameter is not an array or empty before sending a request to the Text Analytics service.