@azure/ai-language-text 1.1.0-alpha.20230307.3 → 1.1.0-alpha.20230313.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,7 +15,6 @@
15
15
  - Abstractive Summarization
16
16
  - Custom Entity Recognition
17
17
  - Custom Document Classification
18
- - Dynamic Classification
19
18
  - Support Multiple Actions Per Document
20
19
 
21
20
  Use the client library to:
@@ -39,8 +38,9 @@ Key links:
39
38
  Please see the [Migration Guide](https://github.com/azure/azure-sdk-for-js/blob/main/sdk/cognitivelanguage/ai-language-text/MIGRATION_ai_text_analytics.md) for detailed instructions on how to update application code from version 5.x of the AI Text Analytics client library to the new AI Language Text client library.
40
39
 
41
40
  ## What's New
42
- * [Abstractive Summarization](https://github.com/azure/azure-sdk-for-js/blob/main/sdk/cognitivelanguage/ai-language-text/Samples.md#abstractive-summarization)
43
- * [Dynamic Classification](https://github.com/azure/azure-sdk-for-js/blob/main/sdk/cognitivelanguage/ai-language-text/Samples.md#dynamic-classification)
41
+
42
+ * [Abstractive Summarization](https://github.com/azure/azure-sdk-for-js/blob/main/sdk/cognitivelanguage/ai-language-text/Samples.md#abstractive-summarization):
43
+ To get started, submit a request for access [here](https://aka.ms/applyforgatedsummarizationfeatures).
44
44
  * [Script Detection](https://github.com/azure/azure-sdk-for-js/blob/main/sdk/cognitivelanguage/ai-language-text/Samples.md#language-detection)
45
45
  * [Automatic Language Detection](https://github.com/azure/azure-sdk-for-js/blob/main/sdk/cognitivelanguage/ai-language-text/Samples.md#automatic-language-detection)
46
46
  * [Entity Resolutions](https://github.com/azure/azure-sdk-for-js/blob/main/sdk/cognitivelanguage/ai-language-text/Samples.md#entity-resolutions)
@@ -199,7 +199,6 @@ if (result.error !== undefined) {
199
199
 
200
200
  ### Prebuilt Tasks
201
201
  * [Abstractive Summarization](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/cognitivelanguage/ai-language-text/samples-dev/abstractiveSummarization.ts)
202
- * [Dynamic Classification](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/cognitivelanguage/ai-language-text/samples-dev/dynamicClassification.ts)
203
202
  * [Language Detection](https://github.com/azure/azure-sdk-for-js/blob/main/sdk/cognitivelanguage/ai-language-text/Samples.md#language-detection)
204
203
  * [Entity Linking](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/cognitivelanguage/ai-language-text/samples-dev/entityLinking.ts)
205
204
  * [Entity Regconition](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/cognitivelanguage/ai-language-text/samples-dev/entityRecognition.ts)
package/dist/index.js CHANGED
@@ -41,7 +41,7 @@ const DEFAULT_COGNITIVE_SCOPE = "https://cognitiveservices.azure.com/.default";
41
41
  /**
42
42
  * @internal
43
43
  */
44
- const SDK_VERSION = "1.1.0-beta.2";
44
+ const SDK_VERSION = "1.1.0-beta.3";
45
45
  /**
46
46
  * @internal
47
47
  */
@@ -4538,7 +4538,7 @@ class GeneratedClient extends coreClient__namespace.ServiceClient {
4538
4538
  const defaults = {
4539
4539
  requestContentType: "application/json; charset=utf-8"
4540
4540
  };
4541
- const packageDetails = `azsdk-js-ai-language-text/1.1.0-beta.2`;
4541
+ const packageDetails = `azsdk-js-ai-language-text/1.1.0-beta.3`;
4542
4542
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
4543
4543
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
4544
4544
  : `${packageDetails}`;