@azure/ai-text-analytics 5.1.1-alpha.20241204.1 → 5.1.1-alpha.20241206.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/browser/analyzeActionsResult.d.ts +200 -0
- package/dist/browser/analyzeActionsResult.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/analyzeActionsResult.js +6 -6
- package/dist/browser/analyzeActionsResult.js.map +1 -0
- package/dist/browser/analyzeHealthcareEntitiesResult.d.ts +159 -0
- package/dist/browser/analyzeHealthcareEntitiesResult.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/analyzeHealthcareEntitiesResult.js +2 -2
- package/dist/browser/analyzeHealthcareEntitiesResult.js.map +1 -0
- package/dist/browser/analyzeSentimentResult.d.ts +123 -0
- package/dist/browser/analyzeSentimentResult.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/analyzeSentimentResult.js +2 -2
- package/dist/browser/analyzeSentimentResult.js.map +1 -0
- package/dist/browser/analyzeSentimentResultArray.d.ts +24 -0
- package/dist/browser/analyzeSentimentResultArray.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/analyzeSentimentResultArray.js +2 -2
- package/dist/browser/analyzeSentimentResultArray.js.map +1 -0
- package/dist/browser/azureKeyCredentialPolicy.d.ts +9 -0
- package/dist/browser/azureKeyCredentialPolicy.d.ts.map +1 -0
- package/dist/browser/constants.d.ts +5 -0
- package/dist/browser/constants.d.ts.map +1 -0
- package/dist/browser/detectLanguageResult.d.ts +29 -0
- package/dist/browser/detectLanguageResult.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/detectLanguageResult.js +1 -1
- package/dist/browser/detectLanguageResult.js.map +1 -0
- package/dist/browser/detectLanguageResultArray.d.ts +24 -0
- package/dist/browser/detectLanguageResultArray.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/detectLanguageResultArray.js +2 -2
- package/dist/browser/detectLanguageResultArray.js.map +1 -0
- package/dist/browser/extractKeyPhrasesResult.d.ts +30 -0
- package/dist/browser/extractKeyPhrasesResult.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/extractKeyPhrasesResult.js +1 -1
- package/dist/browser/extractKeyPhrasesResult.js.map +1 -0
- package/dist/browser/extractKeyPhrasesResultArray.d.ts +24 -0
- package/dist/browser/extractKeyPhrasesResultArray.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/extractKeyPhrasesResultArray.js +2 -2
- package/dist/browser/extractKeyPhrasesResultArray.js.map +1 -0
- package/dist/browser/generated/generatedClient.d.ts +99 -0
- package/dist/browser/generated/generatedClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/generatedClient.js +2 -2
- package/dist/browser/generated/generatedClient.js.map +1 -0
- package/dist/browser/generated/index.d.ts +3 -0
- package/dist/browser/generated/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/index.js +2 -2
- package/dist/browser/generated/index.js.map +1 -0
- package/dist/browser/generated/models/index.d.ts +1498 -0
- package/dist/browser/generated/models/index.d.ts.map +1 -0
- package/dist/browser/generated/models/mappers.d.ts +83 -0
- package/dist/browser/generated/models/mappers.d.ts.map +1 -0
- package/dist/browser/generated/models/parameters.d.ts +20 -0
- package/dist/browser/generated/models/parameters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/models/parameters.js +1 -1
- package/dist/browser/generated/models/parameters.js.map +1 -0
- package/dist/browser/index.d.ts +21 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +2 -2
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +6 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/lro/analyze/operation.d.ts +95 -0
- package/dist/browser/lro/analyze/operation.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/lro/analyze/operation.js +4 -4
- package/dist/browser/lro/analyze/operation.js.map +1 -0
- package/dist/browser/lro/analyze/poller.d.ts +27 -0
- package/dist/browser/lro/analyze/poller.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/lro/analyze/poller.js +3 -3
- package/dist/browser/lro/analyze/poller.js.map +1 -0
- package/dist/browser/lro/health/operation.d.ts +73 -0
- package/dist/browser/lro/health/operation.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/lro/health/operation.js +4 -4
- package/dist/browser/lro/health/operation.js.map +1 -0
- package/dist/browser/lro/health/poller.d.ts +85 -0
- package/dist/browser/lro/health/poller.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/lro/health/poller.js +3 -3
- package/dist/browser/lro/health/poller.js.map +1 -0
- package/dist/browser/lro/poller.d.ts +83 -0
- package/dist/browser/lro/poller.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/lro/poller.js +1 -1
- package/dist/browser/lro/poller.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/recognizeCategorizedEntitiesResult.d.ts +35 -0
- package/dist/browser/recognizeCategorizedEntitiesResult.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/recognizeCategorizedEntitiesResult.js +1 -1
- package/dist/browser/recognizeCategorizedEntitiesResult.js.map +1 -0
- package/dist/browser/recognizeCategorizedEntitiesResultArray.d.ts +24 -0
- package/dist/browser/recognizeCategorizedEntitiesResultArray.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/recognizeCategorizedEntitiesResultArray.js +2 -2
- package/dist/browser/recognizeCategorizedEntitiesResultArray.js.map +1 -0
- package/dist/browser/recognizeLinkedEntitiesResult.d.ts +29 -0
- package/dist/browser/recognizeLinkedEntitiesResult.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/recognizeLinkedEntitiesResult.js +1 -1
- package/dist/browser/recognizeLinkedEntitiesResult.js.map +1 -0
- package/dist/browser/recognizeLinkedEntitiesResultArray.d.ts +24 -0
- package/dist/browser/recognizeLinkedEntitiesResultArray.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/recognizeLinkedEntitiesResultArray.js +2 -2
- package/dist/browser/recognizeLinkedEntitiesResultArray.js.map +1 -0
- package/dist/browser/recognizePiiEntitiesResult.d.ts +39 -0
- package/dist/browser/recognizePiiEntitiesResult.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/recognizePiiEntitiesResult.js +1 -1
- package/dist/browser/recognizePiiEntitiesResult.js.map +1 -0
- package/dist/browser/recognizePiiEntitiesResultArray.d.ts +24 -0
- package/dist/browser/recognizePiiEntitiesResultArray.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/recognizePiiEntitiesResultArray.js +2 -2
- package/dist/browser/recognizePiiEntitiesResultArray.js.map +1 -0
- package/dist/browser/textAnalyticsAction.d.ts +15 -0
- package/dist/browser/textAnalyticsAction.d.ts.map +1 -0
- package/dist/browser/textAnalyticsClient.d.ts +473 -0
- package/dist/browser/textAnalyticsClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/textAnalyticsClient.js +13 -13
- package/dist/browser/textAnalyticsClient.js.map +1 -0
- package/dist/browser/textAnalyticsOperationOptions.d.ts +26 -0
- package/dist/browser/textAnalyticsOperationOptions.d.ts.map +1 -0
- package/dist/browser/textAnalyticsResult.d.ts +136 -0
- package/dist/browser/textAnalyticsResult.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/textAnalyticsResult.js +1 -1
- package/dist/browser/textAnalyticsResult.js.map +1 -0
- package/dist/browser/util.d.ts +112 -0
- package/dist/browser/util.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/util.js +1 -1
- package/dist/browser/util.js.map +1 -0
- package/dist/commonjs/analyzeActionsResult.d.ts +200 -0
- package/dist/commonjs/analyzeActionsResult.d.ts.map +1 -0
- package/dist/commonjs/analyzeActionsResult.js +161 -0
- package/dist/commonjs/analyzeActionsResult.js.map +1 -0
- package/dist/commonjs/analyzeHealthcareEntitiesResult.d.ts +159 -0
- package/dist/commonjs/analyzeHealthcareEntitiesResult.d.ts.map +1 -0
- package/dist/commonjs/analyzeHealthcareEntitiesResult.js +57 -0
- package/dist/commonjs/analyzeHealthcareEntitiesResult.js.map +1 -0
- package/dist/commonjs/analyzeSentimentResult.d.ts +123 -0
- package/dist/commonjs/analyzeSentimentResult.d.ts.map +1 -0
- package/dist/commonjs/analyzeSentimentResult.js +78 -0
- package/dist/commonjs/analyzeSentimentResult.js.map +1 -0
- package/dist/commonjs/analyzeSentimentResultArray.d.ts +24 -0
- package/dist/commonjs/analyzeSentimentResultArray.d.ts.map +1 -0
- package/dist/commonjs/analyzeSentimentResultArray.js +14 -0
- package/dist/commonjs/analyzeSentimentResultArray.js.map +1 -0
- package/dist/commonjs/azureKeyCredentialPolicy.d.ts +9 -0
- package/dist/commonjs/azureKeyCredentialPolicy.d.ts.map +1 -0
- package/dist/commonjs/azureKeyCredentialPolicy.js +25 -0
- package/dist/commonjs/azureKeyCredentialPolicy.js.map +1 -0
- package/dist/commonjs/constants.d.ts +5 -0
- package/dist/commonjs/constants.d.ts.map +1 -0
- package/dist/commonjs/constants.js +10 -0
- package/dist/commonjs/constants.js.map +1 -0
- package/dist/commonjs/detectLanguageResult.d.ts +29 -0
- package/dist/commonjs/detectLanguageResult.d.ts.map +1 -0
- package/dist/commonjs/detectLanguageResult.js +21 -0
- package/dist/commonjs/detectLanguageResult.js.map +1 -0
- package/dist/commonjs/detectLanguageResultArray.d.ts +24 -0
- package/dist/commonjs/detectLanguageResultArray.d.ts.map +1 -0
- package/dist/commonjs/detectLanguageResultArray.js +14 -0
- package/dist/commonjs/detectLanguageResultArray.js.map +1 -0
- package/dist/commonjs/extractKeyPhrasesResult.d.ts +30 -0
- package/dist/commonjs/extractKeyPhrasesResult.d.ts.map +1 -0
- package/dist/commonjs/extractKeyPhrasesResult.js +21 -0
- package/dist/commonjs/extractKeyPhrasesResult.js.map +1 -0
- package/dist/commonjs/extractKeyPhrasesResultArray.d.ts +24 -0
- package/dist/commonjs/extractKeyPhrasesResultArray.d.ts.map +1 -0
- package/dist/commonjs/extractKeyPhrasesResultArray.js +14 -0
- package/dist/commonjs/extractKeyPhrasesResultArray.js.map +1 -0
- package/dist/commonjs/generated/generatedClient.d.ts +99 -0
- package/dist/commonjs/generated/generatedClient.d.ts.map +1 -0
- package/dist/commonjs/generated/generatedClient.js +416 -0
- package/dist/commonjs/generated/generatedClient.js.map +1 -0
- package/dist/commonjs/generated/index.d.ts +3 -0
- package/dist/commonjs/generated/index.d.ts.map +1 -0
- package/dist/commonjs/generated/index.js +15 -0
- package/dist/commonjs/generated/index.js.map +1 -0
- package/dist/commonjs/generated/models/index.d.ts +1498 -0
- package/dist/commonjs/generated/models/index.d.ts.map +1 -0
- package/dist/commonjs/generated/models/index.js +525 -0
- package/dist/commonjs/generated/models/index.js.map +1 -0
- package/dist/commonjs/generated/models/mappers.d.ts +83 -0
- package/dist/commonjs/generated/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/generated/models/mappers.js +2441 -0
- package/dist/commonjs/generated/models/mappers.js.map +1 -0
- package/dist/commonjs/generated/models/parameters.d.ts +20 -0
- package/dist/commonjs/generated/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/generated/models/parameters.js +188 -0
- package/dist/commonjs/generated/models/parameters.js.map +1 -0
- package/dist/commonjs/index.d.ts +21 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +16 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +6 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +12 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/lro/analyze/operation.d.ts +95 -0
- package/dist/commonjs/lro/analyze/operation.d.ts.map +1 -0
- package/dist/commonjs/lro/analyze/operation.js +171 -0
- package/dist/commonjs/lro/analyze/operation.js.map +1 -0
- package/dist/commonjs/lro/analyze/poller.d.ts +27 -0
- package/dist/commonjs/lro/analyze/poller.d.ts.map +1 -0
- package/dist/commonjs/lro/analyze/poller.js +30 -0
- package/dist/commonjs/lro/analyze/poller.js.map +1 -0
- package/dist/commonjs/lro/health/operation.d.ts +73 -0
- package/dist/commonjs/lro/health/operation.d.ts.map +1 -0
- package/dist/commonjs/lro/health/operation.js +201 -0
- package/dist/commonjs/lro/health/operation.js.map +1 -0
- package/dist/commonjs/lro/health/poller.d.ts +85 -0
- package/dist/commonjs/lro/health/poller.d.ts.map +1 -0
- package/dist/commonjs/lro/health/poller.js +30 -0
- package/dist/commonjs/lro/health/poller.js.map +1 -0
- package/dist/commonjs/lro/poller.d.ts +83 -0
- package/dist/commonjs/lro/poller.d.ts.map +1 -0
- package/dist/commonjs/lro/poller.js +46 -0
- package/dist/commonjs/lro/poller.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/recognizeCategorizedEntitiesResult.d.ts +35 -0
- package/dist/commonjs/recognizeCategorizedEntitiesResult.d.ts.map +1 -0
- package/dist/commonjs/recognizeCategorizedEntitiesResult.js +21 -0
- package/dist/commonjs/recognizeCategorizedEntitiesResult.js.map +1 -0
- package/dist/commonjs/recognizeCategorizedEntitiesResultArray.d.ts +24 -0
- package/dist/commonjs/recognizeCategorizedEntitiesResultArray.d.ts.map +1 -0
- package/dist/commonjs/recognizeCategorizedEntitiesResultArray.js +14 -0
- package/dist/commonjs/recognizeCategorizedEntitiesResultArray.js.map +1 -0
- package/dist/commonjs/recognizeLinkedEntitiesResult.d.ts +29 -0
- package/dist/commonjs/recognizeLinkedEntitiesResult.d.ts.map +1 -0
- package/dist/commonjs/recognizeLinkedEntitiesResult.js +21 -0
- package/dist/commonjs/recognizeLinkedEntitiesResult.js.map +1 -0
- package/dist/commonjs/recognizeLinkedEntitiesResultArray.d.ts +24 -0
- package/dist/commonjs/recognizeLinkedEntitiesResultArray.d.ts.map +1 -0
- package/dist/commonjs/recognizeLinkedEntitiesResultArray.js +14 -0
- package/dist/commonjs/recognizeLinkedEntitiesResultArray.js.map +1 -0
- package/dist/commonjs/recognizePiiEntitiesResult.d.ts +39 -0
- package/dist/commonjs/recognizePiiEntitiesResult.d.ts.map +1 -0
- package/dist/commonjs/recognizePiiEntitiesResult.js +22 -0
- package/dist/commonjs/recognizePiiEntitiesResult.js.map +1 -0
- package/dist/commonjs/recognizePiiEntitiesResultArray.d.ts +24 -0
- package/dist/commonjs/recognizePiiEntitiesResultArray.d.ts.map +1 -0
- package/dist/commonjs/recognizePiiEntitiesResultArray.js +14 -0
- package/dist/commonjs/recognizePiiEntitiesResultArray.js.map +1 -0
- package/dist/commonjs/textAnalyticsAction.d.ts +15 -0
- package/dist/commonjs/textAnalyticsAction.d.ts.map +1 -0
- package/dist/commonjs/textAnalyticsAction.js +5 -0
- package/dist/commonjs/textAnalyticsAction.js.map +1 -0
- package/dist/commonjs/textAnalyticsClient.d.ts +473 -0
- package/dist/commonjs/textAnalyticsClient.d.ts.map +1 -0
- package/dist/commonjs/textAnalyticsClient.js +417 -0
- package/dist/commonjs/textAnalyticsClient.js.map +1 -0
- package/dist/commonjs/textAnalyticsOperationOptions.d.ts +26 -0
- package/dist/commonjs/textAnalyticsOperationOptions.d.ts.map +1 -0
- package/dist/commonjs/textAnalyticsOperationOptions.js +5 -0
- package/dist/commonjs/textAnalyticsOperationOptions.js.map +1 -0
- package/dist/commonjs/textAnalyticsResult.d.ts +136 -0
- package/dist/commonjs/textAnalyticsResult.d.ts.map +1 -0
- package/dist/commonjs/textAnalyticsResult.js +75 -0
- package/dist/commonjs/textAnalyticsResult.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/commonjs/util.d.ts +112 -0
- package/dist/commonjs/util.d.ts.map +1 -0
- package/dist/commonjs/util.js +217 -0
- package/dist/commonjs/util.js.map +1 -0
- package/dist/esm/analyzeActionsResult.d.ts +200 -0
- package/dist/esm/analyzeActionsResult.d.ts.map +1 -0
- package/dist/esm/analyzeActionsResult.js +157 -0
- package/dist/esm/analyzeActionsResult.js.map +1 -0
- package/dist/esm/analyzeHealthcareEntitiesResult.d.ts +159 -0
- package/dist/esm/analyzeHealthcareEntitiesResult.d.ts.map +1 -0
- package/dist/esm/analyzeHealthcareEntitiesResult.js +53 -0
- package/dist/esm/analyzeHealthcareEntitiesResult.js.map +1 -0
- package/dist/esm/analyzeSentimentResult.d.ts +123 -0
- package/dist/esm/analyzeSentimentResult.d.ts.map +1 -0
- package/dist/esm/analyzeSentimentResult.js +74 -0
- package/dist/esm/analyzeSentimentResult.js.map +1 -0
- package/dist/esm/analyzeSentimentResultArray.d.ts +24 -0
- package/dist/esm/analyzeSentimentResultArray.d.ts.map +1 -0
- package/dist/esm/analyzeSentimentResultArray.js +11 -0
- package/dist/esm/analyzeSentimentResultArray.js.map +1 -0
- package/dist/esm/azureKeyCredentialPolicy.d.ts +9 -0
- package/dist/esm/azureKeyCredentialPolicy.d.ts.map +1 -0
- package/dist/esm/azureKeyCredentialPolicy.js +22 -0
- package/dist/esm/azureKeyCredentialPolicy.js.map +1 -0
- package/dist/esm/constants.d.ts +5 -0
- package/dist/esm/constants.d.ts.map +1 -0
- package/dist/esm/constants.js +7 -0
- package/dist/esm/constants.js.map +1 -0
- package/dist/esm/detectLanguageResult.d.ts +29 -0
- package/dist/esm/detectLanguageResult.d.ts.map +1 -0
- package/dist/esm/detectLanguageResult.js +17 -0
- package/dist/esm/detectLanguageResult.js.map +1 -0
- package/dist/esm/detectLanguageResultArray.d.ts +24 -0
- package/dist/esm/detectLanguageResultArray.d.ts.map +1 -0
- package/dist/esm/detectLanguageResultArray.js +11 -0
- package/dist/esm/detectLanguageResultArray.js.map +1 -0
- package/dist/esm/extractKeyPhrasesResult.d.ts +30 -0
- package/dist/esm/extractKeyPhrasesResult.d.ts.map +1 -0
- package/dist/esm/extractKeyPhrasesResult.js +17 -0
- package/dist/esm/extractKeyPhrasesResult.js.map +1 -0
- package/dist/esm/extractKeyPhrasesResultArray.d.ts +24 -0
- package/dist/esm/extractKeyPhrasesResultArray.d.ts.map +1 -0
- package/dist/esm/extractKeyPhrasesResultArray.js +11 -0
- package/dist/esm/extractKeyPhrasesResultArray.js.map +1 -0
- package/dist/esm/generated/generatedClient.d.ts +99 -0
- package/dist/esm/generated/generatedClient.d.ts.map +1 -0
- package/dist/esm/generated/generatedClient.js +411 -0
- package/dist/esm/generated/generatedClient.js.map +1 -0
- package/dist/esm/generated/index.d.ts +3 -0
- package/dist/esm/generated/index.d.ts.map +1 -0
- package/dist/esm/generated/index.js +10 -0
- package/dist/esm/generated/index.js.map +1 -0
- package/dist/esm/generated/models/index.d.ts +1498 -0
- package/dist/esm/generated/models/index.d.ts.map +1 -0
- package/dist/esm/generated/models/index.js +522 -0
- package/dist/esm/generated/models/index.js.map +1 -0
- package/dist/esm/generated/models/mappers.d.ts +83 -0
- package/dist/esm/generated/models/mappers.d.ts.map +1 -0
- package/dist/esm/generated/models/mappers.js +2437 -0
- package/dist/esm/generated/models/mappers.js.map +1 -0
- package/dist/esm/generated/models/parameters.d.ts +20 -0
- package/dist/esm/generated/models/parameters.d.ts.map +1 -0
- package/dist/esm/generated/models/parameters.js +185 -0
- package/dist/esm/generated/models/parameters.js.map +1 -0
- package/dist/esm/index.d.ts +21 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +7 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +6 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +9 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/lro/analyze/operation.d.ts +95 -0
- package/dist/esm/lro/analyze/operation.d.ts.map +1 -0
- package/dist/esm/lro/analyze/operation.js +167 -0
- package/dist/esm/lro/analyze/operation.js.map +1 -0
- package/dist/esm/lro/analyze/poller.d.ts +27 -0
- package/dist/esm/lro/analyze/poller.d.ts.map +1 -0
- package/dist/esm/lro/analyze/poller.js +26 -0
- package/dist/esm/lro/analyze/poller.js.map +1 -0
- package/dist/esm/lro/health/operation.d.ts +73 -0
- package/dist/esm/lro/health/operation.d.ts.map +1 -0
- package/dist/esm/lro/health/operation.js +197 -0
- package/dist/esm/lro/health/operation.js.map +1 -0
- package/dist/esm/lro/health/poller.d.ts +85 -0
- package/dist/esm/lro/health/poller.d.ts.map +1 -0
- package/dist/esm/lro/health/poller.js +26 -0
- package/dist/esm/lro/health/poller.js.map +1 -0
- package/dist/esm/lro/poller.d.ts +83 -0
- package/dist/esm/lro/poller.d.ts.map +1 -0
- package/dist/esm/lro/poller.js +41 -0
- package/dist/esm/lro/poller.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/recognizeCategorizedEntitiesResult.d.ts +35 -0
- package/dist/esm/recognizeCategorizedEntitiesResult.d.ts.map +1 -0
- package/dist/esm/recognizeCategorizedEntitiesResult.js +17 -0
- package/dist/esm/recognizeCategorizedEntitiesResult.js.map +1 -0
- package/dist/esm/recognizeCategorizedEntitiesResultArray.d.ts +24 -0
- package/dist/esm/recognizeCategorizedEntitiesResultArray.d.ts.map +1 -0
- package/dist/esm/recognizeCategorizedEntitiesResultArray.js +11 -0
- package/dist/esm/recognizeCategorizedEntitiesResultArray.js.map +1 -0
- package/dist/esm/recognizeLinkedEntitiesResult.d.ts +29 -0
- package/dist/esm/recognizeLinkedEntitiesResult.d.ts.map +1 -0
- package/dist/esm/recognizeLinkedEntitiesResult.js +17 -0
- package/dist/esm/recognizeLinkedEntitiesResult.js.map +1 -0
- package/dist/esm/recognizeLinkedEntitiesResultArray.d.ts +24 -0
- package/dist/esm/recognizeLinkedEntitiesResultArray.d.ts.map +1 -0
- package/dist/esm/recognizeLinkedEntitiesResultArray.js +11 -0
- package/dist/esm/recognizeLinkedEntitiesResultArray.js.map +1 -0
- package/dist/esm/recognizePiiEntitiesResult.d.ts +39 -0
- package/dist/esm/recognizePiiEntitiesResult.d.ts.map +1 -0
- package/dist/esm/recognizePiiEntitiesResult.js +18 -0
- package/dist/esm/recognizePiiEntitiesResult.js.map +1 -0
- package/dist/esm/recognizePiiEntitiesResultArray.d.ts +24 -0
- package/dist/esm/recognizePiiEntitiesResultArray.d.ts.map +1 -0
- package/dist/esm/recognizePiiEntitiesResultArray.js +11 -0
- package/dist/esm/recognizePiiEntitiesResultArray.js.map +1 -0
- package/dist/esm/textAnalyticsAction.d.ts +15 -0
- package/dist/esm/textAnalyticsAction.d.ts.map +1 -0
- package/dist/esm/textAnalyticsAction.js +4 -0
- package/dist/esm/textAnalyticsAction.js.map +1 -0
- package/dist/esm/textAnalyticsClient.d.ts +473 -0
- package/dist/esm/textAnalyticsClient.d.ts.map +1 -0
- package/dist/esm/textAnalyticsClient.js +413 -0
- package/dist/esm/textAnalyticsClient.js.map +1 -0
- package/dist/esm/textAnalyticsOperationOptions.d.ts +26 -0
- package/dist/esm/textAnalyticsOperationOptions.d.ts.map +1 -0
- package/dist/esm/textAnalyticsOperationOptions.js +4 -0
- package/dist/esm/textAnalyticsOperationOptions.js.map +1 -0
- package/dist/esm/textAnalyticsResult.d.ts +136 -0
- package/dist/esm/textAnalyticsResult.d.ts.map +1 -0
- package/dist/esm/textAnalyticsResult.js +68 -0
- package/dist/esm/textAnalyticsResult.js.map +1 -0
- package/dist/esm/util.d.ts +112 -0
- package/dist/esm/util.d.ts.map +1 -0
- package/dist/esm/util.js +201 -0
- package/dist/esm/util.js.map +1 -0
- package/dist/react-native/analyzeActionsResult.d.ts +200 -0
- package/dist/react-native/analyzeActionsResult.d.ts.map +1 -0
- package/dist/react-native/analyzeActionsResult.js +157 -0
- package/dist/react-native/analyzeActionsResult.js.map +1 -0
- package/dist/react-native/analyzeHealthcareEntitiesResult.d.ts +159 -0
- package/dist/react-native/analyzeHealthcareEntitiesResult.d.ts.map +1 -0
- package/dist/react-native/analyzeHealthcareEntitiesResult.js +53 -0
- package/dist/react-native/analyzeHealthcareEntitiesResult.js.map +1 -0
- package/dist/react-native/analyzeSentimentResult.d.ts +123 -0
- package/dist/react-native/analyzeSentimentResult.d.ts.map +1 -0
- package/dist/react-native/analyzeSentimentResult.js +74 -0
- package/dist/react-native/analyzeSentimentResult.js.map +1 -0
- package/dist/react-native/analyzeSentimentResultArray.d.ts +24 -0
- package/dist/react-native/analyzeSentimentResultArray.d.ts.map +1 -0
- package/dist/react-native/analyzeSentimentResultArray.js +11 -0
- package/dist/react-native/analyzeSentimentResultArray.js.map +1 -0
- package/dist/react-native/azureKeyCredentialPolicy.d.ts +9 -0
- package/dist/react-native/azureKeyCredentialPolicy.d.ts.map +1 -0
- package/dist/react-native/azureKeyCredentialPolicy.js +22 -0
- package/dist/react-native/azureKeyCredentialPolicy.js.map +1 -0
- package/dist/react-native/constants.d.ts +5 -0
- package/dist/react-native/constants.d.ts.map +1 -0
- package/dist/react-native/constants.js +7 -0
- package/dist/react-native/constants.js.map +1 -0
- package/dist/react-native/detectLanguageResult.d.ts +29 -0
- package/dist/react-native/detectLanguageResult.d.ts.map +1 -0
- package/dist/react-native/detectLanguageResult.js +17 -0
- package/dist/react-native/detectLanguageResult.js.map +1 -0
- package/dist/react-native/detectLanguageResultArray.d.ts +24 -0
- package/dist/react-native/detectLanguageResultArray.d.ts.map +1 -0
- package/dist/react-native/detectLanguageResultArray.js +11 -0
- package/dist/react-native/detectLanguageResultArray.js.map +1 -0
- package/dist/react-native/extractKeyPhrasesResult.d.ts +30 -0
- package/dist/react-native/extractKeyPhrasesResult.d.ts.map +1 -0
- package/dist/react-native/extractKeyPhrasesResult.js +17 -0
- package/dist/react-native/extractKeyPhrasesResult.js.map +1 -0
- package/dist/react-native/extractKeyPhrasesResultArray.d.ts +24 -0
- package/dist/react-native/extractKeyPhrasesResultArray.d.ts.map +1 -0
- package/dist/react-native/extractKeyPhrasesResultArray.js +11 -0
- package/dist/react-native/extractKeyPhrasesResultArray.js.map +1 -0
- package/dist/react-native/generated/generatedClient.d.ts +99 -0
- package/dist/react-native/generated/generatedClient.d.ts.map +1 -0
- package/dist/react-native/generated/generatedClient.js +411 -0
- package/dist/react-native/generated/generatedClient.js.map +1 -0
- package/dist/react-native/generated/index.d.ts +3 -0
- package/dist/react-native/generated/index.d.ts.map +1 -0
- package/dist/react-native/generated/index.js +10 -0
- package/dist/react-native/generated/index.js.map +1 -0
- package/dist/react-native/generated/models/index.d.ts +1498 -0
- package/dist/react-native/generated/models/index.d.ts.map +1 -0
- package/dist/react-native/generated/models/index.js +522 -0
- package/dist/react-native/generated/models/index.js.map +1 -0
- package/dist/react-native/generated/models/mappers.d.ts +83 -0
- package/dist/react-native/generated/models/mappers.d.ts.map +1 -0
- package/dist/react-native/generated/models/mappers.js +2437 -0
- package/dist/react-native/generated/models/mappers.js.map +1 -0
- package/dist/react-native/generated/models/parameters.d.ts +20 -0
- package/dist/react-native/generated/models/parameters.d.ts.map +1 -0
- package/dist/react-native/generated/models/parameters.js +185 -0
- package/dist/react-native/generated/models/parameters.js.map +1 -0
- package/dist/react-native/index.d.ts +21 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +7 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +6 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +9 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/lro/analyze/operation.d.ts +95 -0
- package/dist/react-native/lro/analyze/operation.d.ts.map +1 -0
- package/dist/react-native/lro/analyze/operation.js +167 -0
- package/dist/react-native/lro/analyze/operation.js.map +1 -0
- package/dist/react-native/lro/analyze/poller.d.ts +27 -0
- package/dist/react-native/lro/analyze/poller.d.ts.map +1 -0
- package/dist/react-native/lro/analyze/poller.js +26 -0
- package/dist/react-native/lro/analyze/poller.js.map +1 -0
- package/dist/react-native/lro/health/operation.d.ts +73 -0
- package/dist/react-native/lro/health/operation.d.ts.map +1 -0
- package/dist/react-native/lro/health/operation.js +197 -0
- package/dist/react-native/lro/health/operation.js.map +1 -0
- package/dist/react-native/lro/health/poller.d.ts +85 -0
- package/dist/react-native/lro/health/poller.d.ts.map +1 -0
- package/dist/react-native/lro/health/poller.js +26 -0
- package/dist/react-native/lro/health/poller.js.map +1 -0
- package/dist/react-native/lro/poller.d.ts +83 -0
- package/dist/react-native/lro/poller.d.ts.map +1 -0
- package/dist/react-native/lro/poller.js +41 -0
- package/dist/react-native/lro/poller.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/recognizeCategorizedEntitiesResult.d.ts +35 -0
- package/dist/react-native/recognizeCategorizedEntitiesResult.d.ts.map +1 -0
- package/dist/react-native/recognizeCategorizedEntitiesResult.js +17 -0
- package/dist/react-native/recognizeCategorizedEntitiesResult.js.map +1 -0
- package/dist/react-native/recognizeCategorizedEntitiesResultArray.d.ts +24 -0
- package/dist/react-native/recognizeCategorizedEntitiesResultArray.d.ts.map +1 -0
- package/dist/react-native/recognizeCategorizedEntitiesResultArray.js +11 -0
- package/dist/react-native/recognizeCategorizedEntitiesResultArray.js.map +1 -0
- package/dist/react-native/recognizeLinkedEntitiesResult.d.ts +29 -0
- package/dist/react-native/recognizeLinkedEntitiesResult.d.ts.map +1 -0
- package/dist/react-native/recognizeLinkedEntitiesResult.js +17 -0
- package/dist/react-native/recognizeLinkedEntitiesResult.js.map +1 -0
- package/dist/react-native/recognizeLinkedEntitiesResultArray.d.ts +24 -0
- package/dist/react-native/recognizeLinkedEntitiesResultArray.d.ts.map +1 -0
- package/dist/react-native/recognizeLinkedEntitiesResultArray.js +11 -0
- package/dist/react-native/recognizeLinkedEntitiesResultArray.js.map +1 -0
- package/dist/react-native/recognizePiiEntitiesResult.d.ts +39 -0
- package/dist/react-native/recognizePiiEntitiesResult.d.ts.map +1 -0
- package/dist/react-native/recognizePiiEntitiesResult.js +18 -0
- package/dist/react-native/recognizePiiEntitiesResult.js.map +1 -0
- package/dist/react-native/recognizePiiEntitiesResultArray.d.ts +24 -0
- package/dist/react-native/recognizePiiEntitiesResultArray.d.ts.map +1 -0
- package/dist/react-native/recognizePiiEntitiesResultArray.js +11 -0
- package/dist/react-native/recognizePiiEntitiesResultArray.js.map +1 -0
- package/dist/react-native/textAnalyticsAction.d.ts +15 -0
- package/dist/react-native/textAnalyticsAction.d.ts.map +1 -0
- package/dist/react-native/textAnalyticsAction.js +4 -0
- package/dist/react-native/textAnalyticsAction.js.map +1 -0
- package/dist/react-native/textAnalyticsClient.d.ts +473 -0
- package/dist/react-native/textAnalyticsClient.d.ts.map +1 -0
- package/dist/react-native/textAnalyticsClient.js +413 -0
- package/dist/react-native/textAnalyticsClient.js.map +1 -0
- package/dist/react-native/textAnalyticsOperationOptions.d.ts +26 -0
- package/dist/react-native/textAnalyticsOperationOptions.d.ts.map +1 -0
- package/dist/react-native/textAnalyticsOperationOptions.js +4 -0
- package/dist/react-native/textAnalyticsOperationOptions.js.map +1 -0
- package/dist/react-native/textAnalyticsResult.d.ts +136 -0
- package/dist/react-native/textAnalyticsResult.d.ts.map +1 -0
- package/dist/react-native/textAnalyticsResult.js +68 -0
- package/dist/react-native/textAnalyticsResult.js.map +1 -0
- package/dist/react-native/util.d.ts +112 -0
- package/dist/react-native/util.d.ts.map +1 -0
- package/dist/react-native/util.js +201 -0
- package/dist/react-native/util.js.map +1 -0
- package/package.json +68 -53
- package/dist/index.js +0 -5219
- package/dist/index.js.map +0 -1
- package/dist-esm/src/analyzeActionsResult.js.map +0 -1
- package/dist-esm/src/analyzeHealthcareEntitiesResult.js.map +0 -1
- package/dist-esm/src/analyzeSentimentResult.js.map +0 -1
- package/dist-esm/src/analyzeSentimentResultArray.js.map +0 -1
- package/dist-esm/src/detectLanguageResult.js.map +0 -1
- package/dist-esm/src/detectLanguageResultArray.js.map +0 -1
- package/dist-esm/src/extractKeyPhrasesResult.js.map +0 -1
- package/dist-esm/src/extractKeyPhrasesResultArray.js.map +0 -1
- package/dist-esm/src/generated/generatedClient.js.map +0 -1
- package/dist-esm/src/generated/index.js.map +0 -1
- package/dist-esm/src/generated/models/parameters.js.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lro/analyze/operation.js.map +0 -1
- package/dist-esm/src/lro/analyze/poller.js.map +0 -1
- package/dist-esm/src/lro/health/operation.js.map +0 -1
- package/dist-esm/src/lro/health/poller.js.map +0 -1
- package/dist-esm/src/lro/poller.js.map +0 -1
- package/dist-esm/src/recognizeCategorizedEntitiesResult.js.map +0 -1
- package/dist-esm/src/recognizeCategorizedEntitiesResultArray.js.map +0 -1
- package/dist-esm/src/recognizeLinkedEntitiesResult.js.map +0 -1
- package/dist-esm/src/recognizeLinkedEntitiesResultArray.js.map +0 -1
- package/dist-esm/src/recognizePiiEntitiesResult.js.map +0 -1
- package/dist-esm/src/recognizePiiEntitiesResultArray.js.map +0 -1
- package/dist-esm/src/textAnalyticsClient.js.map +0 -1
- package/dist-esm/src/textAnalyticsResult.js.map +0 -1
- package/dist-esm/src/util.js.map +0 -1
- package/types/ai-text-analytics.d.ts +0 -1971
- /package/{dist-esm/src → dist/browser}/azureKeyCredentialPolicy.js +0 -0
- /package/{dist-esm/src → dist/browser}/azureKeyCredentialPolicy.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/constants.js +0 -0
- /package/{dist-esm/src → dist/browser}/constants.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/generated/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/models/index.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/generated/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/models/mappers.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/logger.js +0 -0
- /package/{dist-esm/src → dist/browser}/logger.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/textAnalyticsAction.js +0 -0
- /package/{dist-esm/src → dist/browser}/textAnalyticsAction.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/textAnalyticsOperationOptions.js +0 -0
- /package/{dist-esm/src → dist/browser}/textAnalyticsOperationOptions.js.map +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport interface JobDescriptor {\n /** Optional display name for the analysis job. */\n displayName?: string;\n}\n\nexport interface AnalysisInput {\n /** Contains a set of input documents to be analyzed by the service. */\n analysisInput: MultiLanguageBatchInput;\n}\n\n/** Contains a set of input documents to be analyzed by the service. */\nexport interface MultiLanguageBatchInput {\n /** The set of documents to process as part of this batch. */\n documents: TextDocumentInput[];\n}\n\n/** An object representing an individual text document to be analyzed by the Text Analytics service. The document contains a unique document ID, the full text of the document, and the language of the document's text. */\nexport interface TextDocumentInput {\n /** A unique, non-empty document identifier. */\n id: string;\n /** The input text to process. */\n text: string;\n /** (Optional) This is the 2 letter ISO 639-1 representation of a language. For example, use \"en\" for English; \"es\" for Spanish etc. If not set, use \"en\" for English as default. */\n language?: string;\n}\n\nexport interface JobManifest {\n /** The set of tasks to execute on the input documents. Cannot specify the same task more than once. */\n tasks: JobManifestTasks;\n}\n\n/** The set of tasks to execute on the input documents. Cannot specify the same task more than once. */\nexport interface JobManifestTasks {\n entityRecognitionTasks?: EntitiesTask[];\n entityRecognitionPiiTasks?: PiiTask[];\n keyPhraseExtractionTasks?: KeyPhrasesTask[];\n entityLinkingTasks?: EntityLinkingTask[];\n sentimentAnalysisTasks?: SentimentAnalysisTask[];\n}\n\nexport interface EntitiesTask {\n parameters?: EntitiesTaskParameters;\n}\n\nexport interface EntitiesTaskParameters {\n modelVersion?: string;\n loggingOptOut?: boolean;\n stringIndexType?: StringIndexType;\n}\n\nexport interface PiiTask {\n parameters?: PiiTaskParameters;\n}\n\nexport interface PiiTaskParameters {\n domain?: PiiTaskParametersDomain;\n modelVersion?: string;\n loggingOptOut?: boolean;\n /** (Optional) describes the PII categories to return */\n piiCategories?: PiiCategory[];\n stringIndexType?: StringIndexType;\n}\n\nexport interface KeyPhrasesTask {\n parameters?: KeyPhrasesTaskParameters;\n}\n\nexport interface KeyPhrasesTaskParameters {\n modelVersion?: string;\n loggingOptOut?: boolean;\n}\n\nexport interface EntityLinkingTask {\n parameters?: EntityLinkingTaskParameters;\n}\n\nexport interface EntityLinkingTaskParameters {\n modelVersion?: string;\n loggingOptOut?: boolean;\n stringIndexType?: StringIndexType;\n}\n\nexport interface SentimentAnalysisTask {\n parameters?: SentimentAnalysisTaskParameters;\n}\n\nexport interface SentimentAnalysisTaskParameters {\n modelVersion?: string;\n loggingOptOut?: boolean;\n opinionMining?: boolean;\n stringIndexType?: StringIndexType;\n}\n\nexport interface ErrorResponse {\n /** Document Error. */\n error: TextAnalyticsError;\n}\n\nexport interface TextAnalyticsError {\n /** Error code. */\n code: ErrorCodeValue;\n /** Error message. */\n message: string;\n /** Error target. */\n target?: string;\n /** Inner error contains more specific information. */\n innererror?: InnerError;\n /** Details about specific errors that led to this reported error. */\n details?: TextAnalyticsError[];\n}\n\nexport interface InnerError {\n /** Error code. */\n code: InnerErrorCodeValue;\n /** Error message. */\n message: string;\n /** Error details. */\n details?: { [propertyName: string]: string };\n /** Error target. */\n target?: string;\n /** Inner error contains more specific information. */\n innererror?: InnerError;\n}\n\nexport interface JobMetadata {\n createdDateTime: Date;\n expirationDateTime?: Date;\n jobId: string;\n lastUpdateDateTime: Date;\n status: State;\n}\n\nexport interface AnalyzeJobDisplayName {\n displayName?: string;\n}\n\nexport interface TasksState {\n tasks: TasksStateTasks;\n}\n\nexport interface TasksStateTasks {\n completed: number;\n failed: number;\n inProgress: number;\n total: number;\n entityRecognitionTasks?: TasksStateTasksEntityRecognitionTasksItem[];\n entityRecognitionPiiTasks?: TasksStateTasksEntityRecognitionPiiTasksItem[];\n keyPhraseExtractionTasks?: TasksStateTasksKeyPhraseExtractionTasksItem[];\n entityLinkingTasks?: TasksStateTasksEntityLinkingTasksItem[];\n sentimentAnalysisTasks?: TasksStateTasksSentimentAnalysisTasksItem[];\n}\n\nexport interface TaskState {\n lastUpdateDateTime: Date;\n status: State;\n}\n\nexport interface EntitiesTaskResult {\n results?: EntitiesResult;\n}\n\nexport interface EntitiesResult {\n /** Response by document */\n documents: DocumentEntities[];\n /** Errors by document id. */\n errors: DocumentError[];\n /** if includeStatistics=true was specified in the request this field will contain information about the request payload. */\n statistics?: TextDocumentBatchStatistics;\n /** This field indicates which model is used for scoring. */\n modelVersion: string;\n}\n\nexport interface DocumentEntities {\n /** Unique, non-empty document identifier. */\n id: string;\n /** Recognized entities in the document. */\n entities: Entity[];\n /** Warnings encountered while processing document. */\n warnings: TextAnalyticsWarning[];\n /** if showStats=true was specified in the request this field will contain information about the document payload. */\n statistics?: TextDocumentStatistics;\n}\n\n/** A word or phrase identified as an entity that is categorized within a taxonomy of types. The set of categories recognized by the Text Analytics service is described at https://docs.microsoft.com/azure/cognitive-services/Text-Analytics/named-entity-types . */\nexport interface Entity {\n /** Entity text as appears in the request. */\n text: string;\n /** Entity type. */\n category: string;\n /** (Optional) Entity sub type. */\n subCategory?: string;\n /** Start position for the entity text. Use of different 'stringIndexType' values can affect the offset returned. */\n offset: number;\n /** Length for the entity text. Use of different 'stringIndexType' values can affect the length returned. */\n length: number;\n /** Confidence score between 0 and 1 of the extracted entity. */\n confidenceScore: number;\n}\n\n/** Represents a warning encountered while processing a document. */\nexport interface TextAnalyticsWarning {\n /** Error code. */\n code: WarningCode;\n /** Warning message. */\n message: string;\n}\n\n/** if includeStatistics=true was specified in the request this field will contain information about the document payload. */\nexport interface TextDocumentStatistics {\n /** Number of text elements recognized in the document. */\n characterCount: number;\n /** Number of transactions for the document. */\n transactionCount: number;\n}\n\nexport interface DocumentError {\n /** Document Id. */\n id: string;\n /** Document Error. */\n error: TextAnalyticsError;\n}\n\n/** if includeStatistics=true was specified in the request this field will contain information about the request payload. */\nexport interface TextDocumentBatchStatistics {\n /** Number of documents submitted in the request. */\n documentCount: number;\n /** Number of valid documents. This excludes empty, over-size limit or non-supported languages documents. */\n validDocumentCount: number;\n /** Number of invalid documents. This includes empty, over-size limit or non-supported languages documents. */\n erroneousDocumentCount: number;\n /** Number of transactions for the request. */\n transactionCount: number;\n}\n\nexport interface PiiTaskResult {\n results?: PiiResult;\n}\n\nexport interface PiiResult {\n /** Response by document */\n documents: PiiDocumentEntities[];\n /** Errors by document id. */\n errors: DocumentError[];\n /** if includeStatistics=true was specified in the request this field will contain information about the request payload. */\n statistics?: TextDocumentBatchStatistics;\n /** This field indicates which model is used for scoring. */\n modelVersion: string;\n}\n\nexport interface PiiDocumentEntities {\n /** Unique, non-empty document identifier. */\n id: string;\n /** Returns redacted text. */\n redactedText: string;\n /** Recognized entities in the document. */\n entities: Entity[];\n /** Warnings encountered while processing document. */\n warnings: TextAnalyticsWarning[];\n /** if showStats=true was specified in the request this field will contain information about the document payload. */\n statistics?: TextDocumentStatistics;\n}\n\nexport interface KeyPhraseTaskResult {\n results?: KeyPhraseResult;\n}\n\nexport interface KeyPhraseResult {\n /** Response by document */\n documents: DocumentKeyPhrases[];\n /** Errors by document id. */\n errors: DocumentError[];\n /** if includeStatistics=true was specified in the request this field will contain information about the request payload. */\n statistics?: TextDocumentBatchStatistics;\n /** This field indicates which model is used for scoring. */\n modelVersion: string;\n}\n\nexport interface DocumentKeyPhrases {\n /** Unique, non-empty document identifier. */\n id: string;\n /** A list of representative words or phrases. The number of key phrases returned is proportional to the number of words in the input document. */\n keyPhrases: string[];\n /** Warnings encountered while processing document. */\n warnings: TextAnalyticsWarning[];\n /** if showStats=true was specified in the request this field will contain information about the document payload. */\n statistics?: TextDocumentStatistics;\n}\n\nexport interface EntityLinkingTaskResult {\n results?: EntityLinkingResult;\n}\n\nexport interface EntityLinkingResult {\n /** Response by document */\n documents: DocumentLinkedEntities[];\n /** Errors by document id. */\n errors: DocumentError[];\n /** if includeStatistics=true was specified in the request this field will contain information about the request payload. */\n statistics?: TextDocumentBatchStatistics;\n /** This field indicates which model is used for scoring. */\n modelVersion: string;\n}\n\nexport interface DocumentLinkedEntities {\n /** Unique, non-empty document identifier. */\n id: string;\n /** Recognized well known entities in the document. */\n entities: LinkedEntity[];\n /** Warnings encountered while processing document. */\n warnings: TextAnalyticsWarning[];\n /** if showStats=true was specified in the request this field will contain information about the document payload. */\n statistics?: TextDocumentStatistics;\n}\n\n/** A word or phrase identified as a well-known entity within a database, including its formal (disambiguated) name and a link to the entity information within the source database. */\nexport interface LinkedEntity {\n /** Entity Linking formal name. */\n name: string;\n /** List of instances this entity appears in the text. */\n matches: Match[];\n /** Language used in the data source. */\n language: string;\n /** Unique identifier of the recognized entity from the data source. */\n dataSourceEntityId?: string;\n /** URL for the entity's page from the data source. */\n url: string;\n /** Data source used to extract entity linking, such as Wiki/Bing etc. */\n dataSource: string;\n /** Bing Entity Search API unique identifier of the recognized entity. */\n bingEntitySearchApiId?: string;\n}\n\n/** Details about the specific substring in a document that refers to a linked entity identified by the Text Analytics model. */\nexport interface Match {\n /** If a well known item is recognized, a decimal number denoting the confidence level between 0 and 1 will be returned. */\n confidenceScore: number;\n /** Entity text as appears in the request. */\n text: string;\n /** Start position for the entity match text. */\n offset: number;\n /** Length for the entity match text. */\n length: number;\n}\n\nexport interface SentimentTaskResult {\n results?: SentimentResponse;\n}\n\nexport interface SentimentResponse {\n /** Sentiment analysis per document. */\n documents: DocumentSentiment[];\n /** Errors by document id. */\n errors: DocumentError[];\n /** if includeStatistics=true was specified in the request this field will contain information about the request payload. */\n statistics?: TextDocumentBatchStatistics;\n /** This field indicates which model is used for scoring. */\n modelVersion: string;\n}\n\nexport interface DocumentSentiment {\n /** Unique, non-empty document identifier. */\n id: string;\n /** Predicted sentiment for document (Negative, Neutral, Positive, or Mixed). */\n sentiment: DocumentSentimentLabel;\n /** if includeStatistics=true was specified in the request this field will contain information about the document payload. */\n statistics?: TextDocumentStatistics;\n /** Document level sentiment confidence scores between 0 and 1 for each sentiment class. */\n confidenceScores: SentimentConfidenceScores;\n /** Sentence level sentiment analysis. */\n sentenceSentiments: SentenceSentiment[];\n /** Warnings encountered while processing document. */\n warnings: TextAnalyticsWarning[];\n}\n\n/** Represents the confidence scores between 0 and 1 across all sentiment classes: positive, neutral, negative. */\nexport interface SentimentConfidenceScores {\n positive: number;\n neutral: number;\n negative: number;\n}\n\n/** The predicted sentiment for a given span of text. For more information regarding text sentiment, see https://docs.microsoft.com/azure/cognitive-services/Text-Analytics/how-tos/text-analytics-how-to-sentiment-analysis. */\nexport interface SentenceSentiment {\n /** The sentence text. */\n text: string;\n /** The predicted Sentiment for the sentence. */\n sentiment: SentenceSentimentLabel;\n /** The sentiment confidence score between 0 and 1 for the sentence for all classes. */\n confidenceScores: SentimentConfidenceScores;\n /** The sentence offset from the start of the document. */\n offset: number;\n /** The length of the sentence. */\n length: number;\n /** The array of sentence targets for the sentence. */\n targets?: SentenceTarget[];\n /** The array of assessments for the sentence. */\n assessments?: SentenceAssessment[];\n}\n\nexport interface SentenceTarget {\n /** Targeted sentiment in the sentence. */\n sentiment: TokenSentimentValue;\n /** Target sentiment confidence scores for the target in the sentence. */\n confidenceScores: TargetConfidenceScoreLabel;\n /** The target offset from the start of the sentence. */\n offset: number;\n /** The length of the target. */\n length: number;\n /** The target text detected. */\n text: string;\n /** The array of either assessment or target objects which is related to the target. */\n relations: TargetRelation[];\n}\n\n/** Represents the confidence scores across all sentiment classes: positive, neutral, negative. */\nexport interface TargetConfidenceScoreLabel {\n positive: number;\n negative: number;\n}\n\nexport interface TargetRelation {\n /** The type related to the target. */\n relationType: TargetRelationType;\n /** The JSON pointer indicating the linked object. */\n ref: string;\n}\n\nexport interface SentenceAssessment {\n /** Assessment sentiment in the sentence. */\n sentiment: TokenSentimentValue;\n /** Assessment sentiment confidence scores in the sentence. */\n confidenceScores: TargetConfidenceScoreLabel;\n /** The assessment offset from the start of the sentence. */\n offset: number;\n /** The length of the assessment. */\n length: number;\n /** The assessment text detected. */\n text: string;\n /** The indicator representing if the assessment is negated. */\n isNegated: boolean;\n}\n\nexport interface AnalyzeJobErrorsAndStatistics {\n errors?: TextAnalyticsError[];\n /** if includeStatistics=true was specified in the request this field will contain information about the request payload. */\n statistics?: TextDocumentBatchStatistics;\n}\n\nexport interface Pagination {\n nextLink?: string;\n}\n\nexport interface HealthcareTaskResult {\n results?: HealthcareResult;\n errors?: TextAnalyticsError[];\n}\n\nexport interface HealthcareResult {\n /** Response by document */\n documents: DocumentHealthcareEntities[];\n /** Errors by document id. */\n errors: DocumentError[];\n /** if includeStatistics=true was specified in the request this field will contain information about the request payload. */\n statistics?: TextDocumentBatchStatistics;\n /** This field indicates which model is used for scoring. */\n modelVersion: string;\n}\n\nexport interface DocumentHealthcareEntities {\n /** Unique, non-empty document identifier. */\n id: string;\n /** Healthcare entities. */\n entities: HealthcareEntity[];\n /** Healthcare entity relations. */\n relations: HealthcareRelation[];\n /** Warnings encountered while processing document. */\n warnings: TextAnalyticsWarning[];\n /** if showStats=true was specified in the request this field will contain information about the document payload. */\n statistics?: TextDocumentStatistics;\n}\n\nexport interface HealthcareEntityProperties {\n /** Entity text as appears in the request. */\n text: string;\n /** Healthcare Entity Category. */\n category: HealthcareEntityCategory;\n /** (Optional) Entity sub type. */\n subcategory?: string;\n /** Start position for the entity text. Use of different 'stringIndexType' values can affect the offset returned. */\n offset: number;\n /** Length for the entity text. Use of different 'stringIndexType' values can affect the length returned. */\n length: number;\n /** Confidence score between 0 and 1 of the extracted entity. */\n confidenceScore: number;\n}\n\nexport interface HealthcareLinkingProperties {\n assertion?: HealthcareAssertion;\n /** Preferred name for the entity. Example: 'histologically' would have a 'name' of 'histologic'. */\n name?: string;\n /** Entity references in known data sources. */\n links?: HealthcareEntityLink[];\n}\n\nexport interface HealthcareAssertion {\n /** Describes any conditionality on the entity. */\n conditionality?: Conditionality;\n /** Describes the entities certainty and polarity. */\n certainty?: Certainty;\n /** Describes if the entity is the subject of the text or if it describes someone else. */\n association?: Association;\n}\n\nexport interface HealthcareEntityLink {\n /** Entity Catalog. Examples include: UMLS, CHV, MSH, etc. */\n dataSource: string;\n /** Entity id in the given source catalog. */\n id: string;\n}\n\n/** Every relation is an entity graph of a certain relationType, where all entities are connected and have specific roles within the relation context. */\nexport interface HealthcareRelation {\n /** Type of relation. Examples include: `DosageOfMedication` or 'FrequencyOfMedication', etc. */\n relationType: RelationType;\n /** The entities in the relation. */\n entities: HealthcareRelationEntity[];\n}\n\nexport interface HealthcareRelationEntity {\n /** Reference link object, using a JSON pointer RFC 6901 (URI Fragment Identifier Representation), pointing to the entity . */\n ref: string;\n /** Role of entity in the relationship. For example: 'CD20-positive diffuse large B-cell lymphoma' has the following entities with their roles in parenthesis: CD20 (GeneOrProtein), Positive (Expression), diffuse large B-cell lymphoma (Diagnosis). */\n role: string;\n}\n\nexport interface LanguageBatchInput {\n documents: DetectLanguageInput[];\n}\n\n/** An input to the language detection operation. This object specifies a unique document id, as well as the full text of a document and a hint indicating the document's country of origin to assist the text analytics predictive model in detecting the document's language. */\nexport interface DetectLanguageInput {\n /** Unique, non-empty document identifier. */\n id: string;\n text: string;\n countryHint?: string;\n}\n\nexport interface LanguageResult {\n /** Response by document */\n documents: DocumentLanguage[];\n /** Errors by document id. */\n errors: DocumentError[];\n /** if includeStatistics=true was specified in the request this field will contain information about the request payload. */\n statistics?: TextDocumentBatchStatistics;\n /** This field indicates which model is used for scoring. */\n modelVersion: string;\n}\n\nexport interface DocumentLanguage {\n /** Unique, non-empty document identifier. */\n id: string;\n /** Detected Language. */\n detectedLanguage: DetectedLanguage;\n /** Warnings encountered while processing document. */\n warnings: TextAnalyticsWarning[];\n /** if showStats=true was specified in the request this field will contain information about the document payload. */\n statistics?: TextDocumentStatistics;\n}\n\n/** Information about the language of a document as identified by the Text Analytics service. */\nexport interface DetectedLanguage {\n /** Long name of a detected language (e.g. English, French). */\n name: string;\n /** A two letter representation of the detected language according to the ISO 639-1 standard (e.g. en, fr). */\n iso6391Name: string;\n /** A confidence score between 0 and 1. Scores close to 1 indicate 100% certainty that the identified language is true. */\n confidenceScore: number;\n}\n\nexport interface AnalyzeBatchInput\n extends JobDescriptor,\n AnalysisInput,\n JobManifest {}\n\nexport interface AnalyzeJobMetadata\n extends JobMetadata,\n AnalyzeJobDisplayName {}\n\nexport interface HealthcareJobState\n extends JobMetadata,\n HealthcareTaskResult,\n Pagination {}\n\nexport interface AnalyzeJobState\n extends AnalyzeJobMetadata,\n TasksState,\n AnalyzeJobErrorsAndStatistics,\n Pagination {}\n\nexport interface TasksStateTasksEntityRecognitionTasksItem\n extends TaskState,\n EntitiesTaskResult {}\n\nexport interface TasksStateTasksEntityRecognitionPiiTasksItem\n extends TaskState,\n PiiTaskResult {}\n\nexport interface TasksStateTasksKeyPhraseExtractionTasksItem\n extends TaskState,\n KeyPhraseTaskResult {}\n\nexport interface TasksStateTasksEntityLinkingTasksItem\n extends TaskState,\n EntityLinkingTaskResult {}\n\nexport interface TasksStateTasksSentimentAnalysisTasksItem\n extends TaskState,\n SentimentTaskResult {}\n\nexport interface HealthcareEntity\n extends HealthcareEntityProperties,\n HealthcareLinkingProperties {}\n\n/** Defines headers for GeneratedClient_analyze operation. */\nexport interface GeneratedClientAnalyzeHeaders {\n operationLocation?: string;\n}\n\n/** Defines headers for GeneratedClient_cancelHealthJob operation. */\nexport interface GeneratedClientCancelHealthJobHeaders {\n operationLocation?: string;\n}\n\n/** Defines headers for GeneratedClient_health operation. */\nexport interface GeneratedClientHealthHeaders {\n operationLocation?: string;\n}\n\n/** Known values of {@link StringIndexType} that the service accepts. */\nexport enum KnownStringIndexType {\n /** Returned offset and length values will correspond to TextElements (Graphemes and Grapheme clusters) confirming to the Unicode 8.0.0 standard. Use this option if your application is written in .Net Framework or .Net Core and you will be using StringInfo. */\n TextElementV8 = \"TextElement_v8\",\n /** Returned offset and length values will correspond to Unicode code points. Use this option if your application is written in a language that support Unicode, for example Python. */\n UnicodeCodePoint = \"UnicodeCodePoint\",\n /** Returned offset and length values will correspond to UTF-16 code units. Use this option if your application is written in a language that support Unicode, for example Java, JavaScript. */\n Utf16CodeUnit = \"Utf16CodeUnit\"\n}\n\n/**\n * Defines values for StringIndexType. \\\n * {@link KnownStringIndexType} can be used interchangeably with StringIndexType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TextElement_v8**: Returned offset and length values will correspond to TextElements (Graphemes and Grapheme clusters) confirming to the Unicode 8.0.0 standard. Use this option if your application is written in .Net Framework or .Net Core and you will be using StringInfo. \\\n * **UnicodeCodePoint**: Returned offset and length values will correspond to Unicode code points. Use this option if your application is written in a language that support Unicode, for example Python. \\\n * **Utf16CodeUnit**: Returned offset and length values will correspond to UTF-16 code units. Use this option if your application is written in a language that support Unicode, for example Java, JavaScript.\n */\nexport type StringIndexType = string;\n\n/** Known values of {@link PiiTaskParametersDomain} that the service accepts. */\nexport enum KnownPiiTaskParametersDomain {\n /** Phi */\n Phi = \"phi\",\n /** None */\n None = \"none\"\n}\n\n/**\n * Defines values for PiiTaskParametersDomain. \\\n * {@link KnownPiiTaskParametersDomain} can be used interchangeably with PiiTaskParametersDomain,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **phi** \\\n * **none**\n */\nexport type PiiTaskParametersDomain = string;\n\n/** Known values of {@link PiiCategory} that the service accepts. */\nexport enum KnownPiiCategory {\n /** ABARoutingNumber */\n ABARoutingNumber = \"ABARoutingNumber\",\n /** ARNationalIdentityNumber */\n ARNationalIdentityNumber = \"ARNationalIdentityNumber\",\n /** AUBankAccountNumber */\n AUBankAccountNumber = \"AUBankAccountNumber\",\n /** AUDriversLicenseNumber */\n AUDriversLicenseNumber = \"AUDriversLicenseNumber\",\n /** AUMedicalAccountNumber */\n AUMedicalAccountNumber = \"AUMedicalAccountNumber\",\n /** AUPassportNumber */\n AUPassportNumber = \"AUPassportNumber\",\n /** AUTaxFileNumber */\n AUTaxFileNumber = \"AUTaxFileNumber\",\n /** AUBusinessNumber */\n AUBusinessNumber = \"AUBusinessNumber\",\n /** AUCompanyNumber */\n AUCompanyNumber = \"AUCompanyNumber\",\n /** ATIdentityCard */\n ATIdentityCard = \"ATIdentityCard\",\n /** ATTaxIdentificationNumber */\n ATTaxIdentificationNumber = \"ATTaxIdentificationNumber\",\n /** ATValueAddedTaxNumber */\n ATValueAddedTaxNumber = \"ATValueAddedTaxNumber\",\n /** AzureDocumentDBAuthKey */\n AzureDocumentDBAuthKey = \"AzureDocumentDBAuthKey\",\n /** AzureIaasDatabaseConnectionAndSQLString */\n AzureIaasDatabaseConnectionAndSQLString = \"AzureIAASDatabaseConnectionAndSQLString\",\n /** AzureIoTConnectionString */\n AzureIoTConnectionString = \"AzureIoTConnectionString\",\n /** AzurePublishSettingPassword */\n AzurePublishSettingPassword = \"AzurePublishSettingPassword\",\n /** AzureRedisCacheString */\n AzureRedisCacheString = \"AzureRedisCacheString\",\n /** AzureSAS */\n AzureSAS = \"AzureSAS\",\n /** AzureServiceBusString */\n AzureServiceBusString = \"AzureServiceBusString\",\n /** AzureStorageAccountKey */\n AzureStorageAccountKey = \"AzureStorageAccountKey\",\n /** AzureStorageAccountGeneric */\n AzureStorageAccountGeneric = \"AzureStorageAccountGeneric\",\n /** BENationalNumber */\n BENationalNumber = \"BENationalNumber\",\n /** BENationalNumberV2 */\n BENationalNumberV2 = \"BENationalNumberV2\",\n /** BEValueAddedTaxNumber */\n BEValueAddedTaxNumber = \"BEValueAddedTaxNumber\",\n /** BrcpfNumber */\n BrcpfNumber = \"BRCPFNumber\",\n /** BRLegalEntityNumber */\n BRLegalEntityNumber = \"BRLegalEntityNumber\",\n /** BRNationalIdrg */\n BRNationalIdrg = \"BRNationalIDRG\",\n /** BGUniformCivilNumber */\n BGUniformCivilNumber = \"BGUniformCivilNumber\",\n /** CABankAccountNumber */\n CABankAccountNumber = \"CABankAccountNumber\",\n /** CADriversLicenseNumber */\n CADriversLicenseNumber = \"CADriversLicenseNumber\",\n /** CAHealthServiceNumber */\n CAHealthServiceNumber = \"CAHealthServiceNumber\",\n /** CAPassportNumber */\n CAPassportNumber = \"CAPassportNumber\",\n /** CAPersonalHealthIdentification */\n CAPersonalHealthIdentification = \"CAPersonalHealthIdentification\",\n /** CASocialInsuranceNumber */\n CASocialInsuranceNumber = \"CASocialInsuranceNumber\",\n /** CLIdentityCardNumber */\n CLIdentityCardNumber = \"CLIdentityCardNumber\",\n /** CNResidentIdentityCardNumber */\n CNResidentIdentityCardNumber = \"CNResidentIdentityCardNumber\",\n /** CreditCardNumber */\n CreditCardNumber = \"CreditCardNumber\",\n /** HRIdentityCardNumber */\n HRIdentityCardNumber = \"HRIdentityCardNumber\",\n /** HRNationalIDNumber */\n HRNationalIDNumber = \"HRNationalIDNumber\",\n /** HRPersonalIdentificationNumber */\n HRPersonalIdentificationNumber = \"HRPersonalIdentificationNumber\",\n /** HRPersonalIdentificationOIBNumberV2 */\n HRPersonalIdentificationOIBNumberV2 = \"HRPersonalIdentificationOIBNumberV2\",\n /** CYIdentityCard */\n CYIdentityCard = \"CYIdentityCard\",\n /** CYTaxIdentificationNumber */\n CYTaxIdentificationNumber = \"CYTaxIdentificationNumber\",\n /** CZPersonalIdentityNumber */\n CZPersonalIdentityNumber = \"CZPersonalIdentityNumber\",\n /** CZPersonalIdentityV2 */\n CZPersonalIdentityV2 = \"CZPersonalIdentityV2\",\n /** DKPersonalIdentificationNumber */\n DKPersonalIdentificationNumber = \"DKPersonalIdentificationNumber\",\n /** DKPersonalIdentificationV2 */\n DKPersonalIdentificationV2 = \"DKPersonalIdentificationV2\",\n /** DrugEnforcementAgencyNumber */\n DrugEnforcementAgencyNumber = \"DrugEnforcementAgencyNumber\",\n /** EEPersonalIdentificationCode */\n EEPersonalIdentificationCode = \"EEPersonalIdentificationCode\",\n /** EUDebitCardNumber */\n EUDebitCardNumber = \"EUDebitCardNumber\",\n /** EUDriversLicenseNumber */\n EUDriversLicenseNumber = \"EUDriversLicenseNumber\",\n /** EugpsCoordinates */\n EugpsCoordinates = \"EUGPSCoordinates\",\n /** EUNationalIdentificationNumber */\n EUNationalIdentificationNumber = \"EUNationalIdentificationNumber\",\n /** EUPassportNumber */\n EUPassportNumber = \"EUPassportNumber\",\n /** EUSocialSecurityNumber */\n EUSocialSecurityNumber = \"EUSocialSecurityNumber\",\n /** EUTaxIdentificationNumber */\n EUTaxIdentificationNumber = \"EUTaxIdentificationNumber\",\n /** FIEuropeanHealthNumber */\n FIEuropeanHealthNumber = \"FIEuropeanHealthNumber\",\n /** FINationalID */\n FINationalID = \"FINationalID\",\n /** FINationalIDV2 */\n FINationalIDV2 = \"FINationalIDV2\",\n /** FIPassportNumber */\n FIPassportNumber = \"FIPassportNumber\",\n /** FRDriversLicenseNumber */\n FRDriversLicenseNumber = \"FRDriversLicenseNumber\",\n /** FRHealthInsuranceNumber */\n FRHealthInsuranceNumber = \"FRHealthInsuranceNumber\",\n /** FRNationalID */\n FRNationalID = \"FRNationalID\",\n /** FRPassportNumber */\n FRPassportNumber = \"FRPassportNumber\",\n /** FRSocialSecurityNumber */\n FRSocialSecurityNumber = \"FRSocialSecurityNumber\",\n /** FRTaxIdentificationNumber */\n FRTaxIdentificationNumber = \"FRTaxIdentificationNumber\",\n /** FRValueAddedTaxNumber */\n FRValueAddedTaxNumber = \"FRValueAddedTaxNumber\",\n /** DEDriversLicenseNumber */\n DEDriversLicenseNumber = \"DEDriversLicenseNumber\",\n /** DEPassportNumber */\n DEPassportNumber = \"DEPassportNumber\",\n /** DEIdentityCardNumber */\n DEIdentityCardNumber = \"DEIdentityCardNumber\",\n /** DETaxIdentificationNumber */\n DETaxIdentificationNumber = \"DETaxIdentificationNumber\",\n /** DEValueAddedNumber */\n DEValueAddedNumber = \"DEValueAddedNumber\",\n /** GRNationalIDCard */\n GRNationalIDCard = \"GRNationalIDCard\",\n /** GRNationalIDV2 */\n GRNationalIDV2 = \"GRNationalIDV2\",\n /** GRTaxIdentificationNumber */\n GRTaxIdentificationNumber = \"GRTaxIdentificationNumber\",\n /** HKIdentityCardNumber */\n HKIdentityCardNumber = \"HKIdentityCardNumber\",\n /** HUValueAddedNumber */\n HUValueAddedNumber = \"HUValueAddedNumber\",\n /** HUPersonalIdentificationNumber */\n HUPersonalIdentificationNumber = \"HUPersonalIdentificationNumber\",\n /** HUTaxIdentificationNumber */\n HUTaxIdentificationNumber = \"HUTaxIdentificationNumber\",\n /** INPermanentAccount */\n INPermanentAccount = \"INPermanentAccount\",\n /** INUniqueIdentificationNumber */\n INUniqueIdentificationNumber = \"INUniqueIdentificationNumber\",\n /** IDIdentityCardNumber */\n IDIdentityCardNumber = \"IDIdentityCardNumber\",\n /** InternationalBankingAccountNumber */\n InternationalBankingAccountNumber = \"InternationalBankingAccountNumber\",\n /** IEPersonalPublicServiceNumber */\n IEPersonalPublicServiceNumber = \"IEPersonalPublicServiceNumber\",\n /** IEPersonalPublicServiceNumberV2 */\n IEPersonalPublicServiceNumberV2 = \"IEPersonalPublicServiceNumberV2\",\n /** ILBankAccountNumber */\n ILBankAccountNumber = \"ILBankAccountNumber\",\n /** ILNationalID */\n ILNationalID = \"ILNationalID\",\n /** ITDriversLicenseNumber */\n ITDriversLicenseNumber = \"ITDriversLicenseNumber\",\n /** ITFiscalCode */\n ITFiscalCode = \"ITFiscalCode\",\n /** ITValueAddedTaxNumber */\n ITValueAddedTaxNumber = \"ITValueAddedTaxNumber\",\n /** JPBankAccountNumber */\n JPBankAccountNumber = \"JPBankAccountNumber\",\n /** JPDriversLicenseNumber */\n JPDriversLicenseNumber = \"JPDriversLicenseNumber\",\n /** JPPassportNumber */\n JPPassportNumber = \"JPPassportNumber\",\n /** JPResidentRegistrationNumber */\n JPResidentRegistrationNumber = \"JPResidentRegistrationNumber\",\n /** JPSocialInsuranceNumber */\n JPSocialInsuranceNumber = \"JPSocialInsuranceNumber\",\n /** JPMyNumberCorporate */\n JPMyNumberCorporate = \"JPMyNumberCorporate\",\n /** JPMyNumberPersonal */\n JPMyNumberPersonal = \"JPMyNumberPersonal\",\n /** JPResidenceCardNumber */\n JPResidenceCardNumber = \"JPResidenceCardNumber\",\n /** LVPersonalCode */\n LVPersonalCode = \"LVPersonalCode\",\n /** LTPersonalCode */\n LTPersonalCode = \"LTPersonalCode\",\n /** LUNationalIdentificationNumberNatural */\n LUNationalIdentificationNumberNatural = \"LUNationalIdentificationNumberNatural\",\n /** LUNationalIdentificationNumberNonNatural */\n LUNationalIdentificationNumberNonNatural = \"LUNationalIdentificationNumberNonNatural\",\n /** MYIdentityCardNumber */\n MYIdentityCardNumber = \"MYIdentityCardNumber\",\n /** MTIdentityCardNumber */\n MTIdentityCardNumber = \"MTIdentityCardNumber\",\n /** MTTaxIDNumber */\n MTTaxIDNumber = \"MTTaxIDNumber\",\n /** NLCitizensServiceNumber */\n NLCitizensServiceNumber = \"NLCitizensServiceNumber\",\n /** NLCitizensServiceNumberV2 */\n NLCitizensServiceNumberV2 = \"NLCitizensServiceNumberV2\",\n /** NLTaxIdentificationNumber */\n NLTaxIdentificationNumber = \"NLTaxIdentificationNumber\",\n /** NLValueAddedTaxNumber */\n NLValueAddedTaxNumber = \"NLValueAddedTaxNumber\",\n /** NZBankAccountNumber */\n NZBankAccountNumber = \"NZBankAccountNumber\",\n /** NZDriversLicenseNumber */\n NZDriversLicenseNumber = \"NZDriversLicenseNumber\",\n /** NZInlandRevenueNumber */\n NZInlandRevenueNumber = \"NZInlandRevenueNumber\",\n /** NZMinistryOfHealthNumber */\n NZMinistryOfHealthNumber = \"NZMinistryOfHealthNumber\",\n /** NZSocialWelfareNumber */\n NZSocialWelfareNumber = \"NZSocialWelfareNumber\",\n /** NOIdentityNumber */\n NOIdentityNumber = \"NOIdentityNumber\",\n /** PHUnifiedMultiPurposeIDNumber */\n PHUnifiedMultiPurposeIDNumber = \"PHUnifiedMultiPurposeIDNumber\",\n /** PLIdentityCard */\n PLIdentityCard = \"PLIdentityCard\",\n /** PLNationalID */\n PLNationalID = \"PLNationalID\",\n /** PLNationalIDV2 */\n PLNationalIDV2 = \"PLNationalIDV2\",\n /** PLPassportNumber */\n PLPassportNumber = \"PLPassportNumber\",\n /** PLTaxIdentificationNumber */\n PLTaxIdentificationNumber = \"PLTaxIdentificationNumber\",\n /** PlregonNumber */\n PlregonNumber = \"PLREGONNumber\",\n /** PTCitizenCardNumber */\n PTCitizenCardNumber = \"PTCitizenCardNumber\",\n /** PTCitizenCardNumberV2 */\n PTCitizenCardNumberV2 = \"PTCitizenCardNumberV2\",\n /** PTTaxIdentificationNumber */\n PTTaxIdentificationNumber = \"PTTaxIdentificationNumber\",\n /** ROPersonalNumericalCode */\n ROPersonalNumericalCode = \"ROPersonalNumericalCode\",\n /** RUPassportNumberDomestic */\n RUPassportNumberDomestic = \"RUPassportNumberDomestic\",\n /** RUPassportNumberInternational */\n RUPassportNumberInternational = \"RUPassportNumberInternational\",\n /** SANationalID */\n SANationalID = \"SANationalID\",\n /** SGNationalRegistrationIdentityCardNumber */\n SGNationalRegistrationIdentityCardNumber = \"SGNationalRegistrationIdentityCardNumber\",\n /** SKPersonalNumber */\n SKPersonalNumber = \"SKPersonalNumber\",\n /** SITaxIdentificationNumber */\n SITaxIdentificationNumber = \"SITaxIdentificationNumber\",\n /** SIUniqueMasterCitizenNumber */\n SIUniqueMasterCitizenNumber = \"SIUniqueMasterCitizenNumber\",\n /** ZAIdentificationNumber */\n ZAIdentificationNumber = \"ZAIdentificationNumber\",\n /** KRResidentRegistrationNumber */\n KRResidentRegistrationNumber = \"KRResidentRegistrationNumber\",\n /** Esdni */\n Esdni = \"ESDNI\",\n /** ESSocialSecurityNumber */\n ESSocialSecurityNumber = \"ESSocialSecurityNumber\",\n /** ESTaxIdentificationNumber */\n ESTaxIdentificationNumber = \"ESTaxIdentificationNumber\",\n /** SQLServerConnectionString */\n SQLServerConnectionString = \"SQLServerConnectionString\",\n /** SENationalID */\n SENationalID = \"SENationalID\",\n /** SENationalIDV2 */\n SENationalIDV2 = \"SENationalIDV2\",\n /** SEPassportNumber */\n SEPassportNumber = \"SEPassportNumber\",\n /** SETaxIdentificationNumber */\n SETaxIdentificationNumber = \"SETaxIdentificationNumber\",\n /** SwiftCode */\n SwiftCode = \"SWIFTCode\",\n /** CHSocialSecurityNumber */\n CHSocialSecurityNumber = \"CHSocialSecurityNumber\",\n /** TWNationalID */\n TWNationalID = \"TWNationalID\",\n /** TWPassportNumber */\n TWPassportNumber = \"TWPassportNumber\",\n /** TWResidentCertificate */\n TWResidentCertificate = \"TWResidentCertificate\",\n /** THPopulationIdentificationCode */\n THPopulationIdentificationCode = \"THPopulationIdentificationCode\",\n /** TRNationalIdentificationNumber */\n TRNationalIdentificationNumber = \"TRNationalIdentificationNumber\",\n /** UKDriversLicenseNumber */\n UKDriversLicenseNumber = \"UKDriversLicenseNumber\",\n /** UKElectoralRollNumber */\n UKElectoralRollNumber = \"UKElectoralRollNumber\",\n /** UKNationalHealthNumber */\n UKNationalHealthNumber = \"UKNationalHealthNumber\",\n /** UKNationalInsuranceNumber */\n UKNationalInsuranceNumber = \"UKNationalInsuranceNumber\",\n /** UKUniqueTaxpayerNumber */\n UKUniqueTaxpayerNumber = \"UKUniqueTaxpayerNumber\",\n /** UsukPassportNumber */\n UsukPassportNumber = \"USUKPassportNumber\",\n /** USBankAccountNumber */\n USBankAccountNumber = \"USBankAccountNumber\",\n /** USDriversLicenseNumber */\n USDriversLicenseNumber = \"USDriversLicenseNumber\",\n /** USIndividualTaxpayerIdentification */\n USIndividualTaxpayerIdentification = \"USIndividualTaxpayerIdentification\",\n /** USSocialSecurityNumber */\n USSocialSecurityNumber = \"USSocialSecurityNumber\",\n /** UAPassportNumberDomestic */\n UAPassportNumberDomestic = \"UAPassportNumberDomestic\",\n /** UAPassportNumberInternational */\n UAPassportNumberInternational = \"UAPassportNumberInternational\",\n /** Organization */\n Organization = \"Organization\",\n /** Email */\n Email = \"Email\",\n /** URL */\n URL = \"URL\",\n /** Age */\n Age = \"Age\",\n /** PhoneNumber */\n PhoneNumber = \"PhoneNumber\",\n /** IPAddress */\n IPAddress = \"IPAddress\",\n /** Date */\n Date = \"Date\",\n /** Person */\n Person = \"Person\",\n /** Address */\n Address = \"Address\",\n /** All */\n All = \"All\",\n /** Default */\n Default = \"Default\"\n}\n\n/**\n * Defines values for PiiCategory. \\\n * {@link KnownPiiCategory} can be used interchangeably with PiiCategory,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ABARoutingNumber** \\\n * **ARNationalIdentityNumber** \\\n * **AUBankAccountNumber** \\\n * **AUDriversLicenseNumber** \\\n * **AUMedicalAccountNumber** \\\n * **AUPassportNumber** \\\n * **AUTaxFileNumber** \\\n * **AUBusinessNumber** \\\n * **AUCompanyNumber** \\\n * **ATIdentityCard** \\\n * **ATTaxIdentificationNumber** \\\n * **ATValueAddedTaxNumber** \\\n * **AzureDocumentDBAuthKey** \\\n * **AzureIAASDatabaseConnectionAndSQLString** \\\n * **AzureIoTConnectionString** \\\n * **AzurePublishSettingPassword** \\\n * **AzureRedisCacheString** \\\n * **AzureSAS** \\\n * **AzureServiceBusString** \\\n * **AzureStorageAccountKey** \\\n * **AzureStorageAccountGeneric** \\\n * **BENationalNumber** \\\n * **BENationalNumberV2** \\\n * **BEValueAddedTaxNumber** \\\n * **BRCPFNumber** \\\n * **BRLegalEntityNumber** \\\n * **BRNationalIDRG** \\\n * **BGUniformCivilNumber** \\\n * **CABankAccountNumber** \\\n * **CADriversLicenseNumber** \\\n * **CAHealthServiceNumber** \\\n * **CAPassportNumber** \\\n * **CAPersonalHealthIdentification** \\\n * **CASocialInsuranceNumber** \\\n * **CLIdentityCardNumber** \\\n * **CNResidentIdentityCardNumber** \\\n * **CreditCardNumber** \\\n * **HRIdentityCardNumber** \\\n * **HRNationalIDNumber** \\\n * **HRPersonalIdentificationNumber** \\\n * **HRPersonalIdentificationOIBNumberV2** \\\n * **CYIdentityCard** \\\n * **CYTaxIdentificationNumber** \\\n * **CZPersonalIdentityNumber** \\\n * **CZPersonalIdentityV2** \\\n * **DKPersonalIdentificationNumber** \\\n * **DKPersonalIdentificationV2** \\\n * **DrugEnforcementAgencyNumber** \\\n * **EEPersonalIdentificationCode** \\\n * **EUDebitCardNumber** \\\n * **EUDriversLicenseNumber** \\\n * **EUGPSCoordinates** \\\n * **EUNationalIdentificationNumber** \\\n * **EUPassportNumber** \\\n * **EUSocialSecurityNumber** \\\n * **EUTaxIdentificationNumber** \\\n * **FIEuropeanHealthNumber** \\\n * **FINationalID** \\\n * **FINationalIDV2** \\\n * **FIPassportNumber** \\\n * **FRDriversLicenseNumber** \\\n * **FRHealthInsuranceNumber** \\\n * **FRNationalID** \\\n * **FRPassportNumber** \\\n * **FRSocialSecurityNumber** \\\n * **FRTaxIdentificationNumber** \\\n * **FRValueAddedTaxNumber** \\\n * **DEDriversLicenseNumber** \\\n * **DEPassportNumber** \\\n * **DEIdentityCardNumber** \\\n * **DETaxIdentificationNumber** \\\n * **DEValueAddedNumber** \\\n * **GRNationalIDCard** \\\n * **GRNationalIDV2** \\\n * **GRTaxIdentificationNumber** \\\n * **HKIdentityCardNumber** \\\n * **HUValueAddedNumber** \\\n * **HUPersonalIdentificationNumber** \\\n * **HUTaxIdentificationNumber** \\\n * **INPermanentAccount** \\\n * **INUniqueIdentificationNumber** \\\n * **IDIdentityCardNumber** \\\n * **InternationalBankingAccountNumber** \\\n * **IEPersonalPublicServiceNumber** \\\n * **IEPersonalPublicServiceNumberV2** \\\n * **ILBankAccountNumber** \\\n * **ILNationalID** \\\n * **ITDriversLicenseNumber** \\\n * **ITFiscalCode** \\\n * **ITValueAddedTaxNumber** \\\n * **JPBankAccountNumber** \\\n * **JPDriversLicenseNumber** \\\n * **JPPassportNumber** \\\n * **JPResidentRegistrationNumber** \\\n * **JPSocialInsuranceNumber** \\\n * **JPMyNumberCorporate** \\\n * **JPMyNumberPersonal** \\\n * **JPResidenceCardNumber** \\\n * **LVPersonalCode** \\\n * **LTPersonalCode** \\\n * **LUNationalIdentificationNumberNatural** \\\n * **LUNationalIdentificationNumberNonNatural** \\\n * **MYIdentityCardNumber** \\\n * **MTIdentityCardNumber** \\\n * **MTTaxIDNumber** \\\n * **NLCitizensServiceNumber** \\\n * **NLCitizensServiceNumberV2** \\\n * **NLTaxIdentificationNumber** \\\n * **NLValueAddedTaxNumber** \\\n * **NZBankAccountNumber** \\\n * **NZDriversLicenseNumber** \\\n * **NZInlandRevenueNumber** \\\n * **NZMinistryOfHealthNumber** \\\n * **NZSocialWelfareNumber** \\\n * **NOIdentityNumber** \\\n * **PHUnifiedMultiPurposeIDNumber** \\\n * **PLIdentityCard** \\\n * **PLNationalID** \\\n * **PLNationalIDV2** \\\n * **PLPassportNumber** \\\n * **PLTaxIdentificationNumber** \\\n * **PLREGONNumber** \\\n * **PTCitizenCardNumber** \\\n * **PTCitizenCardNumberV2** \\\n * **PTTaxIdentificationNumber** \\\n * **ROPersonalNumericalCode** \\\n * **RUPassportNumberDomestic** \\\n * **RUPassportNumberInternational** \\\n * **SANationalID** \\\n * **SGNationalRegistrationIdentityCardNumber** \\\n * **SKPersonalNumber** \\\n * **SITaxIdentificationNumber** \\\n * **SIUniqueMasterCitizenNumber** \\\n * **ZAIdentificationNumber** \\\n * **KRResidentRegistrationNumber** \\\n * **ESDNI** \\\n * **ESSocialSecurityNumber** \\\n * **ESTaxIdentificationNumber** \\\n * **SQLServerConnectionString** \\\n * **SENationalID** \\\n * **SENationalIDV2** \\\n * **SEPassportNumber** \\\n * **SETaxIdentificationNumber** \\\n * **SWIFTCode** \\\n * **CHSocialSecurityNumber** \\\n * **TWNationalID** \\\n * **TWPassportNumber** \\\n * **TWResidentCertificate** \\\n * **THPopulationIdentificationCode** \\\n * **TRNationalIdentificationNumber** \\\n * **UKDriversLicenseNumber** \\\n * **UKElectoralRollNumber** \\\n * **UKNationalHealthNumber** \\\n * **UKNationalInsuranceNumber** \\\n * **UKUniqueTaxpayerNumber** \\\n * **USUKPassportNumber** \\\n * **USBankAccountNumber** \\\n * **USDriversLicenseNumber** \\\n * **USIndividualTaxpayerIdentification** \\\n * **USSocialSecurityNumber** \\\n * **UAPassportNumberDomestic** \\\n * **UAPassportNumberInternational** \\\n * **Organization** \\\n * **Email** \\\n * **URL** \\\n * **Age** \\\n * **PhoneNumber** \\\n * **IPAddress** \\\n * **Date** \\\n * **Person** \\\n * **Address** \\\n * **All** \\\n * **Default**\n */\nexport type PiiCategory = string;\n\n/** Known values of {@link ErrorCodeValue} that the service accepts. */\nexport enum KnownErrorCodeValue {\n /** InvalidRequest */\n InvalidRequest = \"InvalidRequest\",\n /** InvalidArgument */\n InvalidArgument = \"InvalidArgument\",\n /** InternalServerError */\n InternalServerError = \"InternalServerError\",\n /** ServiceUnavailable */\n ServiceUnavailable = \"ServiceUnavailable\",\n /** NotFound */\n NotFound = \"NotFound\"\n}\n\n/**\n * Defines values for ErrorCodeValue. \\\n * {@link KnownErrorCodeValue} can be used interchangeably with ErrorCodeValue,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InvalidRequest** \\\n * **InvalidArgument** \\\n * **InternalServerError** \\\n * **ServiceUnavailable** \\\n * **NotFound**\n */\nexport type ErrorCodeValue = string;\n\n/** Known values of {@link InnerErrorCodeValue} that the service accepts. */\nexport enum KnownInnerErrorCodeValue {\n /** InvalidParameterValue */\n InvalidParameterValue = \"InvalidParameterValue\",\n /** InvalidRequestBodyFormat */\n InvalidRequestBodyFormat = \"InvalidRequestBodyFormat\",\n /** EmptyRequest */\n EmptyRequest = \"EmptyRequest\",\n /** MissingInputRecords */\n MissingInputRecords = \"MissingInputRecords\",\n /** InvalidDocument */\n InvalidDocument = \"InvalidDocument\",\n /** ModelVersionIncorrect */\n ModelVersionIncorrect = \"ModelVersionIncorrect\",\n /** InvalidDocumentBatch */\n InvalidDocumentBatch = \"InvalidDocumentBatch\",\n /** UnsupportedLanguageCode */\n UnsupportedLanguageCode = \"UnsupportedLanguageCode\",\n /** InvalidCountryHint */\n InvalidCountryHint = \"InvalidCountryHint\"\n}\n\n/**\n * Defines values for InnerErrorCodeValue. \\\n * {@link KnownInnerErrorCodeValue} can be used interchangeably with InnerErrorCodeValue,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InvalidParameterValue** \\\n * **InvalidRequestBodyFormat** \\\n * **EmptyRequest** \\\n * **MissingInputRecords** \\\n * **InvalidDocument** \\\n * **ModelVersionIncorrect** \\\n * **InvalidDocumentBatch** \\\n * **UnsupportedLanguageCode** \\\n * **InvalidCountryHint**\n */\nexport type InnerErrorCodeValue = string;\n\n/** Known values of {@link WarningCode} that the service accepts. */\nexport enum KnownWarningCode {\n /** LongWordsInDocument */\n LongWordsInDocument = \"LongWordsInDocument\",\n /** DocumentTruncated */\n DocumentTruncated = \"DocumentTruncated\"\n}\n\n/**\n * Defines values for WarningCode. \\\n * {@link KnownWarningCode} can be used interchangeably with WarningCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LongWordsInDocument** \\\n * **DocumentTruncated**\n */\nexport type WarningCode = string;\n\n/** Known values of {@link HealthcareEntityCategory} that the service accepts. */\nexport enum KnownHealthcareEntityCategory {\n /** BodyStructure */\n BodyStructure = \"BODY_STRUCTURE\",\n /** AGE */\n AGE = \"AGE\",\n /** Gender */\n Gender = \"GENDER\",\n /** ExaminationName */\n ExaminationName = \"EXAMINATION_NAME\",\n /** Date */\n Date = \"DATE\",\n /** Direction */\n Direction = \"DIRECTION\",\n /** Frequency */\n Frequency = \"FREQUENCY\",\n /** MeasurementValue */\n MeasurementValue = \"MEASUREMENT_VALUE\",\n /** MeasurementUnit */\n MeasurementUnit = \"MEASUREMENT_UNIT\",\n /** RelationalOperator */\n RelationalOperator = \"RELATIONAL_OPERATOR\",\n /** Time */\n Time = \"TIME\",\n /** GeneORProtein */\n GeneORProtein = \"GENE_OR_PROTEIN\",\n /** Variant */\n Variant = \"VARIANT\",\n /** AdministrativeEvent */\n AdministrativeEvent = \"ADMINISTRATIVE_EVENT\",\n /** CareEnvironment */\n CareEnvironment = \"CARE_ENVIRONMENT\",\n /** HealthcareProfession */\n HealthcareProfession = \"HEALTHCARE_PROFESSION\",\n /** Diagnosis */\n Diagnosis = \"DIAGNOSIS\",\n /** SymptomORSign */\n SymptomORSign = \"SYMPTOM_OR_SIGN\",\n /** ConditionQualifier */\n ConditionQualifier = \"CONDITION_QUALIFIER\",\n /** MedicationClass */\n MedicationClass = \"MEDICATION_CLASS\",\n /** MedicationName */\n MedicationName = \"MEDICATION_NAME\",\n /** Dosage */\n Dosage = \"DOSAGE\",\n /** MedicationForm */\n MedicationForm = \"MEDICATION_FORM\",\n /** MedicationRoute */\n MedicationRoute = \"MEDICATION_ROUTE\",\n /** FamilyRelation */\n FamilyRelation = \"FAMILY_RELATION\",\n /** TreatmentName */\n TreatmentName = \"TREATMENT_NAME\"\n}\n\n/**\n * Defines values for HealthcareEntityCategory. \\\n * {@link KnownHealthcareEntityCategory} can be used interchangeably with HealthcareEntityCategory,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **BODY_STRUCTURE** \\\n * **AGE** \\\n * **GENDER** \\\n * **EXAMINATION_NAME** \\\n * **DATE** \\\n * **DIRECTION** \\\n * **FREQUENCY** \\\n * **MEASUREMENT_VALUE** \\\n * **MEASUREMENT_UNIT** \\\n * **RELATIONAL_OPERATOR** \\\n * **TIME** \\\n * **GENE_OR_PROTEIN** \\\n * **VARIANT** \\\n * **ADMINISTRATIVE_EVENT** \\\n * **CARE_ENVIRONMENT** \\\n * **HEALTHCARE_PROFESSION** \\\n * **DIAGNOSIS** \\\n * **SYMPTOM_OR_SIGN** \\\n * **CONDITION_QUALIFIER** \\\n * **MEDICATION_CLASS** \\\n * **MEDICATION_NAME** \\\n * **DOSAGE** \\\n * **MEDICATION_FORM** \\\n * **MEDICATION_ROUTE** \\\n * **FAMILY_RELATION** \\\n * **TREATMENT_NAME**\n */\nexport type HealthcareEntityCategory = string;\n\n/** Known values of {@link RelationType} that the service accepts. */\nexport enum KnownRelationType {\n /** Abbreviation */\n Abbreviation = \"Abbreviation\",\n /** DirectionOfBodyStructure */\n DirectionOfBodyStructure = \"DirectionOfBodyStructure\",\n /** DirectionOfCondition */\n DirectionOfCondition = \"DirectionOfCondition\",\n /** DirectionOfExamination */\n DirectionOfExamination = \"DirectionOfExamination\",\n /** DirectionOfTreatment */\n DirectionOfTreatment = \"DirectionOfTreatment\",\n /** DosageOfMedication */\n DosageOfMedication = \"DosageOfMedication\",\n /** FormOfMedication */\n FormOfMedication = \"FormOfMedication\",\n /** FrequencyOfMedication */\n FrequencyOfMedication = \"FrequencyOfMedication\",\n /** FrequencyOfTreatment */\n FrequencyOfTreatment = \"FrequencyOfTreatment\",\n /** QualifierOfCondition */\n QualifierOfCondition = \"QualifierOfCondition\",\n /** RelationOfExamination */\n RelationOfExamination = \"RelationOfExamination\",\n /** RouteOfMedication */\n RouteOfMedication = \"RouteOfMedication\",\n /** TimeOfCondition */\n TimeOfCondition = \"TimeOfCondition\",\n /** TimeOfEvent */\n TimeOfEvent = \"TimeOfEvent\",\n /** TimeOfExamination */\n TimeOfExamination = \"TimeOfExamination\",\n /** TimeOfMedication */\n TimeOfMedication = \"TimeOfMedication\",\n /** TimeOfTreatment */\n TimeOfTreatment = \"TimeOfTreatment\",\n /** UnitOfCondition */\n UnitOfCondition = \"UnitOfCondition\",\n /** UnitOfExamination */\n UnitOfExamination = \"UnitOfExamination\",\n /** ValueOfCondition */\n ValueOfCondition = \"ValueOfCondition\",\n /** ValueOfExamination */\n ValueOfExamination = \"ValueOfExamination\"\n}\n\n/**\n * Defines values for RelationType. \\\n * {@link KnownRelationType} can be used interchangeably with RelationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Abbreviation** \\\n * **DirectionOfBodyStructure** \\\n * **DirectionOfCondition** \\\n * **DirectionOfExamination** \\\n * **DirectionOfTreatment** \\\n * **DosageOfMedication** \\\n * **FormOfMedication** \\\n * **FrequencyOfMedication** \\\n * **FrequencyOfTreatment** \\\n * **QualifierOfCondition** \\\n * **RelationOfExamination** \\\n * **RouteOfMedication** \\\n * **TimeOfCondition** \\\n * **TimeOfEvent** \\\n * **TimeOfExamination** \\\n * **TimeOfMedication** \\\n * **TimeOfTreatment** \\\n * **UnitOfCondition** \\\n * **UnitOfExamination** \\\n * **ValueOfCondition** \\\n * **ValueOfExamination**\n */\nexport type RelationType = string;\n/** Defines values for State. */\nexport type State =\n | \"notStarted\"\n | \"running\"\n | \"succeeded\"\n | \"failed\"\n | \"rejected\"\n | \"cancelled\"\n | \"cancelling\";\n/** Defines values for DocumentSentimentLabel. */\nexport type DocumentSentimentLabel =\n | \"positive\"\n | \"neutral\"\n | \"negative\"\n | \"mixed\";\n/** Defines values for SentenceSentimentLabel. */\nexport type SentenceSentimentLabel = \"positive\" | \"neutral\" | \"negative\";\n/** Defines values for TokenSentimentValue. */\nexport type TokenSentimentValue = \"positive\" | \"mixed\" | \"negative\";\n/** Defines values for TargetRelationType. */\nexport type TargetRelationType = \"assessment\" | \"target\";\n/** Defines values for Conditionality. */\nexport type Conditionality = \"hypothetical\" | \"conditional\";\n/** Defines values for Certainty. */\nexport type Certainty =\n | \"positive\"\n | \"positivePossible\"\n | \"neutralPossible\"\n | \"negativePossible\"\n | \"negative\";\n/** Defines values for Association. */\nexport type Association = \"subject\" | \"other\";\n\n/** Optional parameters. */\nexport interface AnalyzeOptionalParams extends coreClient.OperationOptions {\n /** Collection of documents to analyze and tasks to execute. */\n body?: AnalyzeBatchInput;\n}\n\n/** Contains response data for the analyze operation. */\nexport type AnalyzeResponse = GeneratedClientAnalyzeHeaders;\n\n/** Optional parameters. */\nexport interface AnalyzeStatusOptionalParams\n extends coreClient.OperationOptions {\n /** (Optional) if set to true, response will contain request and document level statistics. */\n includeStatistics?: boolean;\n /** (Optional) Set the maximum number of results per task. When both $top and $skip are specified, $skip is applied first. */\n top?: number;\n /** (Optional) Set the number of elements to offset in the response. When both $top and $skip are specified, $skip is applied first. */\n skip?: number;\n}\n\n/** Contains response data for the analyzeStatus operation. */\nexport type AnalyzeStatusResponse = AnalyzeJobState;\n\n/** Optional parameters. */\nexport interface HealthStatusOptionalParams\n extends coreClient.OperationOptions {\n /** (Optional) if set to true, response will contain request and document level statistics. */\n includeStatistics?: boolean;\n /** (Optional) Set the maximum number of results per task. When both $top and $skip are specified, $skip is applied first. */\n top?: number;\n /** (Optional) Set the number of elements to offset in the response. When both $top and $skip are specified, $skip is applied first. */\n skip?: number;\n}\n\n/** Contains response data for the healthStatus operation. */\nexport type HealthStatusResponse = HealthcareJobState;\n\n/** Optional parameters. */\nexport interface CancelHealthJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the cancelHealthJob operation. */\nexport type CancelHealthJobResponse = GeneratedClientCancelHealthJobHeaders;\n\n/** Optional parameters. */\nexport interface HealthOptionalParams extends coreClient.OperationOptions {\n /** (Optional) This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. */\n modelVersion?: string;\n /** (Optional) Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets */\n stringIndexType?: StringIndexType;\n /** (Optional) If set to true, you opt-out of having your text input logged for troubleshooting. By default, Text Analytics logs your input text for 48 hours, solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions. Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur. Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai. */\n loggingOptOut?: boolean;\n}\n\n/** Contains response data for the health operation. */\nexport type HealthResponse = GeneratedClientHealthHeaders;\n\n/** Optional parameters. */\nexport interface EntitiesRecognitionGeneralOptionalParams\n extends coreClient.OperationOptions {\n /** (Optional) if set to true, response will contain request and document level statistics. */\n includeStatistics?: boolean;\n /** (Optional) This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. */\n modelVersion?: string;\n /** (Optional) Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets */\n stringIndexType?: StringIndexType;\n /** (Optional) If set to true, you opt-out of having your text input logged for troubleshooting. By default, Text Analytics logs your input text for 48 hours, solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions. Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur. Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai. */\n loggingOptOut?: boolean;\n}\n\n/** Contains response data for the entitiesRecognitionGeneral operation. */\nexport type EntitiesRecognitionGeneralResponse = EntitiesResult;\n\n/** Optional parameters. */\nexport interface EntitiesRecognitionPiiOptionalParams\n extends coreClient.OperationOptions {\n /** (Optional) if set to true, response will contain request and document level statistics. */\n includeStatistics?: boolean;\n /** (Optional) This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. */\n modelVersion?: string;\n /** (Optional) Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets */\n stringIndexType?: StringIndexType;\n /** (Optional) If set to true, you opt-out of having your text input logged for troubleshooting. By default, Text Analytics logs your input text for 48 hours, solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions. Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur. Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai. */\n loggingOptOut?: boolean;\n /** (Optional) if specified, will set the PII domain to include only a subset of the entity categories. Possible values include: 'PHI', 'none'. */\n domain?: string;\n /** (Optional) describes the PII categories to return */\n piiCategories?: PiiCategory[];\n}\n\n/** Contains response data for the entitiesRecognitionPii operation. */\nexport type EntitiesRecognitionPiiResponse = PiiResult;\n\n/** Optional parameters. */\nexport interface EntitiesLinkingOptionalParams\n extends coreClient.OperationOptions {\n /** (Optional) if set to true, response will contain request and document level statistics. */\n includeStatistics?: boolean;\n /** (Optional) This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. */\n modelVersion?: string;\n /** (Optional) Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets */\n stringIndexType?: StringIndexType;\n /** (Optional) If set to true, you opt-out of having your text input logged for troubleshooting. By default, Text Analytics logs your input text for 48 hours, solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions. Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur. Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai. */\n loggingOptOut?: boolean;\n}\n\n/** Contains response data for the entitiesLinking operation. */\nexport type EntitiesLinkingResponse = EntityLinkingResult;\n\n/** Optional parameters. */\nexport interface KeyPhrasesOptionalParams extends coreClient.OperationOptions {\n /** (Optional) if set to true, response will contain request and document level statistics. */\n includeStatistics?: boolean;\n /** (Optional) This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. */\n modelVersion?: string;\n /** (Optional) If set to true, you opt-out of having your text input logged for troubleshooting. By default, Text Analytics logs your input text for 48 hours, solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions. Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur. Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai. */\n loggingOptOut?: boolean;\n}\n\n/** Contains response data for the keyPhrases operation. */\nexport type KeyPhrasesResponse = KeyPhraseResult;\n\n/** Optional parameters. */\nexport interface LanguagesOptionalParams extends coreClient.OperationOptions {\n /** (Optional) if set to true, response will contain request and document level statistics. */\n includeStatistics?: boolean;\n /** (Optional) This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. */\n modelVersion?: string;\n /** (Optional) If set to true, you opt-out of having your text input logged for troubleshooting. By default, Text Analytics logs your input text for 48 hours, solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions. Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur. Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai. */\n loggingOptOut?: boolean;\n}\n\n/** Contains response data for the languages operation. */\nexport type LanguagesResponse = LanguageResult;\n\n/** Optional parameters. */\nexport interface SentimentOptionalParams extends coreClient.OperationOptions {\n /** (Optional) if set to true, response will contain request and document level statistics. */\n includeStatistics?: boolean;\n /** (Optional) This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. */\n modelVersion?: string;\n /** (Optional) Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets */\n stringIndexType?: StringIndexType;\n /** (Optional) If set to true, you opt-out of having your text input logged for troubleshooting. By default, Text Analytics logs your input text for 48 hours, solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions. Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur. Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai. */\n loggingOptOut?: boolean;\n /** (Optional) if set to true, response will contain not only sentiment prediction but also opinion mining (aspect-based sentiment analysis) results. */\n opinionMining?: boolean;\n}\n\n/** Contains response data for the sentiment operation. */\nexport type SentimentOperationResponse = SentimentResponse;\n\n/** Optional parameters. */\nexport interface GeneratedClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** Text Analytics API version (for example, v3.0). */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const JobDescriptor: coreClient.CompositeMapper;
|
|
3
|
+
export declare const AnalysisInput: coreClient.CompositeMapper;
|
|
4
|
+
export declare const MultiLanguageBatchInput: coreClient.CompositeMapper;
|
|
5
|
+
export declare const TextDocumentInput: coreClient.CompositeMapper;
|
|
6
|
+
export declare const JobManifest: coreClient.CompositeMapper;
|
|
7
|
+
export declare const JobManifestTasks: coreClient.CompositeMapper;
|
|
8
|
+
export declare const EntitiesTask: coreClient.CompositeMapper;
|
|
9
|
+
export declare const EntitiesTaskParameters: coreClient.CompositeMapper;
|
|
10
|
+
export declare const PiiTask: coreClient.CompositeMapper;
|
|
11
|
+
export declare const PiiTaskParameters: coreClient.CompositeMapper;
|
|
12
|
+
export declare const KeyPhrasesTask: coreClient.CompositeMapper;
|
|
13
|
+
export declare const KeyPhrasesTaskParameters: coreClient.CompositeMapper;
|
|
14
|
+
export declare const EntityLinkingTask: coreClient.CompositeMapper;
|
|
15
|
+
export declare const EntityLinkingTaskParameters: coreClient.CompositeMapper;
|
|
16
|
+
export declare const SentimentAnalysisTask: coreClient.CompositeMapper;
|
|
17
|
+
export declare const SentimentAnalysisTaskParameters: coreClient.CompositeMapper;
|
|
18
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
19
|
+
export declare const TextAnalyticsError: coreClient.CompositeMapper;
|
|
20
|
+
export declare const InnerError: coreClient.CompositeMapper;
|
|
21
|
+
export declare const JobMetadata: coreClient.CompositeMapper;
|
|
22
|
+
export declare const AnalyzeJobDisplayName: coreClient.CompositeMapper;
|
|
23
|
+
export declare const TasksState: coreClient.CompositeMapper;
|
|
24
|
+
export declare const TasksStateTasks: coreClient.CompositeMapper;
|
|
25
|
+
export declare const TaskState: coreClient.CompositeMapper;
|
|
26
|
+
export declare const EntitiesTaskResult: coreClient.CompositeMapper;
|
|
27
|
+
export declare const EntitiesResult: coreClient.CompositeMapper;
|
|
28
|
+
export declare const DocumentEntities: coreClient.CompositeMapper;
|
|
29
|
+
export declare const Entity: coreClient.CompositeMapper;
|
|
30
|
+
export declare const TextAnalyticsWarning: coreClient.CompositeMapper;
|
|
31
|
+
export declare const TextDocumentStatistics: coreClient.CompositeMapper;
|
|
32
|
+
export declare const DocumentError: coreClient.CompositeMapper;
|
|
33
|
+
export declare const TextDocumentBatchStatistics: coreClient.CompositeMapper;
|
|
34
|
+
export declare const PiiTaskResult: coreClient.CompositeMapper;
|
|
35
|
+
export declare const PiiResult: coreClient.CompositeMapper;
|
|
36
|
+
export declare const PiiDocumentEntities: coreClient.CompositeMapper;
|
|
37
|
+
export declare const KeyPhraseTaskResult: coreClient.CompositeMapper;
|
|
38
|
+
export declare const KeyPhraseResult: coreClient.CompositeMapper;
|
|
39
|
+
export declare const DocumentKeyPhrases: coreClient.CompositeMapper;
|
|
40
|
+
export declare const EntityLinkingTaskResult: coreClient.CompositeMapper;
|
|
41
|
+
export declare const EntityLinkingResult: coreClient.CompositeMapper;
|
|
42
|
+
export declare const DocumentLinkedEntities: coreClient.CompositeMapper;
|
|
43
|
+
export declare const LinkedEntity: coreClient.CompositeMapper;
|
|
44
|
+
export declare const Match: coreClient.CompositeMapper;
|
|
45
|
+
export declare const SentimentTaskResult: coreClient.CompositeMapper;
|
|
46
|
+
export declare const SentimentResponse: coreClient.CompositeMapper;
|
|
47
|
+
export declare const DocumentSentiment: coreClient.CompositeMapper;
|
|
48
|
+
export declare const SentimentConfidenceScores: coreClient.CompositeMapper;
|
|
49
|
+
export declare const SentenceSentiment: coreClient.CompositeMapper;
|
|
50
|
+
export declare const SentenceTarget: coreClient.CompositeMapper;
|
|
51
|
+
export declare const TargetConfidenceScoreLabel: coreClient.CompositeMapper;
|
|
52
|
+
export declare const TargetRelation: coreClient.CompositeMapper;
|
|
53
|
+
export declare const SentenceAssessment: coreClient.CompositeMapper;
|
|
54
|
+
export declare const AnalyzeJobErrorsAndStatistics: coreClient.CompositeMapper;
|
|
55
|
+
export declare const Pagination: coreClient.CompositeMapper;
|
|
56
|
+
export declare const HealthcareTaskResult: coreClient.CompositeMapper;
|
|
57
|
+
export declare const HealthcareResult: coreClient.CompositeMapper;
|
|
58
|
+
export declare const DocumentHealthcareEntities: coreClient.CompositeMapper;
|
|
59
|
+
export declare const HealthcareEntityProperties: coreClient.CompositeMapper;
|
|
60
|
+
export declare const HealthcareLinkingProperties: coreClient.CompositeMapper;
|
|
61
|
+
export declare const HealthcareAssertion: coreClient.CompositeMapper;
|
|
62
|
+
export declare const HealthcareEntityLink: coreClient.CompositeMapper;
|
|
63
|
+
export declare const HealthcareRelation: coreClient.CompositeMapper;
|
|
64
|
+
export declare const HealthcareRelationEntity: coreClient.CompositeMapper;
|
|
65
|
+
export declare const LanguageBatchInput: coreClient.CompositeMapper;
|
|
66
|
+
export declare const DetectLanguageInput: coreClient.CompositeMapper;
|
|
67
|
+
export declare const LanguageResult: coreClient.CompositeMapper;
|
|
68
|
+
export declare const DocumentLanguage: coreClient.CompositeMapper;
|
|
69
|
+
export declare const DetectedLanguage: coreClient.CompositeMapper;
|
|
70
|
+
export declare const AnalyzeBatchInput: coreClient.CompositeMapper;
|
|
71
|
+
export declare const AnalyzeJobMetadata: coreClient.CompositeMapper;
|
|
72
|
+
export declare const HealthcareJobState: coreClient.CompositeMapper;
|
|
73
|
+
export declare const AnalyzeJobState: coreClient.CompositeMapper;
|
|
74
|
+
export declare const TasksStateTasksEntityRecognitionTasksItem: coreClient.CompositeMapper;
|
|
75
|
+
export declare const TasksStateTasksEntityRecognitionPiiTasksItem: coreClient.CompositeMapper;
|
|
76
|
+
export declare const TasksStateTasksKeyPhraseExtractionTasksItem: coreClient.CompositeMapper;
|
|
77
|
+
export declare const TasksStateTasksEntityLinkingTasksItem: coreClient.CompositeMapper;
|
|
78
|
+
export declare const TasksStateTasksSentimentAnalysisTasksItem: coreClient.CompositeMapper;
|
|
79
|
+
export declare const HealthcareEntity: coreClient.CompositeMapper;
|
|
80
|
+
export declare const GeneratedClientAnalyzeHeaders: coreClient.CompositeMapper;
|
|
81
|
+
export declare const GeneratedClientCancelHealthJobHeaders: coreClient.CompositeMapper;
|
|
82
|
+
export declare const GeneratedClientHealthHeaders: coreClient.CompositeMapper;
|
|
83
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/mappers.ts"],"names":[],"mappings":"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"}
|