From a2e5a19f8cf8abc1dbc0edb5953e455d61c0dd3b Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Thu, 10 Sep 2020 12:35:19 -0400 Subject: [PATCH] improve changelog based on krista's comment --- sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md b/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md index 88b2344defeb..508007b8e4cb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md +++ b/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md @@ -5,7 +5,7 @@ **New features** - We are now targeting the service's v3.1-preview API as the default. If you would like to still use version v3.0 of the service, pass in `v3.0` to the kwarg `api_version` when creating your TextAnalyticsClient -- We have added an API `recognize_pii_entities` which returns entities containing personal information for a batch of documents. Only available for API version v3.1-preview versions. +- We have added an API `recognize_pii_entities` which returns entities containing personally identifiable information for a batch of documents. Only available for API version v3.1-preview and up. - Added `offset` and `length` properties for `CategorizedEntity`, `SentenceSentiment`, and `LinkedEntityMatch`. These properties are only available for API versions v3.1-preview and up. - `length` is the number of characters in the text of these models - `offset` is the offset of the text from the start of the document