@azure/ai-language-text 1.1.0-alpha.20241204.2 → 1.1.0-alpha.20241205.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (309) hide show
  1. package/dist/browser/azureKeyCredentialPolicy.d.ts +9 -0
  2. package/dist/browser/azureKeyCredentialPolicy.d.ts.map +1 -0
  3. package/dist/browser/constants.d.ts +14 -0
  4. package/dist/browser/constants.d.ts.map +1 -0
  5. package/dist/browser/generated/generatedClient.d.ts +33 -0
  6. package/dist/browser/generated/generatedClient.d.ts.map +1 -0
  7. package/{dist-esm/src → dist/browser}/generated/generatedClient.js +3 -3
  8. package/dist/browser/generated/generatedClient.js.map +1 -0
  9. package/dist/browser/generated/index.d.ts +4 -0
  10. package/dist/browser/generated/index.d.ts.map +1 -0
  11. package/dist/browser/generated/index.js +11 -0
  12. package/dist/browser/generated/index.js.map +1 -0
  13. package/dist/browser/generated/models/index.d.ts +2034 -0
  14. package/dist/browser/generated/models/index.d.ts.map +1 -0
  15. package/dist/browser/generated/models/mappers.d.ts +171 -0
  16. package/dist/browser/generated/models/mappers.d.ts.map +1 -0
  17. package/dist/browser/generated/models/parameters.d.ts +12 -0
  18. package/dist/browser/generated/models/parameters.d.ts.map +1 -0
  19. package/{dist-esm/src → dist/browser}/generated/models/parameters.js +1 -1
  20. package/{dist-esm/src → dist/browser}/generated/models/parameters.js.map +1 -1
  21. package/dist/browser/generated/operations/analyzeText.d.ts +27 -0
  22. package/dist/browser/generated/operations/analyzeText.d.ts.map +1 -0
  23. package/{dist-esm/src → dist/browser}/generated/operations/analyzeText.js +2 -2
  24. package/dist/browser/generated/operations/analyzeText.js.map +1 -0
  25. package/dist/browser/generated/operations/index.d.ts +2 -0
  26. package/dist/browser/generated/operations/index.d.ts.map +1 -0
  27. package/{dist-esm/src/generated → dist/browser/generated/operations}/index.js +1 -3
  28. package/dist/browser/generated/operations/index.js.map +1 -0
  29. package/dist/browser/generated/operationsInterfaces/analyzeText.d.ts +19 -0
  30. package/dist/browser/generated/operationsInterfaces/analyzeText.d.ts.map +1 -0
  31. package/dist/browser/generated/operationsInterfaces/analyzeText.js.map +1 -0
  32. package/dist/browser/generated/operationsInterfaces/index.d.ts +2 -0
  33. package/dist/browser/generated/operationsInterfaces/index.d.ts.map +1 -0
  34. package/dist/browser/generated/operationsInterfaces/index.js +9 -0
  35. package/dist/browser/generated/operationsInterfaces/index.js.map +1 -0
  36. package/dist/browser/index.d.ts +16 -0
  37. package/dist/browser/index.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/index.js +3 -3
  39. package/dist/browser/index.js.map +1 -0
  40. package/dist/browser/logger.d.ts +6 -0
  41. package/dist/browser/logger.d.ts.map +1 -0
  42. package/dist/browser/lro.d.ts +60 -0
  43. package/dist/browser/lro.d.ts.map +1 -0
  44. package/{dist-esm/src → dist/browser}/lro.js +5 -5
  45. package/dist/browser/lro.js.map +1 -0
  46. package/dist/browser/models.d.ts +881 -0
  47. package/dist/browser/models.d.ts.map +1 -0
  48. package/{dist-esm/src → dist/browser}/models.js +1 -1
  49. package/dist/browser/models.js.map +1 -0
  50. package/dist/browser/package.json +3 -0
  51. package/dist/browser/textAnalysisClient.d.ts +487 -0
  52. package/dist/browser/textAnalysisClient.d.ts.map +1 -0
  53. package/{dist-esm/src → dist/browser}/textAnalysisClient.js +7 -7
  54. package/dist/browser/textAnalysisClient.js.map +1 -0
  55. package/dist/browser/transforms.d.ts +12 -0
  56. package/dist/browser/transforms.d.ts.map +1 -0
  57. package/{dist-esm/src → dist/browser}/transforms.js +1 -1
  58. package/dist/browser/transforms.js.map +1 -0
  59. package/dist/browser/util.d.ts +57 -0
  60. package/dist/browser/util.d.ts.map +1 -0
  61. package/{dist-esm/src → dist/browser}/util.js +1 -1
  62. package/dist/browser/util.js.map +1 -0
  63. package/dist/commonjs/azureKeyCredentialPolicy.d.ts +9 -0
  64. package/dist/commonjs/azureKeyCredentialPolicy.d.ts.map +1 -0
  65. package/dist/commonjs/azureKeyCredentialPolicy.js +25 -0
  66. package/dist/commonjs/azureKeyCredentialPolicy.js.map +1 -0
  67. package/dist/commonjs/constants.d.ts +14 -0
  68. package/dist/commonjs/constants.d.ts.map +1 -0
  69. package/dist/commonjs/constants.js +19 -0
  70. package/dist/commonjs/constants.js.map +1 -0
  71. package/dist/commonjs/generated/generatedClient.d.ts +33 -0
  72. package/dist/commonjs/generated/generatedClient.d.ts.map +1 -0
  73. package/dist/commonjs/generated/generatedClient.js +134 -0
  74. package/dist/commonjs/generated/generatedClient.js.map +1 -0
  75. package/dist/commonjs/generated/index.d.ts +4 -0
  76. package/dist/commonjs/generated/index.d.ts.map +1 -0
  77. package/dist/commonjs/generated/index.js +16 -0
  78. package/dist/commonjs/generated/index.js.map +1 -0
  79. package/dist/commonjs/generated/models/index.d.ts +2034 -0
  80. package/dist/commonjs/generated/models/index.d.ts.map +1 -0
  81. package/dist/commonjs/generated/models/index.js +735 -0
  82. package/dist/commonjs/generated/models/index.js.map +1 -0
  83. package/dist/commonjs/generated/models/mappers.d.ts +171 -0
  84. package/dist/commonjs/generated/models/mappers.d.ts.map +1 -0
  85. package/dist/commonjs/generated/models/mappers.js +2848 -0
  86. package/dist/commonjs/generated/models/mappers.js.map +1 -0
  87. package/dist/commonjs/generated/models/parameters.d.ts +12 -0
  88. package/dist/commonjs/generated/models/parameters.d.ts.map +1 -0
  89. package/dist/commonjs/generated/models/parameters.js +101 -0
  90. package/dist/commonjs/generated/models/parameters.js.map +1 -0
  91. package/dist/commonjs/generated/operations/analyzeText.d.ts +27 -0
  92. package/dist/commonjs/generated/operations/analyzeText.d.ts.map +1 -0
  93. package/dist/commonjs/generated/operations/analyzeText.js +83 -0
  94. package/dist/commonjs/generated/operations/analyzeText.js.map +1 -0
  95. package/dist/commonjs/generated/operations/index.d.ts +2 -0
  96. package/dist/commonjs/generated/operations/index.d.ts.map +1 -0
  97. package/dist/commonjs/generated/operations/index.js +12 -0
  98. package/dist/commonjs/generated/operations/index.js.map +1 -0
  99. package/dist/commonjs/generated/operationsInterfaces/analyzeText.d.ts +19 -0
  100. package/dist/commonjs/generated/operationsInterfaces/analyzeText.d.ts.map +1 -0
  101. package/dist/commonjs/generated/operationsInterfaces/analyzeText.js +10 -0
  102. package/dist/commonjs/generated/operationsInterfaces/analyzeText.js.map +1 -0
  103. package/dist/commonjs/generated/operationsInterfaces/index.d.ts +2 -0
  104. package/dist/commonjs/generated/operationsInterfaces/index.d.ts.map +1 -0
  105. package/dist/commonjs/generated/operationsInterfaces/index.js +12 -0
  106. package/dist/commonjs/generated/operationsInterfaces/index.js.map +1 -0
  107. package/dist/commonjs/index.d.ts +16 -0
  108. package/dist/commonjs/index.d.ts.map +1 -0
  109. package/dist/commonjs/index.js +31 -0
  110. package/dist/commonjs/index.js.map +1 -0
  111. package/dist/commonjs/logger.d.ts +6 -0
  112. package/dist/commonjs/logger.d.ts.map +1 -0
  113. package/dist/commonjs/logger.js +12 -0
  114. package/dist/commonjs/logger.js.map +1 -0
  115. package/dist/commonjs/lro.d.ts +60 -0
  116. package/dist/commonjs/lro.d.ts.map +1 -0
  117. package/dist/commonjs/lro.js +200 -0
  118. package/dist/commonjs/lro.js.map +1 -0
  119. package/dist/commonjs/models.d.ts +881 -0
  120. package/dist/commonjs/models.d.ts.map +1 -0
  121. package/dist/commonjs/models.js +38 -0
  122. package/dist/commonjs/models.js.map +1 -0
  123. package/dist/commonjs/package.json +3 -0
  124. package/dist/commonjs/textAnalysisClient.d.ts +487 -0
  125. package/dist/commonjs/textAnalysisClient.d.ts.map +1 -0
  126. package/dist/commonjs/textAnalysisClient.js +211 -0
  127. package/dist/commonjs/textAnalysisClient.js.map +1 -0
  128. package/dist/commonjs/transforms.d.ts +12 -0
  129. package/dist/commonjs/transforms.d.ts.map +1 -0
  130. package/dist/commonjs/transforms.js +388 -0
  131. package/dist/commonjs/transforms.js.map +1 -0
  132. package/dist/commonjs/tsdoc-metadata.json +11 -0
  133. package/dist/commonjs/util.d.ts +57 -0
  134. package/dist/commonjs/util.d.ts.map +1 -0
  135. package/dist/commonjs/util.js +141 -0
  136. package/dist/commonjs/util.js.map +1 -0
  137. package/dist/esm/azureKeyCredentialPolicy.d.ts +9 -0
  138. package/dist/esm/azureKeyCredentialPolicy.d.ts.map +1 -0
  139. package/dist/esm/azureKeyCredentialPolicy.js +22 -0
  140. package/dist/esm/azureKeyCredentialPolicy.js.map +1 -0
  141. package/dist/esm/constants.d.ts +14 -0
  142. package/dist/esm/constants.d.ts.map +1 -0
  143. package/dist/esm/constants.js +16 -0
  144. package/dist/esm/constants.js.map +1 -0
  145. package/dist/esm/generated/generatedClient.d.ts +33 -0
  146. package/dist/esm/generated/generatedClient.d.ts.map +1 -0
  147. package/dist/esm/generated/generatedClient.js +129 -0
  148. package/dist/esm/generated/generatedClient.js.map +1 -0
  149. package/dist/esm/generated/index.d.ts +4 -0
  150. package/dist/esm/generated/index.d.ts.map +1 -0
  151. package/dist/esm/generated/index.js +11 -0
  152. package/dist/esm/generated/index.js.map +1 -0
  153. package/dist/esm/generated/models/index.d.ts +2034 -0
  154. package/dist/esm/generated/models/index.d.ts.map +1 -0
  155. package/dist/esm/generated/models/index.js +732 -0
  156. package/dist/esm/generated/models/index.js.map +1 -0
  157. package/dist/esm/generated/models/mappers.d.ts +171 -0
  158. package/dist/esm/generated/models/mappers.d.ts.map +1 -0
  159. package/dist/esm/generated/models/mappers.js +2843 -0
  160. package/dist/esm/generated/models/mappers.js.map +1 -0
  161. package/dist/esm/generated/models/parameters.d.ts +12 -0
  162. package/dist/esm/generated/models/parameters.d.ts.map +1 -0
  163. package/dist/esm/generated/models/parameters.js +98 -0
  164. package/dist/esm/generated/models/parameters.js.map +1 -0
  165. package/dist/esm/generated/operations/analyzeText.d.ts +27 -0
  166. package/dist/esm/generated/operations/analyzeText.d.ts.map +1 -0
  167. package/dist/esm/generated/operations/analyzeText.js +78 -0
  168. package/dist/esm/generated/operations/analyzeText.js.map +1 -0
  169. package/dist/esm/generated/operations/index.d.ts +2 -0
  170. package/dist/esm/generated/operations/index.d.ts.map +1 -0
  171. package/dist/esm/generated/operations/index.js +9 -0
  172. package/dist/esm/generated/operations/index.js.map +1 -0
  173. package/dist/esm/generated/operationsInterfaces/analyzeText.d.ts +19 -0
  174. package/dist/esm/generated/operationsInterfaces/analyzeText.d.ts.map +1 -0
  175. package/{dist-esm/src/generated/operationsInterfaces/index.js → dist/esm/generated/operationsInterfaces/analyzeText.js} +2 -2
  176. package/dist/esm/generated/operationsInterfaces/analyzeText.js.map +1 -0
  177. package/dist/esm/generated/operationsInterfaces/index.d.ts +2 -0
  178. package/dist/esm/generated/operationsInterfaces/index.d.ts.map +1 -0
  179. package/dist/esm/generated/operationsInterfaces/index.js +9 -0
  180. package/dist/esm/generated/operationsInterfaces/index.js.map +1 -0
  181. package/dist/esm/index.d.ts +16 -0
  182. package/dist/esm/index.d.ts.map +1 -0
  183. package/dist/esm/index.js +18 -0
  184. package/dist/esm/index.js.map +1 -0
  185. package/dist/esm/logger.d.ts +6 -0
  186. package/dist/esm/logger.d.ts.map +1 -0
  187. package/dist/esm/logger.js +9 -0
  188. package/dist/esm/logger.js.map +1 -0
  189. package/dist/esm/lro.d.ts +60 -0
  190. package/dist/esm/lro.d.ts.map +1 -0
  191. package/dist/esm/lro.js +191 -0
  192. package/dist/esm/lro.js.map +1 -0
  193. package/dist/esm/models.d.ts +881 -0
  194. package/dist/esm/models.d.ts.map +1 -0
  195. package/dist/esm/models.js +35 -0
  196. package/dist/esm/models.js.map +1 -0
  197. package/dist/esm/package.json +3 -0
  198. package/dist/esm/textAnalysisClient.d.ts +487 -0
  199. package/dist/esm/textAnalysisClient.d.ts.map +1 -0
  200. package/dist/esm/textAnalysisClient.js +207 -0
  201. package/dist/esm/textAnalysisClient.js.map +1 -0
  202. package/dist/esm/transforms.d.ts +12 -0
  203. package/dist/esm/transforms.d.ts.map +1 -0
  204. package/dist/esm/transforms.js +383 -0
  205. package/dist/esm/transforms.js.map +1 -0
  206. package/dist/esm/util.d.ts +57 -0
  207. package/dist/esm/util.d.ts.map +1 -0
  208. package/dist/esm/util.js +131 -0
  209. package/dist/esm/util.js.map +1 -0
  210. package/dist/react-native/azureKeyCredentialPolicy.d.ts +9 -0
  211. package/dist/react-native/azureKeyCredentialPolicy.d.ts.map +1 -0
  212. package/dist/react-native/azureKeyCredentialPolicy.js +22 -0
  213. package/dist/react-native/azureKeyCredentialPolicy.js.map +1 -0
  214. package/dist/react-native/constants.d.ts +14 -0
  215. package/dist/react-native/constants.d.ts.map +1 -0
  216. package/dist/react-native/constants.js +16 -0
  217. package/dist/react-native/constants.js.map +1 -0
  218. package/dist/react-native/generated/generatedClient.d.ts +33 -0
  219. package/dist/react-native/generated/generatedClient.d.ts.map +1 -0
  220. package/dist/react-native/generated/generatedClient.js +129 -0
  221. package/dist/react-native/generated/generatedClient.js.map +1 -0
  222. package/dist/react-native/generated/index.d.ts +4 -0
  223. package/dist/react-native/generated/index.d.ts.map +1 -0
  224. package/dist/react-native/generated/index.js +11 -0
  225. package/dist/react-native/generated/index.js.map +1 -0
  226. package/dist/react-native/generated/models/index.d.ts +2034 -0
  227. package/dist/react-native/generated/models/index.d.ts.map +1 -0
  228. package/dist/react-native/generated/models/index.js +732 -0
  229. package/dist/react-native/generated/models/index.js.map +1 -0
  230. package/dist/react-native/generated/models/mappers.d.ts +171 -0
  231. package/dist/react-native/generated/models/mappers.d.ts.map +1 -0
  232. package/dist/react-native/generated/models/mappers.js +2843 -0
  233. package/dist/react-native/generated/models/mappers.js.map +1 -0
  234. package/dist/react-native/generated/models/parameters.d.ts +12 -0
  235. package/dist/react-native/generated/models/parameters.d.ts.map +1 -0
  236. package/dist/react-native/generated/models/parameters.js +98 -0
  237. package/dist/react-native/generated/models/parameters.js.map +1 -0
  238. package/dist/react-native/generated/operations/analyzeText.d.ts +27 -0
  239. package/dist/react-native/generated/operations/analyzeText.d.ts.map +1 -0
  240. package/dist/react-native/generated/operations/analyzeText.js +78 -0
  241. package/dist/react-native/generated/operations/analyzeText.js.map +1 -0
  242. package/dist/react-native/generated/operations/index.d.ts +2 -0
  243. package/dist/react-native/generated/operations/index.d.ts.map +1 -0
  244. package/dist/react-native/generated/operations/index.js +9 -0
  245. package/dist/react-native/generated/operations/index.js.map +1 -0
  246. package/dist/react-native/generated/operationsInterfaces/analyzeText.d.ts +19 -0
  247. package/dist/react-native/generated/operationsInterfaces/analyzeText.d.ts.map +1 -0
  248. package/{dist-esm/src/generated/operations/index.js → dist/react-native/generated/operationsInterfaces/analyzeText.js} +2 -2
  249. package/dist/react-native/generated/operationsInterfaces/analyzeText.js.map +1 -0
  250. package/dist/react-native/generated/operationsInterfaces/index.d.ts +2 -0
  251. package/dist/react-native/generated/operationsInterfaces/index.d.ts.map +1 -0
  252. package/dist/react-native/generated/operationsInterfaces/index.js +9 -0
  253. package/dist/react-native/generated/operationsInterfaces/index.js.map +1 -0
  254. package/dist/react-native/index.d.ts +16 -0
  255. package/dist/react-native/index.d.ts.map +1 -0
  256. package/dist/react-native/index.js +18 -0
  257. package/dist/react-native/index.js.map +1 -0
  258. package/dist/react-native/logger.d.ts +6 -0
  259. package/dist/react-native/logger.d.ts.map +1 -0
  260. package/dist/react-native/logger.js +9 -0
  261. package/dist/react-native/logger.js.map +1 -0
  262. package/dist/react-native/lro.d.ts +60 -0
  263. package/dist/react-native/lro.d.ts.map +1 -0
  264. package/dist/react-native/lro.js +191 -0
  265. package/dist/react-native/lro.js.map +1 -0
  266. package/dist/react-native/models.d.ts +881 -0
  267. package/dist/react-native/models.d.ts.map +1 -0
  268. package/dist/react-native/models.js +35 -0
  269. package/dist/react-native/models.js.map +1 -0
  270. package/dist/react-native/package.json +3 -0
  271. package/dist/react-native/textAnalysisClient.d.ts +487 -0
  272. package/dist/react-native/textAnalysisClient.d.ts.map +1 -0
  273. package/dist/react-native/textAnalysisClient.js +207 -0
  274. package/dist/react-native/textAnalysisClient.js.map +1 -0
  275. package/dist/react-native/transforms.d.ts +12 -0
  276. package/dist/react-native/transforms.d.ts.map +1 -0
  277. package/dist/react-native/transforms.js +383 -0
  278. package/dist/react-native/transforms.js.map +1 -0
  279. package/dist/react-native/util.d.ts +57 -0
  280. package/dist/react-native/util.d.ts.map +1 -0
  281. package/dist/react-native/util.js +131 -0
  282. package/dist/react-native/util.js.map +1 -0
  283. package/package.json +71 -50
  284. package/dist/index.js +0 -5015
  285. package/dist/index.js.map +0 -1
  286. package/dist-esm/src/generated/generatedClient.js.map +0 -1
  287. package/dist-esm/src/generated/index.js.map +0 -1
  288. package/dist-esm/src/generated/operations/analyzeText.js.map +0 -1
  289. package/dist-esm/src/generated/operations/index.js.map +0 -1
  290. package/dist-esm/src/generated/operationsInterfaces/analyzeText.js.map +0 -1
  291. package/dist-esm/src/generated/operationsInterfaces/index.js.map +0 -1
  292. package/dist-esm/src/index.js.map +0 -1
  293. package/dist-esm/src/lro.js.map +0 -1
  294. package/dist-esm/src/models.js.map +0 -1
  295. package/dist-esm/src/textAnalysisClient.js.map +0 -1
  296. package/dist-esm/src/transforms.js.map +0 -1
  297. package/dist-esm/src/util.js.map +0 -1
  298. package/types/ai-language-text.d.ts +0 -2716
  299. /package/{dist-esm/src → dist/browser}/azureKeyCredentialPolicy.js +0 -0
  300. /package/{dist-esm/src → dist/browser}/azureKeyCredentialPolicy.js.map +0 -0
  301. /package/{dist-esm/src → dist/browser}/constants.js +0 -0
  302. /package/{dist-esm/src → dist/browser}/constants.js.map +0 -0
  303. /package/{dist-esm/src → dist/browser}/generated/models/index.js +0 -0
  304. /package/{dist-esm/src → dist/browser}/generated/models/index.js.map +0 -0
  305. /package/{dist-esm/src → dist/browser}/generated/models/mappers.js +0 -0
  306. /package/{dist-esm/src → dist/browser}/generated/models/mappers.js.map +0 -0
  307. /package/{dist-esm/src → dist/browser}/generated/operationsInterfaces/analyzeText.js +0 -0
  308. /package/{dist-esm/src → dist/browser}/logger.js +0 -0
  309. /package/{dist-esm/src → dist/browser}/logger.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 type AnalyzeActionUnion =\n | AnalyzeAction\n | AnalyzeTextEntityLinkingInput\n | AnalyzeTextEntityRecognitionInput\n | AnalyzeTextKeyPhraseExtractionInput\n | AnalyzeTextPiiEntitiesRecognitionInput\n | AnalyzeTextLanguageDetectionInput\n | AnalyzeTextSentimentAnalysisInput;\nexport type AnalyzeTextTaskResultUnion =\n | AnalyzeTextTaskResult\n | SentimentTaskResult\n | EntitiesTaskResult\n | EntityLinkingTaskResult\n | PiiTaskResult\n | KeyPhraseTaskResult\n | LanguageDetectionTaskResult;\nexport type AnalyzeBatchActionUnion =\n | AnalyzeBatchAction\n | CustomEntitiesLROTask\n | CustomSingleLabelClassificationLROTask\n | CustomMultiLabelClassificationLROTask\n | HealthcareLROTask\n | SentimentAnalysisLROTask\n | EntitiesLROTask\n | EntityLinkingLROTask\n | PiiLROTask\n | ExtractiveSummarizationLROTask\n | KeyPhraseLROTask\n | AbstractiveSummarizationLROTask;\nexport type AnalyzeTextLROResultUnion =\n | AnalyzeTextLROResult\n | EntityRecognitionLROResult\n | CustomEntityRecognitionLROResult\n | CustomSingleLabelClassificationLROResult\n | CustomMultiLabelClassificationLROResult\n | EntityLinkingLROResult\n | PiiEntityRecognitionLROResult\n | ExtractiveSummarizationLROResult\n | HealthcareLROResult\n | SentimentLROResult\n | KeyPhraseExtractionLROResult\n | AbstractiveSummarizationLROResult;\n\nexport interface AnalyzeAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind:\n | \"EntityLinking\"\n | \"EntityRecognition\"\n | \"KeyPhraseExtraction\"\n | \"PiiEntityRecognition\"\n | \"LanguageDetection\"\n | \"SentimentAnalysis\";\n}\n\nexport interface AnalyzeTextTaskResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind:\n | \"SentimentAnalysisResults\"\n | \"EntityRecognitionResults\"\n | \"EntityLinkingResults\"\n | \"PiiEntityRecognitionResults\"\n | \"KeyPhraseExtractionResults\"\n | \"LanguageDetectionResults\";\n}\n\n/** Error response. */\nexport interface ErrorResponse {\n /** The error object. */\n error: ErrorModel;\n}\n\n/** The error object. */\nexport interface ErrorModel {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** One of a server-defined set of error codes. */\n code: ErrorCode;\n /** A human-readable representation of the error. */\n message: string;\n /** The target of the error. */\n target?: string;\n /** An array of details about specific errors that led to this reported error. */\n details?: ErrorModel[];\n /** An object containing more specific information than the current object about the error. */\n innererror?: InnerErrorModel;\n}\n\n/** An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses. */\nexport interface InnerErrorModel {\n /** One of a server-defined set of error codes. */\n code: InnerErrorCode;\n /** Error message. */\n message: string;\n /** Error details. */\n details?: { [propertyName: string]: string };\n /** Error target. */\n target?: string;\n /** An object containing more specific information than the current object about the error. */\n innererror?: InnerErrorModel;\n}\n\nexport interface AnalyzeTextJobsInput {\n /** Optional display name for the analysis job. */\n displayName?: string;\n analysisInput: MultiLanguageAnalysisInput;\n /** The set of tasks to execute on the input documents. */\n tasks: AnalyzeBatchActionUnion[];\n}\n\nexport interface MultiLanguageAnalysisInput {\n documents?: TextDocumentInput[];\n}\n\n/** An object representing an individual text document to be analyzed by the Language 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\n/** The State of a batched action */\nexport interface BatchActionState {\n /** The name of the action */\n actionName?: string;\n}\n\nexport interface JobState {\n displayName?: string;\n createdOn: Date;\n expiresOn?: Date;\n id: string;\n modifiedOn: Date;\n status: OperationStatus;\n errors?: ErrorModel[];\n nextLink?: 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 items?: AnalyzeTextLROResultUnion[];\n}\n\nexport interface TaskState {\n lastUpdateDateTime: Date;\n status: State;\n}\n\nexport interface AnalyzeTextJobStatistics {\n /** if includeStatistics=true was specified in the request this field will contain information about the request payload. */\n statistics?: TextDocumentBatchStatistics;\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 LanguageDetectionAnalysisInput {\n documents?: LanguageDetectionInput[];\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 Language predictive model in detecting the document's language. */\nexport interface LanguageDetectionInput {\n /** Unique, non-empty document identifier. */\n id: string;\n /** Full text of the input document. */\n text: string;\n /** A hint indicating the document's country of origin to assist the Language predictive model in detecting the document's language. */\n countryHint?: string;\n}\n\n/** Configuration common to all actions. */\nexport interface ActionCommon {\n /**\n * If set to true, you opt-out of having your text input logged for troubleshooting. By default, Cognitive Language Service logs your input text for 48 hours, solely to allow for troubleshooting issues. Setting this parameter to true, disables in logging and may limit our ability to remediate issues that occur.\n *\n * Default is false.\n */\n disableServiceLogs?: boolean;\n}\n\nexport interface CustomResult {\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 the project name for the model. */\n projectName: string;\n /** This field indicates the deployment name for the model. */\n deploymentName: string;\n}\n\n/** Contains details of errors encountered during a job execution. */\nexport interface DocumentError {\n /** The ID of the input document. */\n id: string;\n /** Error encountered. */\n error: ErrorModel;\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 Language service is described at https://docs.microsoft.com/azure/cognitive-services/language-service/named-entity-recognition/concepts/named-entity-categories . */\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\nexport interface DocumentResult {\n /** Unique, non-empty document identifier. */\n id: string;\n /** Warnings encountered while processing document. */\n warnings: DocumentWarning[];\n /** if showStats=true was specified in the request this field will contain information about the document payload. */\n statistics?: TextDocumentStatistics;\n}\n\n/** Represents a warning encountered while processing a document. */\nexport interface DocumentWarning {\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\n/** A classification result from a custom classify document single category action */\nexport interface ClassificationCategory {\n /** Classification type. */\n category: string;\n /** Confidence score between 0 and 1 of the recognized class. */\n confidenceScore: number;\n}\n\n/** A type representing a reference for the healthcare entity into a specific entity catalog. */\nexport interface HealthcareEntity {\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 /** An object that describes metadata about the healthcare entity such as whether it is hypothetical or conditional. */\n assertion?: HealthcareAssertion;\n /** Preferred name for the entity. Example: 'histologically' would have a 'name' of 'histologic'. */\n normalizedText?: string;\n /** Entity references in known data sources. */\n dataSources?: EntityDataSource[];\n}\n\n/** An object that describes metadata about the healthcare entity such as whether it is hypothetical or conditional. */\nexport interface HealthcareAssertion {\n /** Describes any conditionality on the entity. */\n conditionality?: EntityConditionality;\n /** Describes the entities certainty and polarity. */\n certainty?: EntityCertainty;\n /** Describes if the entity is the subject of the text or if it describes someone else. */\n association?: EntityAssociation;\n}\n\n/** A type representing a reference for the healthcare entity into a specific entity catalog. */\nexport interface EntityDataSource {\n /** Entity Catalog. Examples include: UMLS, CHV, MSH, etc. */\n name: string;\n /** Entity id in the given source catalog. */\n entityId: 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 /** Confidence score between 0 and 1 of the extracted relation. */\n confidenceScore?: number;\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 PreBuiltResult {\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\n/** Represents the confidence scores between 0 and 1 across all sentiment classes: positive, neutral, negative. */\nexport interface SentimentConfidenceScores {\n /** Confidence score for positive sentiment */\n positive: number;\n /** Confidence score for neutral sentiment */\n neutral: number;\n /** Confidence score for negative sentiment */\n negative: number;\n}\n\n/** The predicted sentiment for a given span of text. For more information regarding text sentiment, seehttps://docs.microsoft.com/azure/cognitive-services/language-service/sentiment-opinion-mining/overview. */\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?: AssessmentSentiment[];\n}\n\nexport interface SentenceTarget {\n /** Targeted sentiment in the sentence. */\n sentiment: TokenSentimentLabel;\n /** Target sentiment confidence scores for the target in the sentence. */\n confidenceScores: TargetConfidenceScores;\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 and negative. */\nexport interface TargetConfidenceScores {\n /** Confidence score for positive sentiment */\n positive: number;\n /** Confidence score for negative sentiment */\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\n/** An object that contains the predicted sentiment, confidence scores and other information about an assessment of a target. For example, in the sentence \"The food is good\", the assessment of the target 'food' is 'good'. */\nexport interface AssessmentSentiment {\n /** Assessment sentiment in the sentence. */\n sentiment: TokenSentimentLabel;\n /** Assessment sentiment confidence scores in the sentence. */\n confidenceScores: TargetConfidenceScores;\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\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 Language 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\n/** A sentence that is part of the extracted summary. */\nexport interface SummarySentence {\n /** The extracted sentence text. */\n text: string;\n /** A double value representing the relevance of the sentence within the summary. Higher values indicate higher importance. */\n rankScore: number;\n /** The sentence offset from the start of the document, based on the value of the parameter StringIndexType. */\n offset: number;\n /** The length of the sentence. */\n length: number;\n}\n\n/** Information about the language of a document as identified by the Language 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 Pagination {\n nextLink?: string;\n}\n\nexport interface JobErrors {\n errors?: ErrorModel[];\n}\n\n/** Supported parameters for an Abstractive Summarization task. */\nexport interface AbstractiveSummarizationTaskParametersBase {\n /** It controls the approximate number of sentences in the output summaries. */\n sentenceCount?: number;\n /**\n * Specifies the measurement unit used to calculate the offset and length properties. For a list of possible values, see {@link KnownStringIndexType}.\n *\n * The default is the JavaScript's default which is \"Utf16CodeUnit\".\n */\n stringIndexType?: StringIndexType;\n}\n\n/** An object representing the summarization results of each document. */\nexport interface AbstractiveSummarizationResultBase {\n /** Response by document */\n documents: AbstractiveSummaryDocumentResult[];\n}\n\n/** An object representing a single summary with context for given document. */\nexport interface AbstractiveSummary {\n /** The text of the summary. */\n text: string;\n /** The context list of the summary. */\n contexts: SummaryContext[];\n}\n\n/** The context of the summary. */\nexport interface SummaryContext {\n /** Start position for the context. Use of different 'stringIndexType' values can affect the offset returned. */\n offset: number;\n /** The length of the context. Use of different 'stringIndexType' values can affect the length returned. */\n length: number;\n}\n\nexport interface AnalyzeTextEntityLinkingInput extends AnalyzeAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"EntityLinking\";\n analysisInput?: MultiLanguageAnalysisInput;\n /** Options for an entity linking action. */\n parameters?: EntityLinkingAction;\n}\n\nexport interface AnalyzeTextEntityRecognitionInput extends AnalyzeAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"EntityRecognition\";\n analysisInput?: MultiLanguageAnalysisInput;\n /** Options for an entity recognition action. */\n parameters?: EntityRecognitionAction;\n}\n\nexport interface AnalyzeTextKeyPhraseExtractionInput extends AnalyzeAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"KeyPhraseExtraction\";\n analysisInput?: MultiLanguageAnalysisInput;\n /** Options for a key phrase recognition action. */\n parameters?: KeyPhraseExtractionAction;\n}\n\nexport interface AnalyzeTextPiiEntitiesRecognitionInput extends AnalyzeAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"PiiEntityRecognition\";\n analysisInput?: MultiLanguageAnalysisInput;\n /** Options for a Pii entity recognition action. */\n parameters?: PiiEntityRecognitionAction;\n}\n\nexport interface AnalyzeTextLanguageDetectionInput extends AnalyzeAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"LanguageDetection\";\n analysisInput?: LanguageDetectionAnalysisInput;\n /** Options for a language detection action. */\n parameters?: LanguageDetectionAction;\n}\n\nexport interface AnalyzeTextSentimentAnalysisInput extends AnalyzeAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"SentimentAnalysis\";\n analysisInput?: MultiLanguageAnalysisInput;\n /** Options for a sentiment analysis action. */\n parameters?: SentimentAnalysisAction;\n}\n\nexport interface SentimentTaskResult extends AnalyzeTextTaskResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"SentimentAnalysisResults\";\n results: SentimentResponse;\n}\n\nexport interface EntitiesTaskResult extends AnalyzeTextTaskResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"EntityRecognitionResults\";\n results: EntitiesResult;\n}\n\nexport interface EntityLinkingTaskResult extends AnalyzeTextTaskResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"EntityLinkingResults\";\n results: EntityLinkingResult;\n}\n\nexport interface PiiTaskResult extends AnalyzeTextTaskResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"PiiEntityRecognitionResults\";\n results: PiiResult;\n}\n\nexport interface KeyPhraseTaskResult extends AnalyzeTextTaskResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"KeyPhraseExtractionResults\";\n results: KeyPhraseResult;\n}\n\nexport interface LanguageDetectionTaskResult extends AnalyzeTextTaskResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"LanguageDetectionResults\";\n results: LanguageDetectionResult;\n}\n\nexport interface AnalyzeBatchAction extends BatchActionState {\n /** Enumeration of supported long-running Text Analysis tasks. */\n kind: AnalyzeTextLROTaskKind;\n}\n\nexport interface AnalyzeTextLROResult extends TaskState, BatchActionState {\n /** Enumeration of supported Text Analysis long-running operation task results. */\n kind: AnalyzeTextLROResultsKind;\n}\n\nexport interface AnalyzeTextJobState\n extends JobState,\n TasksState,\n AnalyzeTextJobStatistics {}\n\n/** Configuration common to all actions that use prebuilt models. */\nexport interface ActionPrebuilt extends ActionCommon {\n /** The version of the model to be used by the action. */\n modelVersion?: string;\n}\n\n/** Configuration common to all actions that use custom models. */\nexport interface ActionCustom extends ActionCommon {\n /** The project name for the model to be used by the action. */\n projectName: string;\n /** The deployment name for the model to be used by the action. */\n deploymentName: string;\n}\n\nexport interface CustomEntitiesResult extends CustomResult {\n /** Response by document */\n documents: CustomEntitiesResultDocumentsItem[];\n}\n\nexport interface CustomLabelClassificationResult extends CustomResult {\n /** Response by document */\n documents: CustomLabelClassificationResultDocumentsItem[];\n}\n\nexport interface EntitiesDocumentResult extends DocumentResult {\n /** Recognized entities in the document. */\n entities: Entity[];\n}\n\nexport interface ClassificationDocumentResult extends DocumentResult {\n classifications: ClassificationCategory[];\n}\n\nexport interface HealthcareEntitiesDocumentResult extends DocumentResult {\n /** Healthcare entities. */\n entities: HealthcareEntity[];\n /** Healthcare entity relations. */\n relations: HealthcareRelation[];\n}\n\nexport interface SentimentDocumentResult extends DocumentResult {\n /** Predicted sentiment for document (Negative, Neutral, Positive, or Mixed). */\n sentiment: DocumentSentimentLabel;\n /** Document level sentiment confidence scores between 0 and 1 for each sentiment class. */\n confidenceScores: SentimentConfidenceScores;\n /** Sentence level sentiment analysis. */\n sentences: SentenceSentiment[];\n}\n\nexport interface LinkedEntitiesDocumentResult extends DocumentResult {\n /** Recognized well known entities in the document. */\n entities: LinkedEntity[];\n}\n\nexport interface PiiEntitiesDocumentResult extends DocumentResult {\n /** Returns redacted text. */\n redactedText: string;\n /** Recognized entities in the document. */\n entities: Entity[];\n}\n\nexport interface ExtractedSummaryDocumentResult extends DocumentResult {\n /** A ranked list of sentences representing the extracted summary. */\n sentences: SummarySentence[];\n}\n\nexport interface KeyPhrasesDocumentResult extends DocumentResult {\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}\n\nexport interface LanguageDetectionDocumentResult extends DocumentResult {\n /** Detected Language. */\n detectedLanguage: DetectedLanguage;\n}\n\n/** An object representing the summarization result of a single document. */\nexport interface AbstractiveSummaryDocumentResult extends DocumentResult {\n /** A list of abstractive summaries. */\n summaries: AbstractiveSummary[];\n}\n\nexport interface HealthcareResult extends PreBuiltResult {\n documents: HealthcareResultDocumentsItem[];\n}\n\nexport interface SentimentResponse extends PreBuiltResult {\n /** Sentiment analysis per document. */\n documents: SentimentResponseDocumentsItem[];\n}\n\nexport interface EntitiesResult extends PreBuiltResult {\n /** Response by document */\n documents: EntitiesResultDocumentsItem[];\n}\n\nexport interface EntityLinkingResult extends PreBuiltResult {\n /** Response by document */\n documents: EntityLinkingResultDocumentsItem[];\n}\n\nexport interface PiiResult extends PreBuiltResult {\n /** Response by document */\n documents: PiiResultDocumentsItem[];\n}\n\nexport interface ExtractiveSummarizationResult extends PreBuiltResult {\n /** Response by document */\n documents: ExtractedSummaryDocumentResult[];\n}\n\nexport interface KeyPhraseResult extends PreBuiltResult {\n /** Response by document */\n documents: KeyPhraseResultDocumentsItem[];\n}\n\nexport interface LanguageDetectionResult extends PreBuiltResult {\n /** Response by document */\n documents: LanguageDetectionDocumentResult[];\n}\n\n/** An object representing the pre-build summarization results of each document. */\nexport interface AbstractiveSummarizationResult\n extends AbstractiveSummarizationResultBase,\n PreBuiltResult {}\n\n/** Supported parameters for the pre-build Abstractive Summarization task. */\nexport interface AbstractiveSummarizationAction\n extends AbstractiveSummarizationTaskParametersBase,\n ActionPrebuilt {}\n\n/** Use custom models to ease the process of information extraction from unstructured documents like contracts or financial documents */\nexport interface CustomEntitiesLROTask extends AnalyzeBatchAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"CustomEntityRecognition\";\n /** Supported parameters for a Custom Entities task. */\n parameters?: CustomEntityRecognitionAction;\n}\n\n/** Use custom models to classify text into single label taxonomy */\nexport interface CustomSingleLabelClassificationLROTask\n extends AnalyzeBatchAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"CustomSingleLabelClassification\";\n /** Options for a single-label classification custom action */\n parameters?: CustomSingleLabelClassificationAction;\n}\n\n/** Use custom models to classify text into multi label taxonomy */\nexport interface CustomMultiLabelClassificationLROTask\n extends AnalyzeBatchAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"CustomMultiLabelClassification\";\n /** Options for a multi-label classification custom action */\n parameters?: CustomMultiLabelClassificationAction;\n}\n\nexport interface HealthcareLROTask extends AnalyzeBatchAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Healthcare\";\n /** Supported parameters for a Healthcare task. */\n parameters?: HealthcareAction;\n}\n\n/** An object representing the task definition for a Sentiment Analysis task. */\nexport interface SentimentAnalysisLROTask extends AnalyzeBatchAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"SentimentAnalysis\";\n /** Options for a sentiment analysis action. */\n parameters?: SentimentAnalysisAction;\n}\n\n/** An object representing the task definition for an Entities Recognition task. */\nexport interface EntitiesLROTask extends AnalyzeBatchAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"EntityRecognition\";\n /** Options for an entity recognition action. */\n parameters?: EntityRecognitionAction;\n}\n\n/** An object representing the task definition for an Entity Linking task. */\nexport interface EntityLinkingLROTask extends AnalyzeBatchAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"EntityLinking\";\n /** Options for an entity linking action. */\n parameters?: EntityLinkingAction;\n}\n\n/** An object representing the task definition for a PII Entities Recognition task. */\nexport interface PiiLROTask extends AnalyzeBatchAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"PiiEntityRecognition\";\n /** Options for a Pii entity recognition action. */\n parameters?: PiiEntityRecognitionAction;\n}\n\n/** An object representing the task definition for an Extractive Summarization task. */\nexport interface ExtractiveSummarizationLROTask extends AnalyzeBatchAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"ExtractiveSummarization\";\n /** Supported parameters for an Extractive Summarization task. */\n parameters?: ExtractiveSummarizationAction;\n}\n\n/** An object representing the task definition for a Key Phrase Extraction task. */\nexport interface KeyPhraseLROTask extends AnalyzeBatchAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"KeyPhraseExtraction\";\n /** Options for a key phrase recognition action. */\n parameters?: KeyPhraseExtractionAction;\n}\n\n/** An object representing the task definition for an Abstractive Summarization task. */\nexport interface AbstractiveSummarizationLROTask extends AnalyzeBatchAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"AbstractiveSummarization\";\n /** Supported parameters for the pre-build Abstractive Summarization task. */\n parameters: AbstractiveSummarizationAction;\n}\n\nexport interface EntityRecognitionLROResult extends AnalyzeTextLROResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"EntityRecognitionLROResults\";\n results: EntitiesResult;\n}\n\nexport interface CustomEntityRecognitionLROResult extends AnalyzeTextLROResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"CustomEntityRecognitionLROResults\";\n results: CustomEntitiesResult;\n}\n\nexport interface CustomSingleLabelClassificationLROResult\n extends AnalyzeTextLROResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"CustomSingleLabelClassificationLROResults\";\n results: CustomLabelClassificationResult;\n}\n\nexport interface CustomMultiLabelClassificationLROResult\n extends AnalyzeTextLROResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"CustomMultiLabelClassificationLROResults\";\n results: CustomLabelClassificationResult;\n}\n\nexport interface EntityLinkingLROResult extends AnalyzeTextLROResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"EntityLinkingLROResults\";\n results: EntityLinkingResult;\n}\n\nexport interface PiiEntityRecognitionLROResult extends AnalyzeTextLROResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"PiiEntityRecognitionLROResults\";\n results: PiiResult;\n}\n\nexport interface ExtractiveSummarizationLROResult extends AnalyzeTextLROResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"ExtractiveSummarizationLROResults\";\n results: ExtractiveSummarizationResult;\n}\n\nexport interface HealthcareLROResult extends AnalyzeTextLROResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"HealthcareLROResults\";\n results: HealthcareResult;\n}\n\nexport interface SentimentLROResult extends AnalyzeTextLROResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"SentimentAnalysisLROResults\";\n results: SentimentResponse;\n}\n\nexport interface KeyPhraseExtractionLROResult extends AnalyzeTextLROResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"KeyPhraseExtractionLROResults\";\n results: KeyPhraseResult;\n}\n\n/** An object representing the results for an Abstractive Summarization task. */\nexport interface AbstractiveSummarizationLROResult\n extends AnalyzeTextLROResult {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"AbstractiveSummarizationLROResults\";\n /** An object representing the pre-build summarization results of each document. */\n results: AbstractiveSummarizationResult;\n}\n\n/** Options for an entity linking action. */\nexport interface EntityLinkingAction extends ActionPrebuilt {\n /**\n * Specifies the measurement unit used to calculate the offset and length properties. For a list of possible values, see {@link KnownStringIndexType}.\n *\n * The default is the JavaScript's default which is \"Utf16CodeUnit\".\n */\n stringIndexType?: StringIndexType;\n}\n\n/** Options for an entity recognition action. */\nexport interface EntityRecognitionAction extends ActionPrebuilt {\n /**\n * Specifies the measurement unit used to calculate the offset and length properties. For a list of possible values, see {@link KnownStringIndexType}.\n *\n * The default is the JavaScript's default which is \"Utf16CodeUnit\".\n */\n stringIndexType?: StringIndexType;\n}\n\n/** Options for a key phrase recognition action. */\nexport interface KeyPhraseExtractionAction extends ActionPrebuilt {}\n\n/** Options for a Pii entity recognition action. */\nexport interface PiiEntityRecognitionAction extends ActionPrebuilt {\n /**\n * Filters entities to ones only included in the specified domain (e.g., if set to `Phi`, only entities in the Protected Healthcare Information domain will be returned). For a list of possible domains, see {@link KnownPiiEntityDomain}.\n *\n * See {@link https://aka.ms/tanerpii the service documentation} for more information.\n */\n domainFilter?: PiiEntityDomain;\n /** Filters entities to ones only included in the specified array of categories. For a list of possible categories, see {@link KnownPiiCategory} */\n categoriesFilter?: PiiEntityCategory[];\n /**\n * Specifies the measurement unit used to calculate the offset and length properties. For a list of possible values, see {@link KnownStringIndexType}.\n *\n * The default is the JavaScript's default which is \"Utf16CodeUnit\".\n */\n stringIndexType?: StringIndexType;\n}\n\n/** Options for a language detection action. */\nexport interface LanguageDetectionAction extends ActionPrebuilt {}\n\n/** Options for a sentiment analysis action. */\nexport interface SentimentAnalysisAction extends ActionPrebuilt {\n /** Enables performing opinion mining on the input documents, a more granular analysis around the aspects of a product or service (also known as aspect-based sentiment analysis). If set to true, {@link SentenceSentiment.opinions} will contain the results of this analysis. See {@link https://docs.microsoft.com/azure/cognitive-services/language-service/sentiment-opinion-mining/overview#opinion-mining the service documentation} for more information. */\n includeOpinionMining?: boolean;\n /**\n * Specifies the measurement unit used to calculate the offset and length properties. For a list of possible values, see {@link KnownStringIndexType}.\n *\n * The default is the JavaScript's default which is \"Utf16CodeUnit\".\n */\n stringIndexType?: StringIndexType;\n}\n\n/** Supported parameters for a Healthcare task. */\nexport interface HealthcareAction extends ActionPrebuilt {\n /**\n * Specifies the measurement unit used to calculate the offset and length properties. For a list of possible values, see {@link KnownStringIndexType}.\n *\n * The default is the JavaScript's default which is \"Utf16CodeUnit\".\n */\n stringIndexType?: StringIndexType;\n}\n\n/** Supported parameters for an Extractive Summarization task. */\nexport interface ExtractiveSummarizationAction extends ActionPrebuilt {\n /** The max number of sentences to be part of the summary. */\n maxSentenceCount?: number;\n /** The sorting criteria to use for the results of Extractive Summarization. */\n orderBy?: ExtractiveSummarizationOrderingCriteria;\n /**\n * Specifies the measurement unit used to calculate the offset and length properties. For a list of possible values, see {@link KnownStringIndexType}.\n *\n * The default is the JavaScript's default which is \"Utf16CodeUnit\".\n */\n stringIndexType?: StringIndexType;\n}\n\n/** Supported parameters for a Custom Entities task. */\nexport interface CustomEntityRecognitionAction extends ActionCustom {\n /**\n * Specifies the measurement unit used to calculate the offset and length properties. For a list of possible values, see {@link KnownStringIndexType}.\n *\n * The default is the JavaScript's default which is \"Utf16CodeUnit\".\n */\n stringIndexType?: StringIndexType;\n}\n\n/** Options for a single-label classification custom action */\nexport interface CustomSingleLabelClassificationAction extends ActionCustom {}\n\n/** Options for a multi-label classification custom action */\nexport interface CustomMultiLabelClassificationAction extends ActionCustom {}\n\nexport interface CustomEntitiesResultDocumentsItem\n extends EntitiesDocumentResult {}\n\nexport interface EntitiesResultDocumentsItem extends EntitiesDocumentResult {}\n\nexport interface CustomLabelClassificationResultDocumentsItem\n extends ClassificationDocumentResult {}\n\nexport interface HealthcareResultDocumentsItem\n extends HealthcareEntitiesDocumentResult {}\n\nexport interface SentimentResponseDocumentsItem\n extends SentimentDocumentResult {}\n\nexport interface EntityLinkingResultDocumentsItem\n extends LinkedEntitiesDocumentResult {}\n\nexport interface PiiResultDocumentsItem extends PiiEntitiesDocumentResult {}\n\nexport interface KeyPhraseResultDocumentsItem\n extends KeyPhrasesDocumentResult {}\n\n/** Defines headers for GeneratedClient_analyzeBatch operation. */\nexport interface GeneratedClientAnalyzeBatchHeaders {\n operationLocation?: string;\n}\n\n/** Defines headers for AnalyzeText_cancelJob operation. */\nexport interface AnalyzeTextCancelJobHeaders {\n operationLocation?: string;\n}\n\n/** Known values of {@link AnalyzeTextTaskKind} that the service accepts. */\nexport enum KnownAnalyzeTextTaskKind {\n /** SentimentAnalysis */\n SentimentAnalysis = \"SentimentAnalysis\",\n /** EntityRecognition */\n EntityRecognition = \"EntityRecognition\",\n /** PiiEntityRecognition */\n PiiEntityRecognition = \"PiiEntityRecognition\",\n /** KeyPhraseExtraction */\n KeyPhraseExtraction = \"KeyPhraseExtraction\",\n /** LanguageDetection */\n LanguageDetection = \"LanguageDetection\",\n /** EntityLinking */\n EntityLinking = \"EntityLinking\"\n}\n\n/**\n * Defines values for AnalyzeTextTaskKind. \\\n * {@link KnownAnalyzeTextTaskKind} can be used interchangeably with AnalyzeTextTaskKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SentimentAnalysis** \\\n * **EntityRecognition** \\\n * **PiiEntityRecognition** \\\n * **KeyPhraseExtraction** \\\n * **LanguageDetection** \\\n * **EntityLinking**\n */\nexport type AnalyzeTextTaskKind = string;\n\n/** Known values of {@link AnalyzeTextTaskResultsKind} that the service accepts. */\nexport enum KnownAnalyzeTextTaskResultsKind {\n /** SentimentAnalysisResults */\n SentimentAnalysisResults = \"SentimentAnalysisResults\",\n /** EntityRecognitionResults */\n EntityRecognitionResults = \"EntityRecognitionResults\",\n /** PiiEntityRecognitionResults */\n PiiEntityRecognitionResults = \"PiiEntityRecognitionResults\",\n /** KeyPhraseExtractionResults */\n KeyPhraseExtractionResults = \"KeyPhraseExtractionResults\",\n /** LanguageDetectionResults */\n LanguageDetectionResults = \"LanguageDetectionResults\",\n /** EntityLinkingResults */\n EntityLinkingResults = \"EntityLinkingResults\"\n}\n\n/**\n * Defines values for AnalyzeTextTaskResultsKind. \\\n * {@link KnownAnalyzeTextTaskResultsKind} can be used interchangeably with AnalyzeTextTaskResultsKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SentimentAnalysisResults** \\\n * **EntityRecognitionResults** \\\n * **PiiEntityRecognitionResults** \\\n * **KeyPhraseExtractionResults** \\\n * **LanguageDetectionResults** \\\n * **EntityLinkingResults**\n */\nexport type AnalyzeTextTaskResultsKind = string;\n\n/** Known values of {@link ErrorCode} that the service accepts. */\nexport enum KnownErrorCode {\n /** InvalidRequest */\n InvalidRequest = \"InvalidRequest\",\n /** InvalidArgument */\n InvalidArgument = \"InvalidArgument\",\n /** Unauthorized */\n Unauthorized = \"Unauthorized\",\n /** Forbidden */\n Forbidden = \"Forbidden\",\n /** NotFound */\n NotFound = \"NotFound\",\n /** ProjectNotFound */\n ProjectNotFound = \"ProjectNotFound\",\n /** OperationNotFound */\n OperationNotFound = \"OperationNotFound\",\n /** AzureCognitiveSearchNotFound */\n AzureCognitiveSearchNotFound = \"AzureCognitiveSearchNotFound\",\n /** AzureCognitiveSearchIndexNotFound */\n AzureCognitiveSearchIndexNotFound = \"AzureCognitiveSearchIndexNotFound\",\n /** TooManyRequests */\n TooManyRequests = \"TooManyRequests\",\n /** AzureCognitiveSearchThrottling */\n AzureCognitiveSearchThrottling = \"AzureCognitiveSearchThrottling\",\n /** AzureCognitiveSearchIndexLimitReached */\n AzureCognitiveSearchIndexLimitReached = \"AzureCognitiveSearchIndexLimitReached\",\n /** InternalServerError */\n InternalServerError = \"InternalServerError\",\n /** ServiceUnavailable */\n ServiceUnavailable = \"ServiceUnavailable\",\n /** Timeout */\n Timeout = \"Timeout\",\n /** QuotaExceeded */\n QuotaExceeded = \"QuotaExceeded\",\n /** Conflict */\n Conflict = \"Conflict\",\n /** Warning */\n Warning = \"Warning\"\n}\n\n/**\n * Defines values for ErrorCode. \\\n * {@link KnownErrorCode} can be used interchangeably with ErrorCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InvalidRequest** \\\n * **InvalidArgument** \\\n * **Unauthorized** \\\n * **Forbidden** \\\n * **NotFound** \\\n * **ProjectNotFound** \\\n * **OperationNotFound** \\\n * **AzureCognitiveSearchNotFound** \\\n * **AzureCognitiveSearchIndexNotFound** \\\n * **TooManyRequests** \\\n * **AzureCognitiveSearchThrottling** \\\n * **AzureCognitiveSearchIndexLimitReached** \\\n * **InternalServerError** \\\n * **ServiceUnavailable** \\\n * **Timeout** \\\n * **QuotaExceeded** \\\n * **Conflict** \\\n * **Warning**\n */\nexport type ErrorCode = string;\n\n/** Known values of {@link InnerErrorCode} that the service accepts. */\nexport enum KnownInnerErrorCode {\n /** InvalidRequest */\n InvalidRequest = \"InvalidRequest\",\n /** InvalidParameterValue */\n InvalidParameterValue = \"InvalidParameterValue\",\n /** KnowledgeBaseNotFound */\n KnowledgeBaseNotFound = \"KnowledgeBaseNotFound\",\n /** AzureCognitiveSearchNotFound */\n AzureCognitiveSearchNotFound = \"AzureCognitiveSearchNotFound\",\n /** AzureCognitiveSearchThrottling */\n AzureCognitiveSearchThrottling = \"AzureCognitiveSearchThrottling\",\n /** ExtractionFailure */\n ExtractionFailure = \"ExtractionFailure\",\n /** InvalidRequestBodyFormat */\n InvalidRequestBodyFormat = \"InvalidRequestBodyFormat\",\n /** EmptyRequest */\n EmptyRequest = \"EmptyRequest\",\n /** MissingInputDocuments */\n MissingInputDocuments = \"MissingInputDocuments\",\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 InnerErrorCode. \\\n * {@link KnownInnerErrorCode} can be used interchangeably with InnerErrorCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InvalidRequest** \\\n * **InvalidParameterValue** \\\n * **KnowledgeBaseNotFound** \\\n * **AzureCognitiveSearchNotFound** \\\n * **AzureCognitiveSearchThrottling** \\\n * **ExtractionFailure** \\\n * **InvalidRequestBodyFormat** \\\n * **EmptyRequest** \\\n * **MissingInputDocuments** \\\n * **InvalidDocument** \\\n * **ModelVersionIncorrect** \\\n * **InvalidDocumentBatch** \\\n * **UnsupportedLanguageCode** \\\n * **InvalidCountryHint**\n */\nexport type InnerErrorCode = string;\n\n/** Known values of {@link AnalyzeTextLROTaskKind} that the service accepts. */\nexport enum KnownAnalyzeTextLROTaskKind {\n /** SentimentAnalysis */\n SentimentAnalysis = \"SentimentAnalysis\",\n /** EntityRecognition */\n EntityRecognition = \"EntityRecognition\",\n /** PiiEntityRecognition */\n PiiEntityRecognition = \"PiiEntityRecognition\",\n /** KeyPhraseExtraction */\n KeyPhraseExtraction = \"KeyPhraseExtraction\",\n /** EntityLinking */\n EntityLinking = \"EntityLinking\",\n /** Healthcare */\n Healthcare = \"Healthcare\",\n /** ExtractiveSummarization */\n ExtractiveSummarization = \"ExtractiveSummarization\",\n /** CustomEntityRecognition */\n CustomEntityRecognition = \"CustomEntityRecognition\",\n /** CustomSingleLabelClassification */\n CustomSingleLabelClassification = \"CustomSingleLabelClassification\",\n /** CustomMultiLabelClassification */\n CustomMultiLabelClassification = \"CustomMultiLabelClassification\",\n /** AbstractiveSummarization */\n AbstractiveSummarization = \"AbstractiveSummarization\"\n}\n\n/**\n * Defines values for AnalyzeTextLROTaskKind. \\\n * {@link KnownAnalyzeTextLROTaskKind} can be used interchangeably with AnalyzeTextLROTaskKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SentimentAnalysis** \\\n * **EntityRecognition** \\\n * **PiiEntityRecognition** \\\n * **KeyPhraseExtraction** \\\n * **EntityLinking** \\\n * **Healthcare** \\\n * **ExtractiveSummarization** \\\n * **CustomEntityRecognition** \\\n * **CustomSingleLabelClassification** \\\n * **CustomMultiLabelClassification** \\\n * **AbstractiveSummarization**\n */\nexport type AnalyzeTextLROTaskKind = string;\n\n/** Known values of {@link OperationStatus} that the service accepts. */\nexport enum KnownOperationStatus {\n /** NotStarted */\n NotStarted = \"notStarted\",\n /** Running */\n Running = \"running\",\n /** Succeeded */\n Succeeded = \"succeeded\",\n /** PartiallyCompleted */\n PartiallyCompleted = \"partiallyCompleted\",\n /** Failed */\n Failed = \"failed\",\n /** Cancelled */\n Cancelled = \"cancelled\",\n /** Cancelling */\n Cancelling = \"cancelling\"\n}\n\n/**\n * Defines values for OperationStatus. \\\n * {@link KnownOperationStatus} can be used interchangeably with OperationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **notStarted** \\\n * **running** \\\n * **succeeded** \\\n * **partiallyCompleted** \\\n * **failed** \\\n * **cancelled** \\\n * **cancelling**\n */\nexport type OperationStatus = string;\n\n/** Known values of {@link AnalyzeTextLROResultsKind} that the service accepts. */\nexport enum KnownAnalyzeTextLROResultsKind {\n /** SentimentAnalysisLROResults */\n SentimentAnalysisLROResults = \"SentimentAnalysisLROResults\",\n /** EntityRecognitionLROResults */\n EntityRecognitionLROResults = \"EntityRecognitionLROResults\",\n /** PiiEntityRecognitionLROResults */\n PiiEntityRecognitionLROResults = \"PiiEntityRecognitionLROResults\",\n /** KeyPhraseExtractionLROResults */\n KeyPhraseExtractionLROResults = \"KeyPhraseExtractionLROResults\",\n /** EntityLinkingLROResults */\n EntityLinkingLROResults = \"EntityLinkingLROResults\",\n /** HealthcareLROResults */\n HealthcareLROResults = \"HealthcareLROResults\",\n /** ExtractiveSummarizationLROResults */\n ExtractiveSummarizationLROResults = \"ExtractiveSummarizationLROResults\",\n /** CustomEntityRecognitionLROResults */\n CustomEntityRecognitionLROResults = \"CustomEntityRecognitionLROResults\",\n /** CustomSingleLabelClassificationLROResults */\n CustomSingleLabelClassificationLROResults = \"CustomSingleLabelClassificationLROResults\",\n /** CustomMultiLabelClassificationLROResults */\n CustomMultiLabelClassificationLROResults = \"CustomMultiLabelClassificationLROResults\",\n /** AbstractiveSummarizationLROResults */\n AbstractiveSummarizationLROResults = \"AbstractiveSummarizationLROResults\"\n}\n\n/**\n * Defines values for AnalyzeTextLROResultsKind. \\\n * {@link KnownAnalyzeTextLROResultsKind} can be used interchangeably with AnalyzeTextLROResultsKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SentimentAnalysisLROResults** \\\n * **EntityRecognitionLROResults** \\\n * **PiiEntityRecognitionLROResults** \\\n * **KeyPhraseExtractionLROResults** \\\n * **EntityLinkingLROResults** \\\n * **HealthcareLROResults** \\\n * **ExtractiveSummarizationLROResults** \\\n * **CustomEntityRecognitionLROResults** \\\n * **CustomSingleLabelClassificationLROResults** \\\n * **CustomMultiLabelClassificationLROResults** \\\n * **AbstractiveSummarizationLROResults**\n */\nexport type AnalyzeTextLROResultsKind = string;\n\n/** Known values of {@link State} that the service accepts. */\nexport enum KnownState {\n /** NotStarted */\n NotStarted = \"notStarted\",\n /** Running */\n Running = \"running\",\n /** Succeeded */\n Succeeded = \"succeeded\",\n /** Failed */\n Failed = \"failed\",\n /** Cancelled */\n Cancelled = \"cancelled\",\n /** Cancelling */\n Cancelling = \"cancelling\"\n}\n\n/**\n * Defines values for State. \\\n * {@link KnownState} can be used interchangeably with State,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **notStarted** \\\n * **running** \\\n * **succeeded** \\\n * **failed** \\\n * **cancelled** \\\n * **cancelling**\n */\nexport type State = string;\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 TextElementsV8 = \"TextElements_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 * **TextElements_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 PiiEntityDomain} that the service accepts. */\nexport enum KnownPiiEntityDomain {\n /** Indicates that entities in the Personal Health Information domain should be redacted. */\n Phi = \"phi\",\n /** Indicates that no domain is specified. */\n None = \"none\"\n}\n\n/**\n * Defines values for PiiEntityDomain. \\\n * {@link KnownPiiEntityDomain} can be used interchangeably with PiiEntityDomain,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **phi**: Indicates that entities in the Personal Health Information domain should be redacted. \\\n * **none**: Indicates that no domain is specified.\n */\nexport type PiiEntityDomain = string;\n\n/** Known values of {@link PiiEntityCategory} that the service accepts. */\nexport enum KnownPiiEntityCategory {\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 PiiEntityCategory. \\\n * {@link KnownPiiEntityCategory} can be used interchangeably with PiiEntityCategory,\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 PiiEntityCategory = 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 = \"BodyStructure\",\n /** Age */\n Age = \"Age\",\n /** Gender */\n Gender = \"Gender\",\n /** Ethnicity */\n Ethnicity = \"Ethnicity\",\n /** ExaminationName */\n ExaminationName = \"ExaminationName\",\n /** Date */\n Date = \"Date\",\n /** Direction */\n Direction = \"Direction\",\n /** Frequency */\n Frequency = \"Frequency\",\n /** MeasurementValue */\n MeasurementValue = \"MeasurementValue\",\n /** MeasurementUnit */\n MeasurementUnit = \"MeasurementUnit\",\n /** RelationalOperator */\n RelationalOperator = \"RelationalOperator\",\n /** Time */\n Time = \"Time\",\n /** Course */\n Course = \"Course\",\n /** GeneOrProtein */\n GeneOrProtein = \"GeneOrProtein\",\n /** Variant */\n Variant = \"Variant\",\n /** Expression */\n Expression = \"Expression\",\n /** MutationType */\n MutationType = \"MutationType\",\n /** AdministrativeEvent */\n AdministrativeEvent = \"AdministrativeEvent\",\n /** CareEnvironment */\n CareEnvironment = \"CareEnvironment\",\n /** HealthcareProfession */\n HealthcareProfession = \"HealthcareProfession\",\n /** Diagnosis */\n Diagnosis = \"Diagnosis\",\n /** SymptomOrSign */\n SymptomOrSign = \"SymptomOrSign\",\n /** ConditionQualifier */\n ConditionQualifier = \"ConditionQualifier\",\n /** ConditionScale */\n ConditionScale = \"ConditionScale\",\n /** MedicationClass */\n MedicationClass = \"MedicationClass\",\n /** MedicationName */\n MedicationName = \"MedicationName\",\n /** Dosage */\n Dosage = \"Dosage\",\n /** MedicationForm */\n MedicationForm = \"MedicationForm\",\n /** MedicationRoute */\n MedicationRoute = \"MedicationRoute\",\n /** FamilyRelation */\n FamilyRelation = \"FamilyRelation\",\n /** TreatmentName */\n TreatmentName = \"TreatmentName\",\n /** Allergen */\n Allergen = \"Allergen\",\n /** Employment */\n Employment = \"Employment\",\n /** LivingStatus */\n LivingStatus = \"LivingStatus\",\n /** SubstanceUse */\n SubstanceUse = \"SubstanceUse\",\n /** SubstanceUseAmount */\n SubstanceUseAmount = \"SubstanceUseAmount\"\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 * **BodyStructure** \\\n * **Age** \\\n * **Gender** \\\n * **Ethnicity** \\\n * **ExaminationName** \\\n * **Date** \\\n * **Direction** \\\n * **Frequency** \\\n * **MeasurementValue** \\\n * **MeasurementUnit** \\\n * **RelationalOperator** \\\n * **Time** \\\n * **Course** \\\n * **GeneOrProtein** \\\n * **Variant** \\\n * **Expression** \\\n * **MutationType** \\\n * **AdministrativeEvent** \\\n * **CareEnvironment** \\\n * **HealthcareProfession** \\\n * **Diagnosis** \\\n * **SymptomOrSign** \\\n * **ConditionQualifier** \\\n * **ConditionScale** \\\n * **MedicationClass** \\\n * **MedicationName** \\\n * **Dosage** \\\n * **MedicationForm** \\\n * **MedicationRoute** \\\n * **FamilyRelation** \\\n * **TreatmentName** \\\n * **Allergen** \\\n * **Employment** \\\n * **LivingStatus** \\\n * **SubstanceUse** \\\n * **SubstanceUseAmount**\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 /** BodySiteOfCondition */\n BodySiteOfCondition = \"BodySiteOfCondition\",\n /** BodySiteOfTreatment */\n BodySiteOfTreatment = \"BodySiteOfTreatment\",\n /** CourseOfCondition */\n CourseOfCondition = \"CourseOfCondition\",\n /** CourseOfExamination */\n CourseOfExamination = \"CourseOfExamination\",\n /** CourseOfMedication */\n CourseOfMedication = \"CourseOfMedication\",\n /** CourseOfTreatment */\n CourseOfTreatment = \"CourseOfTreatment\",\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 /** ExaminationFindsCondition */\n ExaminationFindsCondition = \"ExaminationFindsCondition\",\n /** ExpressionOfGene */\n ExpressionOfGene = \"ExpressionOfGene\",\n /** ExpressionOfVariant */\n ExpressionOfVariant = \"ExpressionOfVariant\",\n /** FormOfMedication */\n FormOfMedication = \"FormOfMedication\",\n /** FrequencyOfCondition */\n FrequencyOfCondition = \"FrequencyOfCondition\",\n /** FrequencyOfMedication */\n FrequencyOfMedication = \"FrequencyOfMedication\",\n /** FrequencyOfTreatment */\n FrequencyOfTreatment = \"FrequencyOfTreatment\",\n /** MutationTypeOfGene */\n MutationTypeOfGene = \"MutationTypeOfGene\",\n /** MutationTypeOfVariant */\n MutationTypeOfVariant = \"MutationTypeOfVariant\",\n /** QualifierOfCondition */\n QualifierOfCondition = \"QualifierOfCondition\",\n /** RelationOfExamination */\n RelationOfExamination = \"RelationOfExamination\",\n /** RouteOfMedication */\n RouteOfMedication = \"RouteOfMedication\",\n /** ScaleOfCondition */\n ScaleOfCondition = \"ScaleOfCondition\",\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 /** VariantOfGene */\n VariantOfGene = \"VariantOfGene\"\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 * **BodySiteOfCondition** \\\n * **BodySiteOfTreatment** \\\n * **CourseOfCondition** \\\n * **CourseOfExamination** \\\n * **CourseOfMedication** \\\n * **CourseOfTreatment** \\\n * **DirectionOfBodyStructure** \\\n * **DirectionOfCondition** \\\n * **DirectionOfExamination** \\\n * **DirectionOfTreatment** \\\n * **DosageOfMedication** \\\n * **ExaminationFindsCondition** \\\n * **ExpressionOfGene** \\\n * **ExpressionOfVariant** \\\n * **FormOfMedication** \\\n * **FrequencyOfCondition** \\\n * **FrequencyOfMedication** \\\n * **FrequencyOfTreatment** \\\n * **MutationTypeOfGene** \\\n * **MutationTypeOfVariant** \\\n * **QualifierOfCondition** \\\n * **RelationOfExamination** \\\n * **RouteOfMedication** \\\n * **ScaleOfCondition** \\\n * **TimeOfCondition** \\\n * **TimeOfEvent** \\\n * **TimeOfExamination** \\\n * **TimeOfMedication** \\\n * **TimeOfTreatment** \\\n * **UnitOfCondition** \\\n * **UnitOfExamination** \\\n * **ValueOfCondition** \\\n * **ValueOfExamination** \\\n * **VariantOfGene**\n */\nexport type RelationType = string;\n\n/** Known values of {@link ExtractiveSummarizationOrderingCriteria} that the service accepts. */\nexport enum KnownExtractiveSummarizationOrderingCriteria {\n /** Indicates that results should be sorted in order of appearance in the text. */\n Offset = \"Offset\",\n /** Indicates that results should be sorted in order of importance (i.e. rank score) according to the model. */\n Rank = \"Rank\"\n}\n\n/**\n * Defines values for ExtractiveSummarizationOrderingCriteria. \\\n * {@link KnownExtractiveSummarizationOrderingCriteria} can be used interchangeably with ExtractiveSummarizationOrderingCriteria,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Offset**: Indicates that results should be sorted in order of appearance in the text. \\\n * **Rank**: Indicates that results should be sorted in order of importance (i.e. rank score) according to the model.\n */\nexport type ExtractiveSummarizationOrderingCriteria = string;\n/** Defines values for EntityConditionality. */\nexport type EntityConditionality = \"hypothetical\" | \"conditional\";\n/** Defines values for EntityCertainty. */\nexport type EntityCertainty =\n | \"positive\"\n | \"positivePossible\"\n | \"neutralPossible\"\n | \"negativePossible\"\n | \"negative\";\n/** Defines values for EntityAssociation. */\nexport type EntityAssociation = \"subject\" | \"other\";\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 TokenSentimentLabel. */\nexport type TokenSentimentLabel = \"positive\" | \"mixed\" | \"negative\";\n/** Defines values for TargetRelationType. */\nexport type TargetRelationType = \"assessment\" | \"target\";\n\n/** Optional parameters. */\nexport interface AnalyzeOptionalParams extends coreClient.OperationOptions {\n /** (Optional) if set to true, response will contain request and document level statistics. */\n includeStatistics?: boolean;\n}\n\n/** Contains response data for the analyze operation. */\nexport type AnalyzeResponse = AnalyzeTextTaskResultUnion;\n\n/** Optional parameters. */\nexport interface AnalyzeBatchOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the analyzeBatch operation. */\nexport type AnalyzeBatchResponse = GeneratedClientAnalyzeBatchHeaders;\n\n/** Optional parameters. */\nexport interface AnalyzeTextJobStatusOptionalParams\n extends coreClient.OperationOptions {\n /** (Optional) if set to true, response will contain request and document level statistics. */\n includeStatistics?: boolean;\n /** The maximum number of resources to return from the collection. */\n top?: number;\n /** An offset into the collection of the first resource to be returned. */\n skip?: number;\n}\n\n/** Contains response data for the jobStatus operation. */\nexport type AnalyzeTextJobStatusResponse = AnalyzeTextJobState;\n\n/** Optional parameters. */\nexport interface AnalyzeTextCancelJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the cancelJob operation. */\nexport type AnalyzeTextCancelJobResponse = AnalyzeTextCancelJobHeaders;\n\n/** Optional parameters. */\nexport interface GeneratedClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,171 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const AnalyzeAction: coreClient.CompositeMapper;
