@azure/ai-language-text 1.1.0-alpha.20240823.2 → 1.1.0-alpha.20240827.1
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/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist-esm/src/azureKeyCredentialPolicy.js +1 -1
- package/dist-esm/src/azureKeyCredentialPolicy.js.map +1 -1
- package/dist-esm/src/constants.js +1 -1
- package/dist-esm/src/constants.js.map +1 -1
- package/dist-esm/src/index.js +1 -1
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/logger.js +1 -1
- package/dist-esm/src/logger.js.map +1 -1
- package/dist-esm/src/lro.js +1 -1
- package/dist-esm/src/lro.js.map +1 -1
- package/dist-esm/src/models.js +1 -1
- package/dist-esm/src/models.js.map +1 -1
- package/dist-esm/src/textAnalysisClient.js +1 -1
- package/dist-esm/src/textAnalysisClient.js.map +1 -1
- package/dist-esm/src/transforms.js +1 -1
- package/dist-esm/src/transforms.js.map +1 -1
- package/dist-esm/src/util.js +1 -1
- package/dist-esm/src/util.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -31,7 +31,7 @@ function _interopNamespaceDefault(e) {
|
|
31
31
|
var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
|
32
32
|
|
33
33
|
// Copyright (c) Microsoft Corporation.
|
34
|
-
// Licensed under the MIT
|
34
|
+
// Licensed under the MIT License.
|
35
35
|
/**
|
36
36
|
* The default AAD permissions scope for Cognitive Services.
|
37
37
|
* @internal
|
@@ -47,7 +47,7 @@ const SDK_VERSION = "1.1.0";
|
|
47
47
|
const clientName = "TextAnalysisClient";
|
48
48
|
|
49
49
|
// Copyright (c) Microsoft Corporation.
|
50
|
-
// Licensed under the MIT
|
50
|
+
// Licensed under the MIT License.
|
51
51
|
/**
|
52
52
|
* The `@azure/logger` configuration for this package.
|
53
53
|
* @internal
|
@@ -55,7 +55,7 @@ const clientName = "TextAnalysisClient";
|
|
55
55
|
const logger = logger$1.createClientLogger("ai-language-text");
|
56
56
|
|
57
57
|
// Copyright (c) Microsoft Corporation.
|
58
|
-
// Licensed under the MIT
|
58
|
+
// Licensed under the MIT License.
|
59
59
|
/**
|
60
60
|
* Given a sorted array of input objects (with a unique ID) and an unsorted array of results,
|
61
61
|
* return a sorted array of results.
|
@@ -3258,7 +3258,7 @@ const skip = {
|
|
3258
3258
|
};
|
3259
3259
|
|
3260
3260
|
// Copyright (c) Microsoft Corporation.
|
3261
|
-
// Licensed under the MIT
|
3261
|
+
// Licensed under the MIT License.
|
3262
3262
|
/**
|
3263
3263
|
* Helper function for converting nested service error to the unified
|
3264
3264
|
* TextAnalysisError
|
@@ -3638,7 +3638,7 @@ function returnErrorCustomTask(kind, error, failedOn) {
|
|
3638
3638
|
}
|
3639
3639
|
|
3640
3640
|
// Copyright (c) Microsoft Corporation.
|
3641
|
-
// Licensed under the MIT
|
3641
|
+
// Licensed under the MIT License.
|
3642
3642
|
const serializer$2 = coreClient.createSerializer(Mappers, /* isXml */ false);
|
3643
3643
|
const jobStatusOperationSpec$1 = {
|
3644
3644
|
httpMethod: "GET",
|
@@ -4022,7 +4022,7 @@ const analyzeBatchOperationSpec = {
|
|
4022
4022
|
};
|
4023
4023
|
|
4024
4024
|
// Copyright (c) Microsoft Corporation.
|
4025
|
-
// Licensed under the MIT
|
4025
|
+
// Licensed under the MIT License.
|
4026
4026
|
const API_KEY_HEADER_NAME = "Ocp-Apim-Subscription-Key";
|
4027
4027
|
/**
|
4028
4028
|
* The programmatic identifier of the textAnalyticsAzureKeyCredentialPolicy.
|
@@ -4044,7 +4044,7 @@ function textAnalyticsAzureKeyCredentialPolicy(credential) {
|
|
4044
4044
|
}
|
4045
4045
|
|
4046
4046
|
// Copyright (c) Microsoft Corporation.
|
4047
|
-
// Licensed under the MIT
|
4047
|
+
// Licensed under the MIT License.
|
4048
4048
|
/**
|
4049
4049
|
* A client for interacting with the text analysis features in Azure Cognitive
|
4050
4050
|
* Language Service.
|
@@ -4971,7 +4971,7 @@ exports.KnownExtractiveSummarizationOrderingCriteria = void 0;
|
|
4971
4971
|
})(exports.KnownExtractiveSummarizationOrderingCriteria || (exports.KnownExtractiveSummarizationOrderingCriteria = {}));
|
4972
4972
|
|
4973
4973
|
// Copyright (c) Microsoft Corporation.
|
4974
|
-
// Licensed under the MIT
|
4974
|
+
// Licensed under the MIT License.
|
4975
4975
|
/**
|
4976
4976
|
* Type of actions supported by the {@link TextAnalysisClient.analyze} method.
|
4977
4977
|
*/
|