github Azure/azure-sdk-for-js @azure/ai-text-analytics_5.2.0-beta.2

latest releases: @azure-rest/ai-inference_1.0.0-beta.1, @azure-rest/ai-translation-document_1.0.0-beta.1, @azure/arm-storage_18.3.0...
pre-release2 years ago

5.2.0-beta.2 (2021-11-02)

Features Added

  • We are now targeting the service's v3.2-preview.2 API as the default instead of v3.2-preview.1.
  • Adding support for a three new actions in beginAnalyzeActions: recognizeCustomEntities, singleCategoryClassify, and multiCategoryClassify. The new actions allow you to use custom models to perform entity recognition and classification actions.

Other Changes

  • beginAnalyzeActions supports actions to be named and the name is now accessible in each action result.

  • beginAnalyzeActions supports multiple actions of the same type so you can pass a list of any particular action type, e.g.

    await client.beginAnalyzeActions(docs, { recognizePiiEntitiesActions: [
      { modelVersion: "latest", actionName: "action1" },
      { modelVersion: "2021-01-15", actionName: "action2" }] 
    });

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.