3
+ export declare const AnalyzeTextTaskResult: coreClient.CompositeMapper;
4
+ export declare const ErrorResponse: coreClient.CompositeMapper;
5
+ export declare const ErrorModel: coreClient.CompositeMapper;
6
+ export declare const InnerErrorModel: coreClient.CompositeMapper;
7
+ export declare const AnalyzeTextJobsInput: coreClient.CompositeMapper;
8
+ export declare const MultiLanguageAnalysisInput: coreClient.CompositeMapper;
9
+ export declare const TextDocumentInput: coreClient.CompositeMapper;
10
+ export declare const BatchActionState: coreClient.CompositeMapper;
11
+ export declare const JobState: coreClient.CompositeMapper;
12
+ export declare const TasksState: coreClient.CompositeMapper;
13
+ export declare const TasksStateTasks: coreClient.CompositeMapper;
14
+ export declare const TaskState: coreClient.CompositeMapper;
15
+ export declare const AnalyzeTextJobStatistics: coreClient.CompositeMapper;
16
+ export declare const TextDocumentBatchStatistics: coreClient.CompositeMapper;
17
+ export declare const LanguageDetectionAnalysisInput: coreClient.CompositeMapper;
18
+ export declare const LanguageDetectionInput: coreClient.CompositeMapper;
19
+ export declare const ActionCommon: coreClient.CompositeMapper;
20
+ export declare const CustomResult: coreClient.CompositeMapper;
21
+ export declare const DocumentError: coreClient.CompositeMapper;
22
+ export declare const Entity: coreClient.CompositeMapper;
23
+ export declare const DocumentResult: coreClient.CompositeMapper;
24
+ export declare const DocumentWarning: coreClient.CompositeMapper;
25
+ export declare const TextDocumentStatistics: coreClient.CompositeMapper;
26
+ export declare const ClassificationCategory: coreClient.CompositeMapper;
27
+ export declare const HealthcareEntity: coreClient.CompositeMapper;
28
+ export declare const HealthcareAssertion: coreClient.CompositeMapper;
29
+ export declare const EntityDataSource: coreClient.CompositeMapper;
30
+ export declare const HealthcareRelation: coreClient.CompositeMapper;
31
+ export declare const HealthcareRelationEntity: coreClient.CompositeMapper;
32
+ export declare const PreBuiltResult: coreClient.CompositeMapper;
33
+ export declare const SentimentConfidenceScores: coreClient.CompositeMapper;
34
+ export declare const SentenceSentiment: coreClient.CompositeMapper;
35
+ export declare const SentenceTarget: coreClient.CompositeMapper;
36
+ export declare const TargetConfidenceScores: coreClient.CompositeMapper;
37
+ export declare const TargetRelation: coreClient.CompositeMapper;
38
+ export declare const AssessmentSentiment: coreClient.CompositeMapper;
39
+ export declare const LinkedEntity: coreClient.CompositeMapper;
40
+ export declare const Match: coreClient.CompositeMapper;
41
+ export declare const SummarySentence: coreClient.CompositeMapper;
42
+ export declare const DetectedLanguage: coreClient.CompositeMapper;
43
+ export declare const Pagination: coreClient.CompositeMapper;
44
+ export declare const JobErrors: coreClient.CompositeMapper;
45
+ export declare const AbstractiveSummarizationTaskParametersBase: coreClient.CompositeMapper;
46
+ export declare const AbstractiveSummarizationResultBase: coreClient.CompositeMapper;
47
+ export declare const AbstractiveSummary: coreClient.CompositeMapper;
48
+ export declare const SummaryContext: coreClient.CompositeMapper;
49
+ export declare const AnalyzeTextEntityLinkingInput: coreClient.CompositeMapper;
50
+ export declare const AnalyzeTextEntityRecognitionInput: coreClient.CompositeMapper;
51
+ export declare const AnalyzeTextKeyPhraseExtractionInput: coreClient.CompositeMapper;
52
+ export declare const AnalyzeTextPiiEntitiesRecognitionInput: coreClient.CompositeMapper;
53
+ export declare const AnalyzeTextLanguageDetectionInput: coreClient.CompositeMapper;
54
+ export declare const AnalyzeTextSentimentAnalysisInput: coreClient.CompositeMapper;
55
+ export declare const SentimentTaskResult: coreClient.CompositeMapper;
56
+ export declare const EntitiesTaskResult: coreClient.CompositeMapper;
57
+ export declare const EntityLinkingTaskResult: coreClient.CompositeMapper;
58
+ export declare const PiiTaskResult: coreClient.CompositeMapper;
59
+ export declare const KeyPhraseTaskResult: coreClient.CompositeMapper;
60
+ export declare const LanguageDetectionTaskResult: coreClient.CompositeMapper;
61
+ export declare const AnalyzeBatchAction: coreClient.CompositeMapper;
62
+ export declare const AnalyzeTextLROResult: coreClient.CompositeMapper;
63
+ export declare const AnalyzeTextJobState: coreClient.CompositeMapper;
64
+ export declare const ActionPrebuilt: coreClient.CompositeMapper;
65
+ export declare const ActionCustom: coreClient.CompositeMapper;
66
+ export declare const CustomEntitiesResult: coreClient.CompositeMapper;
67
+ export declare const CustomLabelClassificationResult: coreClient.CompositeMapper;
68
+ export declare const EntitiesDocumentResult: coreClient.CompositeMapper;
69
+ export declare const ClassificationDocumentResult: coreClient.CompositeMapper;
70
+ export declare const HealthcareEntitiesDocumentResult: coreClient.CompositeMapper;
71
+ export declare const SentimentDocumentResult: coreClient.CompositeMapper;
72
+ export declare const LinkedEntitiesDocumentResult: coreClient.CompositeMapper;
73
+ export declare const PiiEntitiesDocumentResult: coreClient.CompositeMapper;
74
+ export declare const ExtractedSummaryDocumentResult: coreClient.CompositeMapper;
75
+ export declare const KeyPhrasesDocumentResult: coreClient.CompositeMapper;
76
+ export declare const LanguageDetectionDocumentResult: coreClient.CompositeMapper;
77
+ export declare const AbstractiveSummaryDocumentResult: coreClient.CompositeMapper;
78
+ export declare const HealthcareResult: coreClient.CompositeMapper;
79
+ export declare const SentimentResponse: coreClient.CompositeMapper;
80
+ export declare const EntitiesResult: coreClient.CompositeMapper;
81
+ export declare const EntityLinkingResult: coreClient.CompositeMapper;
82
+ export declare const PiiResult: coreClient.CompositeMapper;
83
+ export declare const ExtractiveSummarizationResult: coreClient.CompositeMapper;
84
+ export declare const KeyPhraseResult: coreClient.CompositeMapper;
85
+ export declare const LanguageDetectionResult: coreClient.CompositeMapper;
86
+ export declare const AbstractiveSummarizationResult: coreClient.CompositeMapper;
87
+ export declare const AbstractiveSummarizationAction: coreClient.CompositeMapper;
88
+ export declare const CustomEntitiesLROTask: coreClient.CompositeMapper;
89
+ export declare const CustomSingleLabelClassificationLROTask: coreClient.CompositeMapper;
90
+ export declare const CustomMultiLabelClassificationLROTask: coreClient.CompositeMapper;
91
+ export declare const HealthcareLROTask: coreClient.CompositeMapper;
92
+ export declare const SentimentAnalysisLROTask: coreClient.CompositeMapper;
93
+ export declare const EntitiesLROTask: coreClient.CompositeMapper;
94
+ export declare const EntityLinkingLROTask: coreClient.CompositeMapper;
95
+ export declare const PiiLROTask: coreClient.CompositeMapper;
96
+ export declare const ExtractiveSummarizationLROTask: coreClient.CompositeMapper;
97
+ export declare const KeyPhraseLROTask: coreClient.CompositeMapper;
98
+ export declare const AbstractiveSummarizationLROTask: coreClient.CompositeMapper;
99
+ export declare const EntityRecognitionLROResult: coreClient.CompositeMapper;
100
+ export declare const CustomEntityRecognitionLROResult: coreClient.CompositeMapper;
101
+ export declare const CustomSingleLabelClassificationLROResult: coreClient.CompositeMapper;
102
+ export declare const CustomMultiLabelClassificationLROResult: coreClient.CompositeMapper;
103
+ export declare const EntityLinkingLROResult: coreClient.CompositeMapper;
104
+ export declare const PiiEntityRecognitionLROResult: coreClient.CompositeMapper;
105
+ export declare const ExtractiveSummarizationLROResult: coreClient.CompositeMapper;
106
+ export declare const HealthcareLROResult: coreClient.CompositeMapper;
107
+ export declare const SentimentLROResult: coreClient.CompositeMapper;
108
+ export declare const KeyPhraseExtractionLROResult: coreClient.CompositeMapper;
109
+ export declare const AbstractiveSummarizationLROResult: coreClient.CompositeMapper;
110
+ export declare const EntityLinkingAction: coreClient.CompositeMapper;
111
+ export declare const EntityRecognitionAction: coreClient.CompositeMapper;
112
+ export declare const KeyPhraseExtractionAction: coreClient.CompositeMapper;
113
+ export declare const PiiEntityRecognitionAction: coreClient.CompositeMapper;
114
+ export declare const LanguageDetectionAction: coreClient.CompositeMapper;
115
+ export declare const SentimentAnalysisAction: coreClient.CompositeMapper;
116
+ export declare const HealthcareAction: coreClient.CompositeMapper;
117
+ export declare const ExtractiveSummarizationAction: coreClient.CompositeMapper;
118
+ export declare const CustomEntityRecognitionAction: coreClient.CompositeMapper;
119
+ export declare const CustomSingleLabelClassificationAction: coreClient.CompositeMapper;
120
+ export declare const CustomMultiLabelClassificationAction: coreClient.CompositeMapper;
121
+ export declare const CustomEntitiesResultDocumentsItem: coreClient.CompositeMapper;
122
+ export declare const EntitiesResultDocumentsItem: coreClient.CompositeMapper;
123
+ export declare const CustomLabelClassificationResultDocumentsItem: coreClient.CompositeMapper;
124
+ export declare const HealthcareResultDocumentsItem: coreClient.CompositeMapper;
125
+ export declare const SentimentResponseDocumentsItem: coreClient.CompositeMapper;
126
+ export declare const EntityLinkingResultDocumentsItem: coreClient.CompositeMapper;
127
+ export declare const PiiResultDocumentsItem: coreClient.CompositeMapper;
128
+ export declare const KeyPhraseResultDocumentsItem: coreClient.CompositeMapper;
129
+ export declare const GeneratedClientAnalyzeBatchHeaders: coreClient.CompositeMapper;
130
+ export declare const AnalyzeTextCancelJobHeaders: coreClient.CompositeMapper;
131
+ export declare let discriminators: {
132
+ AnalyzeAction: coreClient.CompositeMapper;
133
+ AnalyzeTextTaskResult: coreClient.CompositeMapper;
134
+ "AnalyzeAction.EntityLinking": coreClient.CompositeMapper;
135
+ "AnalyzeAction.EntityRecognition": coreClient.CompositeMapper;
136
+ "AnalyzeAction.KeyPhraseExtraction": coreClient.CompositeMapper;
137
+ "AnalyzeAction.PiiEntityRecognition": coreClient.CompositeMapper;
138
+ "AnalyzeAction.LanguageDetection": coreClient.CompositeMapper;
139
+ "AnalyzeAction.SentimentAnalysis": coreClient.CompositeMapper;
140
+ "AnalyzeTextTaskResult.SentimentAnalysisResults": coreClient.CompositeMapper;
141
+ "AnalyzeTextTaskResult.EntityRecognitionResults": coreClient.CompositeMapper;
142
+ "AnalyzeTextTaskResult.EntityLinkingResults": coreClient.CompositeMapper;
143
+ "AnalyzeTextTaskResult.PiiEntityRecognitionResults": coreClient.CompositeMapper;
144
+ "AnalyzeTextTaskResult.KeyPhraseExtractionResults": coreClient.CompositeMapper;
145
+ "AnalyzeTextTaskResult.LanguageDetectionResults": coreClient.CompositeMapper;
146
+ "BatchActionState.AnalyzeBatchAction": coreClient.CompositeMapper;
147
+ "TaskState.AnalyzeTextLROResult": coreClient.CompositeMapper;
148
+ "AnalyzeBatchAction.CustomEntityRecognition": coreClient.CompositeMapper;
149
+ "AnalyzeBatchAction.CustomSingleLabelClassification": coreClient.CompositeMapper;
150
+ "AnalyzeBatchAction.CustomMultiLabelClassification": coreClient.CompositeMapper;
151
+ "AnalyzeBatchAction.Healthcare": coreClient.CompositeMapper;
152
+ "AnalyzeBatchAction.SentimentAnalysis": coreClient.CompositeMapper;
153
+ "AnalyzeBatchAction.EntityRecognition": coreClient.CompositeMapper;
154
+ "AnalyzeBatchAction.EntityLinking": coreClient.CompositeMapper;
155
+ "AnalyzeBatchAction.PiiEntityRecognition": coreClient.CompositeMapper;
156
+ "AnalyzeBatchAction.ExtractiveSummarization": coreClient.CompositeMapper;
157
+ "AnalyzeBatchAction.KeyPhraseExtraction": coreClient.CompositeMapper;
158
+ "AnalyzeBatchAction.AbstractiveSummarization": coreClient.CompositeMapper;
159
+ "AnalyzeTextLROResult.EntityRecognitionLROResults": coreClient.CompositeMapper;
160
+ "AnalyzeTextLROResult.CustomEntityRecognitionLROResults": coreClient.CompositeMapper;
161
+ "AnalyzeTextLROResult.CustomSingleLabelClassificationLROResults": coreClient.CompositeMapper;
162
+ "AnalyzeTextLROResult.CustomMultiLabelClassificationLROResults": coreClient.CompositeMapper;
163
+ "AnalyzeTextLROResult.EntityLinkingLROResults": coreClient.CompositeMapper;
164
+ "AnalyzeTextLROResult.PiiEntityRecognitionLROResults": coreClient.CompositeMapper;
165
+ "AnalyzeTextLROResult.ExtractiveSummarizationLROResults": coreClient.CompositeMapper;
166
+ "AnalyzeTextLROResult.HealthcareLROResults": coreClient.CompositeMapper;
167
+ "AnalyzeTextLROResult.SentimentAnalysisLROResults": coreClient.CompositeMapper;
168
+ "AnalyzeTextLROResult.KeyPhraseExtractionLROResults": coreClient.CompositeMapper;
169
+ "AnalyzeTextLROResult.AbstractiveSummarizationLROResults": coreClient.CompositeMapper;
170
+ };
171
+ //# 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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"}