5.1.0-beta.1 (2020-09-17)
- Added
offset
andlength
properties forCategorizedEntity
,LinkedEntityMatch
andSentenceSentiment
length
is the number of characters in the text of these modelsoffset
is the offset of the text from the start of the document
New features
- Updated Text Analytics SDK's default service API version to
v3.1-preview.2
fromv3.0
. - Added support for Personally Identifiable Information(PII) entity recognition feature.
To use this feature, you need to make sure you are using the service's v3.1-preview.1 API. - Added support for the Opinion Mining feature. To use this feature, you need to make sure you are using the
service's v3.1-preview.1 and above API. To get this support passincludeOpinionMining
astrue
in
AnalyzeSentimentOptions
when calling the sentiment analysis endpoints. - Add property
bingEntitySearchApiId
to theLinkedEntity
class. This property is only available for v3.1-preview.2
and up, and it is to be used in conjunction with the Bing Entity Search API to fetch additional relevant information
about the returned entity.