5.2.0-beta.2 (2021-11-02)
Feature Added
- We are now targeting the service's v3.2-preview.2 API as the default instead of v3.2-preview.1.
- Multiple of the same action type is now supported with
beginAnalyzeActions
method, and the action name for each
action can be set now. - Added support for
Custom Entity Recognition
actions through theRecognizeCustomEntitiesAction
type.
This action can be used to get a custom entity recognition for an input document or batch of documents. - Added support for
Custom Single Classification
actions through theSingleCategoryClassifyAction
type.
This action can be used to get a custom classification for an input document or batch of documents. - Added support for
Custom Multiple Classification
actions through theMultiCategoryClassifyAction
type.
This action can be used to get multiple custom classifications for an input document or batch of documents.
Breaking Changes
- Renamed methods
setSentencesOrderBy()
tosetOrderBy()
andgetSentencesOrderBy()
togetOrderBy()
, in the
option bag,ExtractSummaryAction
.