@azure/ai-text-analytics 5.2.0-beta.1 → 6.0.0-alpha.20220517.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +376 -132
- package/dist/index.js +2803 -3497
- package/dist/index.js.map +1 -1
- package/dist-esm/src/azureKeyCredentialPolicy.js +2 -2
- package/dist-esm/src/azureKeyCredentialPolicy.js.map +1 -1
- package/dist-esm/src/constants.js +16 -0
- package/dist-esm/src/constants.js.map +1 -0
- package/dist-esm/src/generated/generatedClient.js +80 -334
- package/dist-esm/src/generated/generatedClient.js.map +1 -1
- package/dist-esm/src/generated/index.js +1 -1
- package/dist-esm/src/generated/index.js.map +1 -1
- package/dist-esm/src/generated/models/index.js +106 -35
- package/dist-esm/src/generated/models/index.js.map +1 -1
- package/dist-esm/src/generated/models/mappers.js +1607 -1464
- package/dist-esm/src/generated/models/mappers.js.map +1 -1
- package/dist-esm/src/generated/models/parameters.js +18 -104
- package/dist-esm/src/generated/models/parameters.js.map +1 -1
- package/dist-esm/src/generated/operations/analyzeText.js +105 -0
- package/dist-esm/src/generated/operations/analyzeText.js.map +1 -0
- package/dist-esm/src/generated/operations/index.js +9 -0
- package/dist-esm/src/generated/operations/index.js.map +1 -0
- package/dist-esm/src/generated/operationsInterfaces/analyzeText.js +9 -0
- package/dist-esm/src/generated/operationsInterfaces/analyzeText.js.map +1 -0
- package/dist-esm/src/generated/operationsInterfaces/index.js +9 -0
- package/dist-esm/src/generated/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/index.js +14 -5
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/lro.js +195 -0
- package/dist-esm/src/lro.js.map +1 -0
- package/dist-esm/src/models.js +42 -0
- package/dist-esm/src/models.js.map +1 -0
- package/dist-esm/src/textAnalysisClient.js +197 -0
- package/dist-esm/src/textAnalysisClient.js.map +1 -0
- package/dist-esm/src/transforms.js +279 -0
- package/dist-esm/src/transforms.js.map +1 -0
- package/dist-esm/src/util.js +36 -158
- package/dist-esm/src/util.js.map +1 -1
- package/package.json +28 -38
- package/types/ai-text-analytics.d.ts +1432 -1143
- package/CHANGELOG.md +0 -143
- package/LICENSE +0 -21
- package/dist-esm/src/analyzeActionsResult.js +0 -167
- package/dist-esm/src/analyzeActionsResult.js.map +0 -1
- package/dist-esm/src/analyzeHealthcareEntitiesResult.js +0 -53
- package/dist-esm/src/analyzeHealthcareEntitiesResult.js.map +0 -1
- package/dist-esm/src/analyzeLro.js +0 -130
- package/dist-esm/src/analyzeLro.js.map +0 -1
- package/dist-esm/src/analyzeSentimentResult.js +0 -74
- package/dist-esm/src/analyzeSentimentResult.js.map +0 -1
- package/dist-esm/src/analyzeSentimentResultArray.js +0 -11
- package/dist-esm/src/analyzeSentimentResultArray.js.map +0 -1
- package/dist-esm/src/detectLanguageResult.js +0 -17
- package/dist-esm/src/detectLanguageResult.js.map +0 -1
- package/dist-esm/src/detectLanguageResultArray.js +0 -11
- package/dist-esm/src/detectLanguageResultArray.js.map +0 -1
- package/dist-esm/src/extractKeyPhrasesResult.js +0 -17
- package/dist-esm/src/extractKeyPhrasesResult.js.map +0 -1
- package/dist-esm/src/extractKeyPhrasesResultArray.js +0 -11
- package/dist-esm/src/extractKeyPhrasesResultArray.js.map +0 -1
- package/dist-esm/src/extractSummaryResult.js +0 -17
- package/dist-esm/src/extractSummaryResult.js.map +0 -1
- package/dist-esm/src/extractSummaryResultArray.js +0 -11
- package/dist-esm/src/extractSummaryResultArray.js.map +0 -1
- package/dist-esm/src/generated/generatedClientContext.js +0 -42
- package/dist-esm/src/generated/generatedClientContext.js.map +0 -1
- package/dist-esm/src/healthLro.js +0 -131
- package/dist-esm/src/healthLro.js.map +0 -1
- package/dist-esm/src/paging.js +0 -83
- package/dist-esm/src/paging.js.map +0 -1
- package/dist-esm/src/pollerModels.js +0 -4
- package/dist-esm/src/pollerModels.js.map +0 -1
- package/dist-esm/src/recognizeCategorizedEntitiesResult.js +0 -17
- package/dist-esm/src/recognizeCategorizedEntitiesResult.js.map +0 -1
- package/dist-esm/src/recognizeCategorizedEntitiesResultArray.js +0 -11
- package/dist-esm/src/recognizeCategorizedEntitiesResultArray.js.map +0 -1
- package/dist-esm/src/recognizeLinkedEntitiesResult.js +0 -17
- package/dist-esm/src/recognizeLinkedEntitiesResult.js.map +0 -1
- package/dist-esm/src/recognizeLinkedEntitiesResultArray.js +0 -11
- package/dist-esm/src/recognizeLinkedEntitiesResultArray.js.map +0 -1
- package/dist-esm/src/recognizePiiEntitiesResult.js +0 -18
- package/dist-esm/src/recognizePiiEntitiesResult.js.map +0 -1
- package/dist-esm/src/recognizePiiEntitiesResultArray.js +0 -11
- package/dist-esm/src/recognizePiiEntitiesResultArray.js.map +0 -1
- package/dist-esm/src/textAnalyticsAction.js +0 -4
- package/dist-esm/src/textAnalyticsAction.js.map +0 -1
- package/dist-esm/src/textAnalyticsClient.js +0 -523
- package/dist-esm/src/textAnalyticsClient.js.map +0 -1
- package/dist-esm/src/textAnalyticsOperationOptions.js +0 -4
- package/dist-esm/src/textAnalyticsOperationOptions.js.map +0 -1
- package/dist-esm/src/textAnalyticsResult.js +0 -78
- package/dist-esm/src/textAnalyticsResult.js.map +0 -1
- package/dist-esm/src/tracing.js +0 -12
- package/dist-esm/src/tracing.js.map +0 -1
- package/dist-esm/src/utils/url.browser.js +0 -6
- package/dist-esm/src/utils/url.browser.js.map +0 -1
- package/dist-esm/src/utils/url.js +0 -4
- package/dist-esm/src/utils/url.js.map +0 -1
|
@@ -5,13 +5,19 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
export const
|
|
8
|
+
export const AnalyzeAction = {
|
|
9
9
|
type: {
|
|
10
10
|
name: "Composite",
|
|
11
|
-
className: "
|
|
11
|
+
className: "AnalyzeAction",
|
|
12
|
+
uberParent: "AnalyzeAction",
|
|
13
|
+
polymorphicDiscriminator: {
|
|
14
|
+
serializedName: "kind",
|
|
15
|
+
clientName: "kind"
|
|
16
|
+
},
|
|
12
17
|
modelProperties: {
|
|
13
|
-
|
|
14
|
-
serializedName: "
|
|
18
|
+
kind: {
|
|
19
|
+
serializedName: "kind",
|
|
20
|
+
required: true,
|
|
15
21
|
type: {
|
|
16
22
|
name: "String"
|
|
17
23
|
}
|
|
@@ -19,158 +25,158 @@ export const JobDescriptor = {
|
|
|
19
25
|
}
|
|
20
26
|
}
|
|
21
27
|
};
|
|
22
|
-
export const
|
|
28
|
+
export const AnalyzeTextTaskResult = {
|
|
23
29
|
type: {
|
|
24
30
|
name: "Composite",
|
|
25
|
-
className: "
|
|
31
|
+
className: "AnalyzeTextTaskResult",
|
|
32
|
+
uberParent: "AnalyzeTextTaskResult",
|
|
33
|
+
polymorphicDiscriminator: {
|
|
34
|
+
serializedName: "kind",
|
|
35
|
+
clientName: "kind"
|
|
36
|
+
},
|
|
26
37
|
modelProperties: {
|
|
27
|
-
|
|
28
|
-
serializedName: "
|
|
38
|
+
kind: {
|
|
39
|
+
serializedName: "kind",
|
|
40
|
+
required: true,
|
|
29
41
|
type: {
|
|
30
|
-
name: "
|
|
31
|
-
className: "MultiLanguageBatchInput"
|
|
42
|
+
name: "String"
|
|
32
43
|
}
|
|
33
44
|
}
|
|
34
45
|
}
|
|
35
46
|
}
|
|
36
47
|
};
|
|
37
|
-
export const
|
|
48
|
+
export const ErrorResponse = {
|
|
38
49
|
type: {
|
|
39
50
|
name: "Composite",
|
|
40
|
-
className: "
|
|
51
|
+
className: "ErrorResponse",
|
|
41
52
|
modelProperties: {
|
|
42
|
-
|
|
43
|
-
serializedName: "
|
|
44
|
-
required: true,
|
|
53
|
+
error: {
|
|
54
|
+
serializedName: "error",
|
|
45
55
|
type: {
|
|
46
|
-
name: "
|
|
47
|
-
|
|
48
|
-
type: {
|
|
49
|
-
name: "Composite",
|
|
50
|
-
className: "TextDocumentInput"
|
|
51
|
-
}
|
|
52
|
-
}
|
|
56
|
+
name: "Composite",
|
|
57
|
+
className: "ErrorModel"
|
|
53
58
|
}
|
|
54
59
|
}
|
|
55
60
|
}
|
|
56
61
|
}
|
|
57
62
|
};
|
|
58
|
-
export const
|
|
63
|
+
export const ErrorModel = {
|
|
59
64
|
type: {
|
|
60
65
|
name: "Composite",
|
|
61
|
-
className: "
|
|
66
|
+
className: "ErrorModel",
|
|
67
|
+
additionalProperties: { type: { name: "Object" } },
|
|
62
68
|
modelProperties: {
|
|
63
|
-
|
|
64
|
-
serializedName: "
|
|
69
|
+
code: {
|
|
70
|
+
serializedName: "code",
|
|
65
71
|
required: true,
|
|
66
72
|
type: {
|
|
67
73
|
name: "String"
|
|
68
74
|
}
|
|
69
75
|
},
|
|
70
|
-
|
|
71
|
-
serializedName: "
|
|
76
|
+
message: {
|
|
77
|
+
serializedName: "message",
|
|
72
78
|
required: true,
|
|
73
79
|
type: {
|
|
74
80
|
name: "String"
|
|
75
81
|
}
|
|
76
82
|
},
|
|
77
|
-
|
|
78
|
-
serializedName: "
|
|
83
|
+
target: {
|
|
84
|
+
serializedName: "target",
|
|
79
85
|
type: {
|
|
80
86
|
name: "String"
|
|
81
87
|
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
88
|
+
},
|
|
89
|
+
details: {
|
|
90
|
+
serializedName: "details",
|
|
91
|
+
type: {
|
|
92
|
+
name: "Sequence",
|
|
93
|
+
element: {
|
|
94
|
+
type: {
|
|
95
|
+
name: "Composite",
|
|
96
|
+
className: "ErrorModel"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
innererror: {
|
|
102
|
+
serializedName: "innererror",
|
|
93
103
|
type: {
|
|
94
104
|
name: "Composite",
|
|
95
|
-
className: "
|
|
105
|
+
className: "InnerErrorModel"
|
|
96
106
|
}
|
|
97
107
|
}
|
|
98
108
|
}
|
|
99
109
|
}
|
|
100
110
|
};
|
|
101
|
-
export const
|
|
111
|
+
export const InnerErrorModel = {
|
|
102
112
|
type: {
|
|
103
113
|
name: "Composite",
|
|
104
|
-
className: "
|
|
114
|
+
className: "InnerErrorModel",
|
|
105
115
|
modelProperties: {
|
|
106
|
-
|
|
107
|
-
serializedName: "
|
|
116
|
+
code: {
|
|
117
|
+
serializedName: "code",
|
|
118
|
+
required: true,
|
|
108
119
|
type: {
|
|
109
|
-
name: "
|
|
110
|
-
element: {
|
|
111
|
-
type: {
|
|
112
|
-
name: "Composite",
|
|
113
|
-
className: "EntitiesTask"
|
|
114
|
-
}
|
|
115
|
-
}
|
|
120
|
+
name: "String"
|
|
116
121
|
}
|
|
117
122
|
},
|
|
118
|
-
|
|
119
|
-
serializedName: "
|
|
123
|
+
message: {
|
|
124
|
+
serializedName: "message",
|
|
125
|
+
required: true,
|
|
120
126
|
type: {
|
|
121
|
-
name: "
|
|
122
|
-
element: {
|
|
123
|
-
type: {
|
|
124
|
-
name: "Composite",
|
|
125
|
-
className: "PiiTask"
|
|
126
|
-
}
|
|
127
|
-
}
|
|
127
|
+
name: "String"
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
|
-
|
|
131
|
-
serializedName: "
|
|
130
|
+
details: {
|
|
131
|
+
serializedName: "details",
|
|
132
132
|
type: {
|
|
133
|
-
name: "
|
|
134
|
-
|
|
135
|
-
type: {
|
|
136
|
-
name: "Composite",
|
|
137
|
-
className: "KeyPhrasesTask"
|
|
138
|
-
}
|
|
139
|
-
}
|
|
133
|
+
name: "Dictionary",
|
|
134
|
+
value: { type: { name: "String" } }
|
|
140
135
|
}
|
|
141
136
|
},
|
|
142
|
-
|
|
143
|
-
serializedName: "
|
|
137
|
+
target: {
|
|
138
|
+
serializedName: "target",
|
|
144
139
|
type: {
|
|
145
|
-
name: "
|
|
146
|
-
element: {
|
|
147
|
-
type: {
|
|
148
|
-
name: "Composite",
|
|
149
|
-
className: "EntityLinkingTask"
|
|
150
|
-
}
|
|
151
|
-
}
|
|
140
|
+
name: "String"
|
|
152
141
|
}
|
|
153
142
|
},
|
|
154
|
-
|
|
155
|
-
serializedName: "
|
|
143
|
+
innererror: {
|
|
144
|
+
serializedName: "innererror",
|
|
156
145
|
type: {
|
|
157
|
-
name: "
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
146
|
+
name: "Composite",
|
|
147
|
+
className: "InnerErrorModel"
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
};
|
|
153
|
+
export const AnalyzeTextJobsInput = {
|
|
154
|
+
type: {
|
|
155
|
+
name: "Composite",
|
|
156
|
+
className: "AnalyzeTextJobsInput",
|
|
157
|
+
modelProperties: {
|
|
158
|
+
displayName: {
|
|
159
|
+
serializedName: "displayName",
|
|
160
|
+
type: {
|
|
161
|
+
name: "String"
|
|
164
162
|
}
|
|
165
163
|
},
|
|
166
|
-
|
|
167
|
-
serializedName: "
|
|
164
|
+
analysisInput: {
|
|
165
|
+
serializedName: "analysisInput",
|
|
166
|
+
type: {
|
|
167
|
+
name: "Composite",
|
|
168
|
+
className: "MultiLanguageAnalysisInput"
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
tasks: {
|
|
172
|
+
serializedName: "tasks",
|
|
173
|
+
required: true,
|
|
168
174
|
type: {
|
|
169
175
|
name: "Sequence",
|
|
170
176
|
element: {
|
|
171
177
|
type: {
|
|
172
178
|
name: "Composite",
|
|
173
|
-
className: "
|
|
179
|
+
className: "AnalyzeBatchAction"
|
|
174
180
|
}
|
|
175
181
|
}
|
|
176
182
|
}
|
|
@@ -178,41 +184,47 @@ export const JobManifestTasks = {
|
|
|
178
184
|
}
|
|
179
185
|
}
|
|
180
186
|
};
|
|
181
|
-
export const
|
|
187
|
+
export const MultiLanguageAnalysisInput = {
|
|
182
188
|
type: {
|
|
183
189
|
name: "Composite",
|
|
184
|
-
className: "
|
|
190
|
+
className: "MultiLanguageAnalysisInput",
|
|
185
191
|
modelProperties: {
|
|
186
|
-
|
|
187
|
-
serializedName: "
|
|
192
|
+
documents: {
|
|
193
|
+
serializedName: "documents",
|
|
188
194
|
type: {
|
|
189
|
-
name: "
|
|
190
|
-
|
|
195
|
+
name: "Sequence",
|
|
196
|
+
element: {
|
|
197
|
+
type: {
|
|
198
|
+
name: "Composite",
|
|
199
|
+
className: "TextDocumentInput"
|
|
200
|
+
}
|
|
201
|
+
}
|
|
191
202
|
}
|
|
192
203
|
}
|
|
193
204
|
}
|
|
194
205
|
}
|
|
195
206
|
};
|
|
196
|
-
export const
|
|
207
|
+
export const TextDocumentInput = {
|
|
197
208
|
type: {
|
|
198
209
|
name: "Composite",
|
|
199
|
-
className: "
|
|
210
|
+
className: "TextDocumentInput",
|
|
200
211
|
modelProperties: {
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
212
|
+
id: {
|
|
213
|
+
serializedName: "id",
|
|
214
|
+
required: true,
|
|
204
215
|
type: {
|
|
205
216
|
name: "String"
|
|
206
217
|
}
|
|
207
218
|
},
|
|
208
|
-
|
|
209
|
-
serializedName: "
|
|
219
|
+
text: {
|
|
220
|
+
serializedName: "text",
|
|
221
|
+
required: true,
|
|
210
222
|
type: {
|
|
211
|
-
name: "
|
|
223
|
+
name: "String"
|
|
212
224
|
}
|
|
213
225
|
},
|
|
214
|
-
|
|
215
|
-
serializedName: "
|
|
226
|
+
language: {
|
|
227
|
+
serializedName: "language",
|
|
216
228
|
type: {
|
|
217
229
|
name: "String"
|
|
218
230
|
}
|
|
@@ -220,63 +232,88 @@ export const EntitiesTaskParameters = {
|
|
|
220
232
|
}
|
|
221
233
|
}
|
|
222
234
|
};
|
|
223
|
-
export const
|
|
235
|
+
export const BatchActionState = {
|
|
224
236
|
type: {
|
|
225
237
|
name: "Composite",
|
|
226
|
-
className: "
|
|
238
|
+
className: "BatchActionState",
|
|
227
239
|
modelProperties: {
|
|
228
|
-
|
|
229
|
-
serializedName: "
|
|
240
|
+
actionName: {
|
|
241
|
+
serializedName: "taskName",
|
|
230
242
|
type: {
|
|
231
|
-
name: "
|
|
232
|
-
className: "PiiTaskParameters"
|
|
243
|
+
name: "String"
|
|
233
244
|
}
|
|
234
245
|
}
|
|
235
246
|
}
|
|
236
247
|
}
|
|
237
248
|
};
|
|
238
|
-
export const
|
|
249
|
+
export const JobState = {
|
|
239
250
|
type: {
|
|
240
251
|
name: "Composite",
|
|
241
|
-
className: "
|
|
252
|
+
className: "JobState",
|
|
242
253
|
modelProperties: {
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
serializedName: "domain",
|
|
254
|
+
displayName: {
|
|
255
|
+
serializedName: "displayName",
|
|
246
256
|
type: {
|
|
247
257
|
name: "String"
|
|
248
258
|
}
|
|
249
259
|
},
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
260
|
+
createdOn: {
|
|
261
|
+
serializedName: "createdDateTime",
|
|
262
|
+
required: true,
|
|
253
263
|
type: {
|
|
254
|
-
name: "
|
|
264
|
+
name: "DateTime"
|
|
255
265
|
}
|
|
256
266
|
},
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
serializedName: "loggingOptOut",
|
|
267
|
+
expiresOn: {
|
|
268
|
+
serializedName: "expirationDateTime",
|
|
260
269
|
type: {
|
|
261
|
-
name: "
|
|
270
|
+
name: "DateTime"
|
|
262
271
|
}
|
|
263
272
|
},
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
273
|
+
operationId: {
|
|
274
|
+
serializedName: "jobId",
|
|
275
|
+
required: true,
|
|
276
|
+
type: {
|
|
277
|
+
name: "Uuid"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
lastModifiedOn: {
|
|
281
|
+
serializedName: "lastUpdateDateTime",
|
|
282
|
+
required: true,
|
|
283
|
+
type: {
|
|
284
|
+
name: "DateTime"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
status: {
|
|
288
|
+
serializedName: "status",
|
|
289
|
+
required: true,
|
|
290
|
+
type: {
|
|
291
|
+
name: "Enum",
|
|
292
|
+
allowedValues: [
|
|
293
|
+
"notStarted",
|
|
294
|
+
"running",
|
|
295
|
+
"succeeded",
|
|
296
|
+
"partiallySucceeded",
|
|
297
|
+
"failed",
|
|
298
|
+
"cancelled",
|
|
299
|
+
"cancelling"
|
|
300
|
+
]
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
errors: {
|
|
304
|
+
serializedName: "errors",
|
|
269
305
|
type: {
|
|
270
306
|
name: "Sequence",
|
|
271
307
|
element: {
|
|
272
308
|
type: {
|
|
273
|
-
name: "
|
|
309
|
+
name: "Composite",
|
|
310
|
+
className: "ErrorModel"
|
|
274
311
|
}
|
|
275
312
|
}
|
|
276
313
|
}
|
|
277
314
|
},
|
|
278
|
-
|
|
279
|
-
serializedName: "
|
|
315
|
+
nextLink: {
|
|
316
|
+
serializedName: "nextLink",
|
|
280
317
|
type: {
|
|
281
318
|
name: "String"
|
|
282
319
|
}
|
|
@@ -284,182 +321,192 @@ export const PiiTaskParameters = {
|
|
|
284
321
|
}
|
|
285
322
|
}
|
|
286
323
|
};
|
|
287
|
-
export const
|
|
324
|
+
export const TasksState = {
|
|
288
325
|
type: {
|
|
289
326
|
name: "Composite",
|
|
290
|
-
className: "
|
|
327
|
+
className: "TasksState",
|
|
291
328
|
modelProperties: {
|
|
292
|
-
|
|
293
|
-
serializedName: "
|
|
329
|
+
tasks: {
|
|
330
|
+
serializedName: "tasks",
|
|
294
331
|
type: {
|
|
295
332
|
name: "Composite",
|
|
296
|
-
className: "
|
|
333
|
+
className: "TasksStateTasks"
|
|
297
334
|
}
|
|
298
335
|
}
|
|
299
336
|
}
|
|
300
337
|
}
|
|
301
338
|
};
|
|
302
|
-
export const
|
|
339
|
+
export const TasksStateTasks = {
|
|
303
340
|
type: {
|
|
304
341
|
name: "Composite",
|
|
305
|
-
className: "
|
|
342
|
+
className: "TasksStateTasks",
|
|
306
343
|
modelProperties: {
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
344
|
+
completed: {
|
|
345
|
+
serializedName: "completed",
|
|
346
|
+
required: true,
|
|
310
347
|
type: {
|
|
311
|
-
name: "
|
|
348
|
+
name: "Number"
|
|
312
349
|
}
|
|
313
350
|
},
|
|
314
|
-
|
|
315
|
-
serializedName: "
|
|
351
|
+
failed: {
|
|
352
|
+
serializedName: "failed",
|
|
353
|
+
required: true,
|
|
316
354
|
type: {
|
|
317
|
-
name: "
|
|
355
|
+
name: "Number"
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
inProgress: {
|
|
359
|
+
serializedName: "inProgress",
|
|
360
|
+
required: true,
|
|
361
|
+
type: {
|
|
362
|
+
name: "Number"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
total: {
|
|
366
|
+
serializedName: "total",
|
|
367
|
+
required: true,
|
|
368
|
+
type: {
|
|
369
|
+
name: "Number"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
items: {
|
|
373
|
+
serializedName: "items",
|
|
374
|
+
type: {
|
|
375
|
+
name: "Sequence",
|
|
376
|
+
element: {
|
|
377
|
+
type: {
|
|
378
|
+
name: "Composite",
|
|
379
|
+
className: "AnalyzeTextLROResult"
|
|
380
|
+
}
|
|
381
|
+
}
|
|
318
382
|
}
|
|
319
383
|
}
|
|
320
384
|
}
|
|
321
385
|
}
|
|
322
386
|
};
|
|
323
|
-
export const
|
|
387
|
+
export const TaskState = {
|
|
324
388
|
type: {
|
|
325
389
|
name: "Composite",
|
|
326
|
-
className: "
|
|
390
|
+
className: "TaskState",
|
|
327
391
|
modelProperties: {
|
|
328
|
-
|
|
329
|
-
serializedName: "
|
|
330
|
-
|
|
331
|
-
name: "Composite",
|
|
332
|
-
className: "EntityLinkingTaskParameters"
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
};
|
|
338
|
-
export const EntityLinkingTaskParameters = {
|
|
339
|
-
type: {
|
|
340
|
-
name: "Composite",
|
|
341
|
-
className: "EntityLinkingTaskParameters",
|
|
342
|
-
modelProperties: {
|
|
343
|
-
modelVersion: {
|
|
344
|
-
defaultValue: "latest",
|
|
345
|
-
serializedName: "model-version",
|
|
346
|
-
type: {
|
|
347
|
-
name: "String"
|
|
348
|
-
}
|
|
349
|
-
},
|
|
350
|
-
loggingOptOut: {
|
|
351
|
-
serializedName: "loggingOptOut",
|
|
392
|
+
lastUpdateDateTime: {
|
|
393
|
+
serializedName: "lastUpdateDateTime",
|
|
394
|
+
required: true,
|
|
352
395
|
type: {
|
|
353
|
-
name: "
|
|
396
|
+
name: "DateTime"
|
|
354
397
|
}
|
|
355
398
|
},
|
|
356
|
-
|
|
357
|
-
serializedName: "
|
|
399
|
+
status: {
|
|
400
|
+
serializedName: "status",
|
|
401
|
+
required: true,
|
|
358
402
|
type: {
|
|
359
|
-
name: "
|
|
403
|
+
name: "Enum",
|
|
404
|
+
allowedValues: [
|
|
405
|
+
"notStarted",
|
|
406
|
+
"running",
|
|
407
|
+
"succeeded",
|
|
408
|
+
"partiallySucceeded",
|
|
409
|
+
"failed",
|
|
410
|
+
"cancelled",
|
|
411
|
+
"cancelling"
|
|
412
|
+
]
|
|
360
413
|
}
|
|
361
414
|
}
|
|
362
415
|
}
|
|
363
416
|
}
|
|
364
417
|
};
|
|
365
|
-
export const
|
|
418
|
+
export const AnalyzeTextJobStatistics = {
|
|
366
419
|
type: {
|
|
367
420
|
name: "Composite",
|
|
368
|
-
className: "
|
|
421
|
+
className: "AnalyzeTextJobStatistics",
|
|
369
422
|
modelProperties: {
|
|
370
|
-
|
|
371
|
-
serializedName: "
|
|
423
|
+
statistics: {
|
|
424
|
+
serializedName: "statistics",
|
|
372
425
|
type: {
|
|
373
426
|
name: "Composite",
|
|
374
|
-
className: "
|
|
427
|
+
className: "TextDocumentBatchStatistics"
|
|
375
428
|
}
|
|
376
429
|
}
|
|
377
430
|
}
|
|
378
431
|
}
|
|
379
432
|
};
|
|
380
|
-
export const
|
|
433
|
+
export const TextDocumentBatchStatistics = {
|
|
381
434
|
type: {
|
|
382
435
|
name: "Composite",
|
|
383
|
-
className: "
|
|
436
|
+
className: "TextDocumentBatchStatistics",
|
|
384
437
|
modelProperties: {
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
438
|
+
documentCount: {
|
|
439
|
+
serializedName: "documentsCount",
|
|
440
|
+
required: true,
|
|
388
441
|
type: {
|
|
389
|
-
name: "
|
|
442
|
+
name: "Number"
|
|
390
443
|
}
|
|
391
444
|
},
|
|
392
|
-
|
|
393
|
-
serializedName: "
|
|
445
|
+
validDocumentCount: {
|
|
446
|
+
serializedName: "validDocumentsCount",
|
|
447
|
+
required: true,
|
|
394
448
|
type: {
|
|
395
|
-
name: "
|
|
449
|
+
name: "Number"
|
|
396
450
|
}
|
|
397
451
|
},
|
|
398
|
-
|
|
399
|
-
serializedName: "
|
|
452
|
+
erroneousDocumentCount: {
|
|
453
|
+
serializedName: "erroneousDocumentsCount",
|
|
454
|
+
required: true,
|
|
400
455
|
type: {
|
|
401
|
-
name: "
|
|
456
|
+
name: "Number"
|
|
402
457
|
}
|
|
403
458
|
},
|
|
404
|
-
|
|
405
|
-
serializedName: "
|
|
459
|
+
transactionCount: {
|
|
460
|
+
serializedName: "transactionsCount",
|
|
461
|
+
required: true,
|
|
406
462
|
type: {
|
|
407
|
-
name: "
|
|
463
|
+
name: "Number"
|
|
408
464
|
}
|
|
409
465
|
}
|
|
410
466
|
}
|
|
411
467
|
}
|
|
412
468
|
};
|
|
413
|
-
export const
|
|
469
|
+
export const LanguageDetectionAnalysisInput = {
|
|
414
470
|
type: {
|
|
415
471
|
name: "Composite",
|
|
416
|
-
className: "
|
|
472
|
+
className: "LanguageDetectionAnalysisInput",
|
|
417
473
|
modelProperties: {
|
|
418
|
-
|
|
419
|
-
serializedName: "
|
|
474
|
+
documents: {
|
|
475
|
+
serializedName: "documents",
|
|
420
476
|
type: {
|
|
421
|
-
name: "
|
|
422
|
-
|
|
477
|
+
name: "Sequence",
|
|
478
|
+
element: {
|
|
479
|
+
type: {
|
|
480
|
+
name: "Composite",
|
|
481
|
+
className: "LanguageDetectionInput"
|
|
482
|
+
}
|
|
483
|
+
}
|
|
423
484
|
}
|
|
424
485
|
}
|
|
425
486
|
}
|
|
426
487
|
}
|
|
427
488
|
};
|
|
428
|
-
export const
|
|
489
|
+
export const LanguageDetectionInput = {
|
|
429
490
|
type: {
|
|
430
491
|
name: "Composite",
|
|
431
|
-
className: "
|
|
492
|
+
className: "LanguageDetectionInput",
|
|
432
493
|
modelProperties: {
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
494
|
+
id: {
|
|
495
|
+
serializedName: "id",
|
|
496
|
+
required: true,
|
|
436
497
|
type: {
|
|
437
498
|
name: "String"
|
|
438
499
|
}
|
|
439
500
|
},
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
type: {
|
|
444
|
-
name: "Boolean"
|
|
445
|
-
}
|
|
446
|
-
},
|
|
447
|
-
stringIndexType: {
|
|
448
|
-
serializedName: "stringIndexType",
|
|
501
|
+
text: {
|
|
502
|
+
serializedName: "text",
|
|
503
|
+
required: true,
|
|
449
504
|
type: {
|
|
450
505
|
name: "String"
|
|
451
506
|
}
|
|
452
507
|
},
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
serializedName: "sentenceCount",
|
|
456
|
-
type: {
|
|
457
|
-
name: "Number"
|
|
458
|
-
}
|
|
459
|
-
},
|
|
460
|
-
sortBy: {
|
|
461
|
-
defaultValue: "Offset",
|
|
462
|
-
serializedName: "sortBy",
|
|
508
|
+
countryHint: {
|
|
509
|
+
serializedName: "countryHint",
|
|
463
510
|
type: {
|
|
464
511
|
name: "String"
|
|
465
512
|
}
|
|
@@ -467,444 +514,274 @@ export const ExtractiveSummarizationTaskParameters = {
|
|
|
467
514
|
}
|
|
468
515
|
}
|
|
469
516
|
};
|
|
470
|
-
export const
|
|
517
|
+
export const ActionCommon = {
|
|
471
518
|
type: {
|
|
472
519
|
name: "Composite",
|
|
473
|
-
className: "
|
|
520
|
+
className: "ActionCommon",
|
|
474
521
|
modelProperties: {
|
|
475
|
-
|
|
476
|
-
|
|
522
|
+
disableServiceLogs: {
|
|
523
|
+
defaultValue: false,
|
|
524
|
+
serializedName: "loggingOptOut",
|
|
477
525
|
type: {
|
|
478
|
-
name: "
|
|
479
|
-
className: "TextAnalyticsError"
|
|
526
|
+
name: "Boolean"
|
|
480
527
|
}
|
|
481
528
|
}
|
|
482
529
|
}
|
|
483
530
|
}
|
|
484
531
|
};
|
|
485
|
-
export const
|
|
532
|
+
export const PreBuiltResult = {
|
|
486
533
|
type: {
|
|
487
534
|
name: "Composite",
|
|
488
|
-
className: "
|
|
535
|
+
className: "PreBuiltResult",
|
|
489
536
|
modelProperties: {
|
|
490
|
-
|
|
491
|
-
serializedName: "
|
|
492
|
-
required: true,
|
|
493
|
-
type: {
|
|
494
|
-
name: "String"
|
|
495
|
-
}
|
|
496
|
-
},
|
|
497
|
-
message: {
|
|
498
|
-
serializedName: "message",
|
|
537
|
+
errors: {
|
|
538
|
+
serializedName: "errors",
|
|
499
539
|
required: true,
|
|
500
540
|
type: {
|
|
501
|
-
name: "
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
541
|
+
name: "Sequence",
|
|
542
|
+
element: {
|
|
543
|
+
type: {
|
|
544
|
+
name: "Composite",
|
|
545
|
+
className: "DocumentError"
|
|
546
|
+
}
|
|
547
|
+
}
|
|
508
548
|
}
|
|
509
549
|
},
|
|
510
|
-
|
|
511
|
-
serializedName: "
|
|
550
|
+
statistics: {
|
|
551
|
+
serializedName: "statistics",
|
|
512
552
|
type: {
|
|
513
553
|
name: "Composite",
|
|
514
|
-
className: "
|
|
554
|
+
className: "TextDocumentBatchStatistics"
|
|
515
555
|
}
|
|
516
556
|
},
|
|
517
|
-
|
|
518
|
-
serializedName: "
|
|
557
|
+
modelVersion: {
|
|
558
|
+
serializedName: "modelVersion",
|
|
559
|
+
required: true,
|
|
519
560
|
type: {
|
|
520
|
-
name: "
|
|
521
|
-
element: {
|
|
522
|
-
type: {
|
|
523
|
-
name: "Composite",
|
|
524
|
-
className: "TextAnalyticsError"
|
|
525
|
-
}
|
|
526
|
-
}
|
|
561
|
+
name: "String"
|
|
527
562
|
}
|
|
528
563
|
}
|
|
529
564
|
}
|
|
530
565
|
}
|
|
531
566
|
};
|
|
532
|
-
export const
|
|
567
|
+
export const DocumentError = {
|
|
533
568
|
type: {
|
|
534
569
|
name: "Composite",
|
|
535
|
-
className: "
|
|
570
|
+
className: "DocumentError",
|
|
536
571
|
modelProperties: {
|
|
537
|
-
|
|
538
|
-
serializedName: "
|
|
572
|
+
id: {
|
|
573
|
+
serializedName: "id",
|
|
539
574
|
required: true,
|
|
540
575
|
type: {
|
|
541
576
|
name: "String"
|
|
542
577
|
}
|
|
543
578
|
},
|
|
544
|
-
|
|
545
|
-
serializedName: "
|
|
579
|
+
error: {
|
|
580
|
+
serializedName: "error",
|
|
581
|
+
type: {
|
|
582
|
+
name: "Composite",
|
|
583
|
+
className: "ErrorModel"
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
};
|
|
589
|
+
export const CustomResult = {
|
|
590
|
+
type: {
|
|
591
|
+
name: "Composite",
|
|
592
|
+
className: "CustomResult",
|
|
593
|
+
modelProperties: {
|
|
594
|
+
errors: {
|
|
595
|
+
serializedName: "errors",
|
|
546
596
|
required: true,
|
|
547
597
|
type: {
|
|
548
|
-
name: "
|
|
598
|
+
name: "Sequence",
|
|
599
|
+
element: {
|
|
600
|
+
type: {
|
|
601
|
+
name: "Composite",
|
|
602
|
+
className: "DocumentError"
|
|
603
|
+
}
|
|
604
|
+
}
|
|
549
605
|
}
|
|
550
606
|
},
|
|
551
|
-
|
|
552
|
-
serializedName: "
|
|
607
|
+
statistics: {
|
|
608
|
+
serializedName: "statistics",
|
|
553
609
|
type: {
|
|
554
|
-
name: "
|
|
555
|
-
|
|
610
|
+
name: "Composite",
|
|
611
|
+
className: "TextDocumentBatchStatistics"
|
|
556
612
|
}
|
|
557
613
|
},
|
|
558
|
-
|
|
559
|
-
serializedName: "
|
|
614
|
+
projectName: {
|
|
615
|
+
serializedName: "projectName",
|
|
616
|
+
required: true,
|
|
560
617
|
type: {
|
|
561
618
|
name: "String"
|
|
562
619
|
}
|
|
563
620
|
},
|
|
564
|
-
|
|
565
|
-
serializedName: "
|
|
621
|
+
deploymentName: {
|
|
622
|
+
serializedName: "deploymentName",
|
|
623
|
+
required: true,
|
|
566
624
|
type: {
|
|
567
|
-
name: "
|
|
568
|
-
className: "InnerError"
|
|
625
|
+
name: "String"
|
|
569
626
|
}
|
|
570
627
|
}
|
|
571
628
|
}
|
|
572
629
|
}
|
|
573
630
|
};
|
|
574
|
-
export const
|
|
631
|
+
export const Entity = {
|
|
575
632
|
type: {
|
|
576
633
|
name: "Composite",
|
|
577
|
-
className: "
|
|
634
|
+
className: "Entity",
|
|
578
635
|
modelProperties: {
|
|
579
|
-
|
|
580
|
-
serializedName: "
|
|
636
|
+
text: {
|
|
637
|
+
serializedName: "text",
|
|
581
638
|
required: true,
|
|
582
639
|
type: {
|
|
583
|
-
name: "
|
|
640
|
+
name: "String"
|
|
584
641
|
}
|
|
585
642
|
},
|
|
586
|
-
|
|
587
|
-
serializedName: "
|
|
643
|
+
category: {
|
|
644
|
+
serializedName: "category",
|
|
645
|
+
required: true,
|
|
588
646
|
type: {
|
|
589
|
-
name: "
|
|
647
|
+
name: "String"
|
|
590
648
|
}
|
|
591
649
|
},
|
|
592
|
-
|
|
593
|
-
serializedName: "
|
|
650
|
+
subCategory: {
|
|
651
|
+
serializedName: "subcategory",
|
|
652
|
+
type: {
|
|
653
|
+
name: "String"
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
offset: {
|
|
657
|
+
serializedName: "offset",
|
|
594
658
|
required: true,
|
|
595
659
|
type: {
|
|
596
|
-
name: "
|
|
660
|
+
name: "Number"
|
|
597
661
|
}
|
|
598
662
|
},
|
|
599
|
-
|
|
600
|
-
serializedName: "
|
|
663
|
+
length: {
|
|
664
|
+
serializedName: "length",
|
|
601
665
|
required: true,
|
|
602
666
|
type: {
|
|
603
|
-
name: "
|
|
667
|
+
name: "Number"
|
|
604
668
|
}
|
|
605
669
|
},
|
|
606
|
-
|
|
607
|
-
serializedName: "
|
|
670
|
+
confidenceScore: {
|
|
671
|
+
serializedName: "confidenceScore",
|
|
608
672
|
required: true,
|
|
609
673
|
type: {
|
|
610
|
-
name: "
|
|
611
|
-
allowedValues: [
|
|
612
|
-
"notStarted",
|
|
613
|
-
"running",
|
|
614
|
-
"succeeded",
|
|
615
|
-
"failed",
|
|
616
|
-
"rejected",
|
|
617
|
-
"cancelled",
|
|
618
|
-
"cancelling"
|
|
619
|
-
]
|
|
674
|
+
name: "Number"
|
|
620
675
|
}
|
|
621
676
|
}
|
|
622
677
|
}
|
|
623
678
|
}
|
|
624
679
|
};
|
|
625
|
-
export const
|
|
680
|
+
export const DocumentResult = {
|
|
626
681
|
type: {
|
|
627
682
|
name: "Composite",
|
|
628
|
-
className: "
|
|
683
|
+
className: "DocumentResult",
|
|
629
684
|
modelProperties: {
|
|
630
|
-
|
|
631
|
-
serializedName: "
|
|
685
|
+
id: {
|
|
686
|
+
serializedName: "id",
|
|
687
|
+
required: true,
|
|
632
688
|
type: {
|
|
633
689
|
name: "String"
|
|
634
690
|
}
|
|
635
|
-
}
|
|
636
|
-
}
|
|
637
|
-
}
|
|
638
|
-
};
|
|
639
|
-
export const TasksState = {
|
|
640
|
-
type: {
|
|
641
|
-
name: "Composite",
|
|
642
|
-
className: "TasksState",
|
|
643
|
-
modelProperties: {
|
|
644
|
-
tasks: {
|
|
645
|
-
serializedName: "tasks",
|
|
646
|
-
type: {
|
|
647
|
-
name: "Composite",
|
|
648
|
-
className: "TasksStateTasks"
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
};
|
|
654
|
-
export const TasksStateTasks = {
|
|
655
|
-
type: {
|
|
656
|
-
name: "Composite",
|
|
657
|
-
className: "TasksStateTasks",
|
|
658
|
-
modelProperties: {
|
|
659
|
-
completed: {
|
|
660
|
-
serializedName: "completed",
|
|
661
|
-
required: true,
|
|
662
|
-
type: {
|
|
663
|
-
name: "Number"
|
|
664
|
-
}
|
|
665
|
-
},
|
|
666
|
-
failed: {
|
|
667
|
-
serializedName: "failed",
|
|
668
|
-
required: true,
|
|
669
|
-
type: {
|
|
670
|
-
name: "Number"
|
|
671
|
-
}
|
|
672
691
|
},
|
|
673
|
-
|
|
674
|
-
serializedName: "
|
|
675
|
-
required: true,
|
|
676
|
-
type: {
|
|
677
|
-
name: "Number"
|
|
678
|
-
}
|
|
679
|
-
},
|
|
680
|
-
total: {
|
|
681
|
-
serializedName: "total",
|
|
692
|
+
warnings: {
|
|
693
|
+
serializedName: "warnings",
|
|
682
694
|
required: true,
|
|
683
|
-
type: {
|
|
684
|
-
name: "Number"
|
|
685
|
-
}
|
|
686
|
-
},
|
|
687
|
-
entityRecognitionTasks: {
|
|
688
|
-
serializedName: "entityRecognitionTasks",
|
|
689
|
-
type: {
|
|
690
|
-
name: "Sequence",
|
|
691
|
-
element: {
|
|
692
|
-
type: {
|
|
693
|
-
name: "Composite",
|
|
694
|
-
className: "TasksStateTasksEntityRecognitionTasksItem"
|
|
695
|
-
}
|
|
696
|
-
}
|
|
697
|
-
}
|
|
698
|
-
},
|
|
699
|
-
entityRecognitionPiiTasks: {
|
|
700
|
-
serializedName: "entityRecognitionPiiTasks",
|
|
701
|
-
type: {
|
|
702
|
-
name: "Sequence",
|
|
703
|
-
element: {
|
|
704
|
-
type: {
|
|
705
|
-
name: "Composite",
|
|
706
|
-
className: "TasksStateTasksEntityRecognitionPiiTasksItem"
|
|
707
|
-
}
|
|
708
|
-
}
|
|
709
|
-
}
|
|
710
|
-
},
|
|
711
|
-
keyPhraseExtractionTasks: {
|
|
712
|
-
serializedName: "keyPhraseExtractionTasks",
|
|
713
|
-
type: {
|
|
714
|
-
name: "Sequence",
|
|
715
|
-
element: {
|
|
716
|
-
type: {
|
|
717
|
-
name: "Composite",
|
|
718
|
-
className: "TasksStateTasksKeyPhraseExtractionTasksItem"
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
}
|
|
722
|
-
},
|
|
723
|
-
entityLinkingTasks: {
|
|
724
|
-
serializedName: "entityLinkingTasks",
|
|
725
|
-
type: {
|
|
726
|
-
name: "Sequence",
|
|
727
|
-
element: {
|
|
728
|
-
type: {
|
|
729
|
-
name: "Composite",
|
|
730
|
-
className: "TasksStateTasksEntityLinkingTasksItem"
|
|
731
|
-
}
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
},
|
|
735
|
-
sentimentAnalysisTasks: {
|
|
736
|
-
serializedName: "sentimentAnalysisTasks",
|
|
737
695
|
type: {
|
|
738
696
|
name: "Sequence",
|
|
739
697
|
element: {
|
|
740
698
|
type: {
|
|
741
699
|
name: "Composite",
|
|
742
|
-
className: "
|
|
700
|
+
className: "DocumentWarning"
|
|
743
701
|
}
|
|
744
702
|
}
|
|
745
703
|
}
|
|
746
704
|
},
|
|
747
|
-
|
|
748
|
-
serializedName: "
|
|
705
|
+
statistics: {
|
|
706
|
+
serializedName: "statistics",
|
|
749
707
|
type: {
|
|
750
|
-
name: "
|
|
751
|
-
|
|
752
|
-
type: {
|
|
753
|
-
name: "Composite",
|
|
754
|
-
className: "TasksStateTasksExtractiveSummarizationTasksItem"
|
|
755
|
-
}
|
|
756
|
-
}
|
|
708
|
+
name: "Composite",
|
|
709
|
+
className: "TextDocumentStatistics"
|
|
757
710
|
}
|
|
758
711
|
}
|
|
759
712
|
}
|
|
760
713
|
}
|
|
761
714
|
};
|
|
762
|
-
export const
|
|
715
|
+
export const DocumentWarning = {
|
|
763
716
|
type: {
|
|
764
717
|
name: "Composite",
|
|
765
|
-
className: "
|
|
718
|
+
className: "DocumentWarning",
|
|
766
719
|
modelProperties: {
|
|
767
|
-
|
|
768
|
-
serializedName: "
|
|
720
|
+
code: {
|
|
721
|
+
serializedName: "code",
|
|
769
722
|
required: true,
|
|
770
723
|
type: {
|
|
771
|
-
name: "
|
|
724
|
+
name: "String"
|
|
772
725
|
}
|
|
773
726
|
},
|
|
774
|
-
|
|
775
|
-
serializedName: "
|
|
727
|
+
message: {
|
|
728
|
+
serializedName: "message",
|
|
776
729
|
required: true,
|
|
777
730
|
type: {
|
|
778
|
-
name: "
|
|
779
|
-
allowedValues: [
|
|
780
|
-
"notStarted",
|
|
781
|
-
"running",
|
|
782
|
-
"succeeded",
|
|
783
|
-
"failed",
|
|
784
|
-
"rejected",
|
|
785
|
-
"cancelled",
|
|
786
|
-
"cancelling"
|
|
787
|
-
]
|
|
788
|
-
}
|
|
789
|
-
}
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
};
|
|
793
|
-
export const EntitiesTaskResult = {
|
|
794
|
-
type: {
|
|
795
|
-
name: "Composite",
|
|
796
|
-
className: "EntitiesTaskResult",
|
|
797
|
-
modelProperties: {
|
|
798
|
-
results: {
|
|
799
|
-
serializedName: "results",
|
|
800
|
-
type: {
|
|
801
|
-
name: "Composite",
|
|
802
|
-
className: "EntitiesResult"
|
|
731
|
+
name: "String"
|
|
803
732
|
}
|
|
804
733
|
}
|
|
805
734
|
}
|
|
806
735
|
}
|
|
807
736
|
};
|
|
808
|
-
export const
|
|
737
|
+
export const TextDocumentStatistics = {
|
|
809
738
|
type: {
|
|
810
739
|
name: "Composite",
|
|
811
|
-
className: "
|
|
740
|
+
className: "TextDocumentStatistics",
|
|
812
741
|
modelProperties: {
|
|
813
|
-
|
|
814
|
-
serializedName: "
|
|
815
|
-
required: true,
|
|
816
|
-
type: {
|
|
817
|
-
name: "Sequence",
|
|
818
|
-
element: {
|
|
819
|
-
type: {
|
|
820
|
-
name: "Composite",
|
|
821
|
-
className: "DocumentEntities"
|
|
822
|
-
}
|
|
823
|
-
}
|
|
824
|
-
}
|
|
825
|
-
},
|
|
826
|
-
errors: {
|
|
827
|
-
serializedName: "errors",
|
|
742
|
+
characterCount: {
|
|
743
|
+
serializedName: "charactersCount",
|
|
828
744
|
required: true,
|
|
829
745
|
type: {
|
|
830
|
-
name: "
|
|
831
|
-
element: {
|
|
832
|
-
type: {
|
|
833
|
-
name: "Composite",
|
|
834
|
-
className: "DocumentError"
|
|
835
|
-
}
|
|
836
|
-
}
|
|
837
|
-
}
|
|
838
|
-
},
|
|
839
|
-
statistics: {
|
|
840
|
-
serializedName: "statistics",
|
|
841
|
-
type: {
|
|
842
|
-
name: "Composite",
|
|
843
|
-
className: "TextDocumentBatchStatistics"
|
|
746
|
+
name: "Number"
|
|
844
747
|
}
|
|
845
748
|
},
|
|
846
|
-
|
|
847
|
-
serializedName: "
|
|
749
|
+
transactionCount: {
|
|
750
|
+
serializedName: "transactionsCount",
|
|
848
751
|
required: true,
|
|
849
752
|
type: {
|
|
850
|
-
name: "
|
|
753
|
+
name: "Number"
|
|
851
754
|
}
|
|
852
755
|
}
|
|
853
756
|
}
|
|
854
757
|
}
|
|
855
758
|
};
|
|
856
|
-
export const
|
|
759
|
+
export const ClassificationCategory = {
|
|
857
760
|
type: {
|
|
858
761
|
name: "Composite",
|
|
859
|
-
className: "
|
|
762
|
+
className: "ClassificationCategory",
|
|
860
763
|
modelProperties: {
|
|
861
|
-
|
|
862
|
-
serializedName: "
|
|
764
|
+
category: {
|
|
765
|
+
serializedName: "category",
|
|
863
766
|
required: true,
|
|
864
767
|
type: {
|
|
865
768
|
name: "String"
|
|
866
769
|
}
|
|
867
770
|
},
|
|
868
|
-
|
|
869
|
-
serializedName: "
|
|
870
|
-
required: true,
|
|
871
|
-
type: {
|
|
872
|
-
name: "Sequence",
|
|
873
|
-
element: {
|
|
874
|
-
type: {
|
|
875
|
-
name: "Composite",
|
|
876
|
-
className: "Entity"
|
|
877
|
-
}
|
|
878
|
-
}
|
|
879
|
-
}
|
|
880
|
-
},
|
|
881
|
-
warnings: {
|
|
882
|
-
serializedName: "warnings",
|
|
771
|
+
confidenceScore: {
|
|
772
|
+
serializedName: "confidenceScore",
|
|
883
773
|
required: true,
|
|
884
774
|
type: {
|
|
885
|
-
name: "
|
|
886
|
-
element: {
|
|
887
|
-
type: {
|
|
888
|
-
name: "Composite",
|
|
889
|
-
className: "TextAnalyticsWarning"
|
|
890
|
-
}
|
|
891
|
-
}
|
|
892
|
-
}
|
|
893
|
-
},
|
|
894
|
-
statistics: {
|
|
895
|
-
serializedName: "statistics",
|
|
896
|
-
type: {
|
|
897
|
-
name: "Composite",
|
|
898
|
-
className: "TextDocumentStatistics"
|
|
775
|
+
name: "Number"
|
|
899
776
|
}
|
|
900
777
|
}
|
|
901
778
|
}
|
|
902
779
|
}
|
|
903
780
|
};
|
|
904
|
-
export const
|
|
781
|
+
export const HealthcareEntity = {
|
|
905
782
|
type: {
|
|
906
783
|
name: "Composite",
|
|
907
|
-
className: "
|
|
784
|
+
className: "HealthcareEntity",
|
|
908
785
|
modelProperties: {
|
|
909
786
|
text: {
|
|
910
787
|
serializedName: "text",
|
|
@@ -946,446 +823,387 @@ export const Entity = {
|
|
|
946
823
|
type: {
|
|
947
824
|
name: "Number"
|
|
948
825
|
}
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
};
|
|
953
|
-
export const TextAnalyticsWarning = {
|
|
954
|
-
type: {
|
|
955
|
-
name: "Composite",
|
|
956
|
-
className: "TextAnalyticsWarning",
|
|
957
|
-
modelProperties: {
|
|
958
|
-
code: {
|
|
959
|
-
serializedName: "code",
|
|
960
|
-
required: true,
|
|
826
|
+
},
|
|
827
|
+
assertion: {
|
|
828
|
+
serializedName: "assertion",
|
|
961
829
|
type: {
|
|
962
|
-
name: "
|
|
830
|
+
name: "Composite",
|
|
831
|
+
className: "HealthcareAssertion"
|
|
963
832
|
}
|
|
964
833
|
},
|
|
965
|
-
|
|
966
|
-
serializedName: "
|
|
967
|
-
required: true,
|
|
834
|
+
normalizedText: {
|
|
835
|
+
serializedName: "name",
|
|
968
836
|
type: {
|
|
969
837
|
name: "String"
|
|
970
838
|
}
|
|
839
|
+
},
|
|
840
|
+
dataSources: {
|
|
841
|
+
serializedName: "links",
|
|
842
|
+
type: {
|
|
843
|
+
name: "Sequence",
|
|
844
|
+
element: {
|
|
845
|
+
type: {
|
|
846
|
+
name: "Composite",
|
|
847
|
+
className: "EntityDataSource"
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
}
|
|
971
851
|
}
|
|
972
852
|
}
|
|
973
853
|
}
|
|
974
854
|
};
|
|
975
|
-
export const
|
|
855
|
+
export const HealthcareAssertion = {
|
|
976
856
|
type: {
|
|
977
857
|
name: "Composite",
|
|
978
|
-
className: "
|
|
858
|
+
className: "HealthcareAssertion",
|
|
979
859
|
modelProperties: {
|
|
980
|
-
|
|
981
|
-
serializedName: "
|
|
982
|
-
required: true,
|
|
860
|
+
conditionality: {
|
|
861
|
+
serializedName: "conditionality",
|
|
983
862
|
type: {
|
|
984
|
-
name: "
|
|
863
|
+
name: "Enum",
|
|
864
|
+
allowedValues: ["hypothetical", "conditional"]
|
|
985
865
|
}
|
|
986
866
|
},
|
|
987
|
-
|
|
988
|
-
serializedName: "
|
|
989
|
-
required: true,
|
|
867
|
+
certainty: {
|
|
868
|
+
serializedName: "certainty",
|
|
990
869
|
type: {
|
|
991
|
-
name: "
|
|
870
|
+
name: "Enum",
|
|
871
|
+
allowedValues: [
|
|
872
|
+
"positive",
|
|
873
|
+
"positivePossible",
|
|
874
|
+
"neutralPossible",
|
|
875
|
+
"negativePossible",
|
|
876
|
+
"negative"
|
|
877
|
+
]
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
association: {
|
|
881
|
+
serializedName: "association",
|
|
882
|
+
type: {
|
|
883
|
+
name: "Enum",
|
|
884
|
+
allowedValues: ["subject", "other"]
|
|
992
885
|
}
|
|
993
886
|
}
|
|
994
887
|
}
|
|
995
888
|
}
|
|
996
889
|
};
|
|
997
|
-
export const
|
|
890
|
+
export const EntityDataSource = {
|
|
998
891
|
type: {
|
|
999
892
|
name: "Composite",
|
|
1000
|
-
className: "
|
|
893
|
+
className: "EntityDataSource",
|
|
1001
894
|
modelProperties: {
|
|
1002
|
-
|
|
1003
|
-
serializedName: "
|
|
895
|
+
name: {
|
|
896
|
+
serializedName: "dataSource",
|
|
1004
897
|
required: true,
|
|
1005
898
|
type: {
|
|
1006
899
|
name: "String"
|
|
1007
900
|
}
|
|
1008
901
|
},
|
|
1009
|
-
|
|
1010
|
-
serializedName: "
|
|
902
|
+
entityId: {
|
|
903
|
+
serializedName: "id",
|
|
904
|
+
required: true,
|
|
1011
905
|
type: {
|
|
1012
|
-
name: "
|
|
1013
|
-
className: "TextAnalyticsError"
|
|
906
|
+
name: "String"
|
|
1014
907
|
}
|
|
1015
908
|
}
|
|
1016
909
|
}
|
|
1017
910
|
}
|
|
1018
911
|
};
|
|
1019
|
-
export const
|
|
912
|
+
export const HealthcareRelation = {
|
|
1020
913
|
type: {
|
|
1021
914
|
name: "Composite",
|
|
1022
|
-
className: "
|
|
915
|
+
className: "HealthcareRelation",
|
|
1023
916
|
modelProperties: {
|
|
1024
|
-
|
|
1025
|
-
serializedName: "
|
|
1026
|
-
required: true,
|
|
1027
|
-
type: {
|
|
1028
|
-
name: "Number"
|
|
1029
|
-
}
|
|
1030
|
-
},
|
|
1031
|
-
validDocumentCount: {
|
|
1032
|
-
serializedName: "validDocumentsCount",
|
|
1033
|
-
required: true,
|
|
1034
|
-
type: {
|
|
1035
|
-
name: "Number"
|
|
1036
|
-
}
|
|
1037
|
-
},
|
|
1038
|
-
erroneousDocumentCount: {
|
|
1039
|
-
serializedName: "erroneousDocumentsCount",
|
|
917
|
+
relationType: {
|
|
918
|
+
serializedName: "relationType",
|
|
1040
919
|
required: true,
|
|
1041
920
|
type: {
|
|
1042
|
-
name: "
|
|
921
|
+
name: "String"
|
|
1043
922
|
}
|
|
1044
923
|
},
|
|
1045
|
-
|
|
1046
|
-
serializedName: "
|
|
924
|
+
entities: {
|
|
925
|
+
serializedName: "entities",
|
|
1047
926
|
required: true,
|
|
1048
927
|
type: {
|
|
1049
|
-
name: "
|
|
928
|
+
name: "Sequence",
|
|
929
|
+
element: {
|
|
930
|
+
type: {
|
|
931
|
+
name: "Composite",
|
|
932
|
+
className: "HealthcareRelationEntity"
|
|
933
|
+
}
|
|
934
|
+
}
|
|
1050
935
|
}
|
|
1051
936
|
}
|
|
1052
937
|
}
|
|
1053
938
|
}
|
|
1054
939
|
};
|
|
1055
|
-
export const
|
|
940
|
+
export const HealthcareRelationEntity = {
|
|
1056
941
|
type: {
|
|
1057
942
|
name: "Composite",
|
|
1058
|
-
className: "
|
|
943
|
+
className: "HealthcareRelationEntity",
|
|
1059
944
|
modelProperties: {
|
|
1060
|
-
|
|
1061
|
-
serializedName: "
|
|
945
|
+
ref: {
|
|
946
|
+
serializedName: "ref",
|
|
947
|
+
required: true,
|
|
1062
948
|
type: {
|
|
1063
|
-
name: "
|
|
1064
|
-
|
|
949
|
+
name: "String"
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
role: {
|
|
953
|
+
serializedName: "role",
|
|
954
|
+
required: true,
|
|
955
|
+
type: {
|
|
956
|
+
name: "String"
|
|
1065
957
|
}
|
|
1066
958
|
}
|
|
1067
959
|
}
|
|
1068
960
|
}
|
|
1069
961
|
};
|
|
1070
|
-
export const
|
|
962
|
+
export const SentimentConfidenceScores = {
|
|
1071
963
|
type: {
|
|
1072
964
|
name: "Composite",
|
|
1073
|
-
className: "
|
|
965
|
+
className: "SentimentConfidenceScores",
|
|
1074
966
|
modelProperties: {
|
|
1075
|
-
|
|
1076
|
-
serializedName: "
|
|
967
|
+
positive: {
|
|
968
|
+
serializedName: "positive",
|
|
1077
969
|
required: true,
|
|
1078
970
|
type: {
|
|
1079
|
-
name: "
|
|
1080
|
-
element: {
|
|
1081
|
-
type: {
|
|
1082
|
-
name: "Composite",
|
|
1083
|
-
className: "PiiDocumentEntities"
|
|
1084
|
-
}
|
|
1085
|
-
}
|
|
971
|
+
name: "Number"
|
|
1086
972
|
}
|
|
1087
973
|
},
|
|
1088
|
-
|
|
1089
|
-
serializedName: "
|
|
974
|
+
neutral: {
|
|
975
|
+
serializedName: "neutral",
|
|
1090
976
|
required: true,
|
|
1091
977
|
type: {
|
|
1092
|
-
name: "
|
|
1093
|
-
element: {
|
|
1094
|
-
type: {
|
|
1095
|
-
name: "Composite",
|
|
1096
|
-
className: "DocumentError"
|
|
1097
|
-
}
|
|
1098
|
-
}
|
|
1099
|
-
}
|
|
1100
|
-
},
|
|
1101
|
-
statistics: {
|
|
1102
|
-
serializedName: "statistics",
|
|
1103
|
-
type: {
|
|
1104
|
-
name: "Composite",
|
|
1105
|
-
className: "TextDocumentBatchStatistics"
|
|
978
|
+
name: "Number"
|
|
1106
979
|
}
|
|
1107
980
|
},
|
|
1108
|
-
|
|
1109
|
-
serializedName: "
|
|
981
|
+
negative: {
|
|
982
|
+
serializedName: "negative",
|
|
1110
983
|
required: true,
|
|
1111
984
|
type: {
|
|
1112
|
-
name: "
|
|
985
|
+
name: "Number"
|
|
1113
986
|
}
|
|
1114
987
|
}
|
|
1115
988
|
}
|
|
1116
989
|
}
|
|
1117
990
|
};
|
|
1118
|
-
export const
|
|
991
|
+
export const SentenceSentiment = {
|
|
1119
992
|
type: {
|
|
1120
993
|
name: "Composite",
|
|
1121
|
-
className: "
|
|
994
|
+
className: "SentenceSentiment",
|
|
1122
995
|
modelProperties: {
|
|
1123
|
-
|
|
1124
|
-
serializedName: "
|
|
996
|
+
text: {
|
|
997
|
+
serializedName: "text",
|
|
1125
998
|
required: true,
|
|
1126
999
|
type: {
|
|
1127
1000
|
name: "String"
|
|
1128
1001
|
}
|
|
1129
1002
|
},
|
|
1130
|
-
|
|
1131
|
-
serializedName: "
|
|
1003
|
+
sentiment: {
|
|
1004
|
+
serializedName: "sentiment",
|
|
1132
1005
|
required: true,
|
|
1133
1006
|
type: {
|
|
1134
|
-
name: "
|
|
1007
|
+
name: "Enum",
|
|
1008
|
+
allowedValues: ["positive", "neutral", "negative"]
|
|
1135
1009
|
}
|
|
1136
1010
|
},
|
|
1137
|
-
|
|
1138
|
-
serializedName: "
|
|
1011
|
+
confidenceScores: {
|
|
1012
|
+
serializedName: "confidenceScores",
|
|
1013
|
+
type: {
|
|
1014
|
+
name: "Composite",
|
|
1015
|
+
className: "SentimentConfidenceScores"
|
|
1016
|
+
}
|
|
1017
|
+
},
|
|
1018
|
+
offset: {
|
|
1019
|
+
serializedName: "offset",
|
|
1020
|
+
required: true,
|
|
1021
|
+
type: {
|
|
1022
|
+
name: "Number"
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
length: {
|
|
1026
|
+
serializedName: "length",
|
|
1139
1027
|
required: true,
|
|
1028
|
+
type: {
|
|
1029
|
+
name: "Number"
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
targets: {
|
|
1033
|
+
serializedName: "targets",
|
|
1140
1034
|
type: {
|
|
1141
1035
|
name: "Sequence",
|
|
1142
1036
|
element: {
|
|
1143
1037
|
type: {
|
|
1144
1038
|
name: "Composite",
|
|
1145
|
-
className: "
|
|
1039
|
+
className: "SentenceTarget"
|
|
1146
1040
|
}
|
|
1147
1041
|
}
|
|
1148
1042
|
}
|
|
1149
1043
|
},
|
|
1150
|
-
|
|
1151
|
-
serializedName: "
|
|
1152
|
-
required: true,
|
|
1044
|
+
assessments: {
|
|
1045
|
+
serializedName: "assessments",
|
|
1153
1046
|
type: {
|
|
1154
1047
|
name: "Sequence",
|
|
1155
1048
|
element: {
|
|
1156
1049
|
type: {
|
|
1157
1050
|
name: "Composite",
|
|
1158
|
-
className: "
|
|
1051
|
+
className: "AssessmentSentiment"
|
|
1159
1052
|
}
|
|
1160
1053
|
}
|
|
1161
1054
|
}
|
|
1162
|
-
},
|
|
1163
|
-
statistics: {
|
|
1164
|
-
serializedName: "statistics",
|
|
1165
|
-
type: {
|
|
1166
|
-
name: "Composite",
|
|
1167
|
-
className: "TextDocumentStatistics"
|
|
1168
|
-
}
|
|
1169
1055
|
}
|
|
1170
1056
|
}
|
|
1171
1057
|
}
|
|
1172
1058
|
};
|
|
1173
|
-
export const
|
|
1059
|
+
export const SentenceTarget = {
|
|
1174
1060
|
type: {
|
|
1175
1061
|
name: "Composite",
|
|
1176
|
-
className: "
|
|
1062
|
+
className: "SentenceTarget",
|
|
1177
1063
|
modelProperties: {
|
|
1178
|
-
|
|
1179
|
-
serializedName: "
|
|
1064
|
+
sentiment: {
|
|
1065
|
+
serializedName: "sentiment",
|
|
1066
|
+
required: true,
|
|
1067
|
+
type: {
|
|
1068
|
+
name: "Enum",
|
|
1069
|
+
allowedValues: ["positive", "mixed", "negative"]
|
|
1070
|
+
}
|
|
1071
|
+
},
|
|
1072
|
+
confidenceScores: {
|
|
1073
|
+
serializedName: "confidenceScores",
|
|
1180
1074
|
type: {
|
|
1181
1075
|
name: "Composite",
|
|
1182
|
-
className: "
|
|
1076
|
+
className: "TargetConfidenceScores"
|
|
1183
1077
|
}
|
|
1184
|
-
}
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
};
|
|
1188
|
-
export const KeyPhraseResult = {
|
|
1189
|
-
type: {
|
|
1190
|
-
name: "Composite",
|
|
1191
|
-
className: "KeyPhraseResult",
|
|
1192
|
-
modelProperties: {
|
|
1193
|
-
documents: {
|
|
1194
|
-
serializedName: "documents",
|
|
1078
|
+
},
|
|
1079
|
+
offset: {
|
|
1080
|
+
serializedName: "offset",
|
|
1195
1081
|
required: true,
|
|
1196
1082
|
type: {
|
|
1197
|
-
name: "
|
|
1198
|
-
element: {
|
|
1199
|
-
type: {
|
|
1200
|
-
name: "Composite",
|
|
1201
|
-
className: "DocumentKeyPhrases"
|
|
1202
|
-
}
|
|
1203
|
-
}
|
|
1083
|
+
name: "Number"
|
|
1204
1084
|
}
|
|
1205
1085
|
},
|
|
1206
|
-
|
|
1207
|
-
serializedName: "
|
|
1086
|
+
length: {
|
|
1087
|
+
serializedName: "length",
|
|
1208
1088
|
required: true,
|
|
1209
1089
|
type: {
|
|
1210
|
-
name: "
|
|
1211
|
-
element: {
|
|
1212
|
-
type: {
|
|
1213
|
-
name: "Composite",
|
|
1214
|
-
className: "DocumentError"
|
|
1215
|
-
}
|
|
1216
|
-
}
|
|
1090
|
+
name: "Number"
|
|
1217
1091
|
}
|
|
1218
1092
|
},
|
|
1219
|
-
|
|
1220
|
-
serializedName: "
|
|
1093
|
+
text: {
|
|
1094
|
+
serializedName: "text",
|
|
1095
|
+
required: true,
|
|
1221
1096
|
type: {
|
|
1222
|
-
name: "
|
|
1223
|
-
className: "TextDocumentBatchStatistics"
|
|
1097
|
+
name: "String"
|
|
1224
1098
|
}
|
|
1225
1099
|
},
|
|
1226
|
-
|
|
1227
|
-
serializedName: "
|
|
1100
|
+
relations: {
|
|
1101
|
+
serializedName: "relations",
|
|
1228
1102
|
required: true,
|
|
1229
1103
|
type: {
|
|
1230
|
-
name: "
|
|
1104
|
+
name: "Sequence",
|
|
1105
|
+
element: {
|
|
1106
|
+
type: {
|
|
1107
|
+
name: "Composite",
|
|
1108
|
+
className: "TargetRelation"
|
|
1109
|
+
}
|
|
1110
|
+
}
|
|
1231
1111
|
}
|
|
1232
1112
|
}
|
|
1233
1113
|
}
|
|
1234
1114
|
}
|
|
1235
1115
|
};
|
|
1236
|
-
export const
|
|
1116
|
+
export const TargetConfidenceScores = {
|
|
1237
1117
|
type: {
|
|
1238
1118
|
name: "Composite",
|
|
1239
|
-
className: "
|
|
1119
|
+
className: "TargetConfidenceScores",
|
|
1240
1120
|
modelProperties: {
|
|
1241
|
-
|
|
1242
|
-
serializedName: "
|
|
1121
|
+
positive: {
|
|
1122
|
+
serializedName: "positive",
|
|
1243
1123
|
required: true,
|
|
1244
1124
|
type: {
|
|
1245
|
-
name: "
|
|
1125
|
+
name: "Number"
|
|
1246
1126
|
}
|
|
1247
1127
|
},
|
|
1248
|
-
|
|
1249
|
-
serializedName: "
|
|
1128
|
+
negative: {
|
|
1129
|
+
serializedName: "negative",
|
|
1250
1130
|
required: true,
|
|
1251
1131
|
type: {
|
|
1252
|
-
name: "
|
|
1253
|
-
element: {
|
|
1254
|
-
type: {
|
|
1255
|
-
name: "String"
|
|
1256
|
-
}
|
|
1257
|
-
}
|
|
1258
|
-
}
|
|
1259
|
-
},
|
|
1260
|
-
warnings: {
|
|
1261
|
-
serializedName: "warnings",
|
|
1262
|
-
required: true,
|
|
1263
|
-
type: {
|
|
1264
|
-
name: "Sequence",
|
|
1265
|
-
element: {
|
|
1266
|
-
type: {
|
|
1267
|
-
name: "Composite",
|
|
1268
|
-
className: "TextAnalyticsWarning"
|
|
1269
|
-
}
|
|
1270
|
-
}
|
|
1271
|
-
}
|
|
1272
|
-
},
|
|
1273
|
-
statistics: {
|
|
1274
|
-
serializedName: "statistics",
|
|
1275
|
-
type: {
|
|
1276
|
-
name: "Composite",
|
|
1277
|
-
className: "TextDocumentStatistics"
|
|
1132
|
+
name: "Number"
|
|
1278
1133
|
}
|
|
1279
1134
|
}
|
|
1280
1135
|
}
|
|
1281
1136
|
}
|
|
1282
1137
|
};
|
|
1283
|
-
export const
|
|
1138
|
+
export const TargetRelation = {
|
|
1284
1139
|
type: {
|
|
1285
1140
|
name: "Composite",
|
|
1286
|
-
className: "
|
|
1141
|
+
className: "TargetRelation",
|
|
1287
1142
|
modelProperties: {
|
|
1288
|
-
|
|
1289
|
-
serializedName: "
|
|
1143
|
+
relationType: {
|
|
1144
|
+
serializedName: "relationType",
|
|
1145
|
+
required: true,
|
|
1290
1146
|
type: {
|
|
1291
|
-
name: "
|
|
1292
|
-
|
|
1147
|
+
name: "Enum",
|
|
1148
|
+
allowedValues: ["assessment", "target"]
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
ref: {
|
|
1152
|
+
serializedName: "ref",
|
|
1153
|
+
required: true,
|
|
1154
|
+
type: {
|
|
1155
|
+
name: "String"
|
|
1293
1156
|
}
|
|
1294
1157
|
}
|
|
1295
1158
|
}
|
|
1296
1159
|
}
|
|
1297
1160
|
};
|
|
1298
|
-
export const
|
|
1161
|
+
export const AssessmentSentiment = {
|
|
1299
1162
|
type: {
|
|
1300
1163
|
name: "Composite",
|
|
1301
|
-
className: "
|
|
1164
|
+
className: "AssessmentSentiment",
|
|
1302
1165
|
modelProperties: {
|
|
1303
|
-
|
|
1304
|
-
serializedName: "
|
|
1305
|
-
required: true,
|
|
1306
|
-
type: {
|
|
1307
|
-
name: "Sequence",
|
|
1308
|
-
element: {
|
|
1309
|
-
type: {
|
|
1310
|
-
name: "Composite",
|
|
1311
|
-
className: "DocumentLinkedEntities"
|
|
1312
|
-
}
|
|
1313
|
-
}
|
|
1314
|
-
}
|
|
1315
|
-
},
|
|
1316
|
-
errors: {
|
|
1317
|
-
serializedName: "errors",
|
|
1166
|
+
sentiment: {
|
|
1167
|
+
serializedName: "sentiment",
|
|
1318
1168
|
required: true,
|
|
1319
1169
|
type: {
|
|
1320
|
-
name: "
|
|
1321
|
-
|
|
1322
|
-
type: {
|
|
1323
|
-
name: "Composite",
|
|
1324
|
-
className: "DocumentError"
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
1170
|
+
name: "Enum",
|
|
1171
|
+
allowedValues: ["positive", "mixed", "negative"]
|
|
1327
1172
|
}
|
|
1328
1173
|
},
|
|
1329
|
-
|
|
1330
|
-
serializedName: "
|
|
1174
|
+
confidenceScores: {
|
|
1175
|
+
serializedName: "confidenceScores",
|
|
1331
1176
|
type: {
|
|
1332
1177
|
name: "Composite",
|
|
1333
|
-
className: "
|
|
1178
|
+
className: "TargetConfidenceScores"
|
|
1334
1179
|
}
|
|
1335
1180
|
},
|
|
1336
|
-
|
|
1337
|
-
serializedName: "
|
|
1338
|
-
required: true,
|
|
1339
|
-
type: {
|
|
1340
|
-
name: "String"
|
|
1341
|
-
}
|
|
1342
|
-
}
|
|
1343
|
-
}
|
|
1344
|
-
}
|
|
1345
|
-
};
|
|
1346
|
-
export const DocumentLinkedEntities = {
|
|
1347
|
-
type: {
|
|
1348
|
-
name: "Composite",
|
|
1349
|
-
className: "DocumentLinkedEntities",
|
|
1350
|
-
modelProperties: {
|
|
1351
|
-
id: {
|
|
1352
|
-
serializedName: "id",
|
|
1181
|
+
offset: {
|
|
1182
|
+
serializedName: "offset",
|
|
1353
1183
|
required: true,
|
|
1354
1184
|
type: {
|
|
1355
|
-
name: "
|
|
1185
|
+
name: "Number"
|
|
1356
1186
|
}
|
|
1357
1187
|
},
|
|
1358
|
-
|
|
1359
|
-
serializedName: "
|
|
1188
|
+
length: {
|
|
1189
|
+
serializedName: "length",
|
|
1360
1190
|
required: true,
|
|
1361
1191
|
type: {
|
|
1362
|
-
name: "
|
|
1363
|
-
element: {
|
|
1364
|
-
type: {
|
|
1365
|
-
name: "Composite",
|
|
1366
|
-
className: "LinkedEntity"
|
|
1367
|
-
}
|
|
1368
|
-
}
|
|
1192
|
+
name: "Number"
|
|
1369
1193
|
}
|
|
1370
1194
|
},
|
|
1371
|
-
|
|
1372
|
-
serializedName: "
|
|
1195
|
+
text: {
|
|
1196
|
+
serializedName: "text",
|
|
1373
1197
|
required: true,
|
|
1374
1198
|
type: {
|
|
1375
|
-
name: "
|
|
1376
|
-
element: {
|
|
1377
|
-
type: {
|
|
1378
|
-
name: "Composite",
|
|
1379
|
-
className: "TextAnalyticsWarning"
|
|
1380
|
-
}
|
|
1381
|
-
}
|
|
1199
|
+
name: "String"
|
|
1382
1200
|
}
|
|
1383
1201
|
},
|
|
1384
|
-
|
|
1385
|
-
serializedName: "
|
|
1202
|
+
isNegated: {
|
|
1203
|
+
serializedName: "isNegated",
|
|
1204
|
+
required: true,
|
|
1386
1205
|
type: {
|
|
1387
|
-
name: "
|
|
1388
|
-
className: "TextDocumentStatistics"
|
|
1206
|
+
name: "Boolean"
|
|
1389
1207
|
}
|
|
1390
1208
|
}
|
|
1391
1209
|
}
|
|
@@ -1488,222 +1306,155 @@ export const Match = {
|
|
|
1488
1306
|
}
|
|
1489
1307
|
}
|
|
1490
1308
|
};
|
|
1491
|
-
export const
|
|
1492
|
-
type: {
|
|
1493
|
-
name: "Composite",
|
|
1494
|
-
className: "SentimentTaskResult",
|
|
1495
|
-
modelProperties: {
|
|
1496
|
-
results: {
|
|
1497
|
-
serializedName: "results",
|
|
1498
|
-
type: {
|
|
1499
|
-
name: "Composite",
|
|
1500
|
-
className: "SentimentResponse"
|
|
1501
|
-
}
|
|
1502
|
-
}
|
|
1503
|
-
}
|
|
1504
|
-
}
|
|
1505
|
-
};
|
|
1506
|
-
export const SentimentResponse = {
|
|
1309
|
+
export const SummarySentence = {
|
|
1507
1310
|
type: {
|
|
1508
1311
|
name: "Composite",
|
|
1509
|
-
className: "
|
|
1312
|
+
className: "SummarySentence",
|
|
1510
1313
|
modelProperties: {
|
|
1511
|
-
|
|
1512
|
-
serializedName: "
|
|
1314
|
+
text: {
|
|
1315
|
+
serializedName: "text",
|
|
1513
1316
|
required: true,
|
|
1514
1317
|
type: {
|
|
1515
|
-
name: "
|
|
1516
|
-
element: {
|
|
1517
|
-
type: {
|
|
1518
|
-
name: "Composite",
|
|
1519
|
-
className: "DocumentSentiment"
|
|
1520
|
-
}
|
|
1521
|
-
}
|
|
1318
|
+
name: "String"
|
|
1522
1319
|
}
|
|
1523
1320
|
},
|
|
1524
|
-
|
|
1525
|
-
serializedName: "
|
|
1321
|
+
rankScore: {
|
|
1322
|
+
serializedName: "rankScore",
|
|
1526
1323
|
required: true,
|
|
1527
1324
|
type: {
|
|
1528
|
-
name: "
|
|
1529
|
-
element: {
|
|
1530
|
-
type: {
|
|
1531
|
-
name: "Composite",
|
|
1532
|
-
className: "DocumentError"
|
|
1533
|
-
}
|
|
1534
|
-
}
|
|
1325
|
+
name: "Number"
|
|
1535
1326
|
}
|
|
1536
1327
|
},
|
|
1537
|
-
|
|
1538
|
-
serializedName: "
|
|
1328
|
+
offset: {
|
|
1329
|
+
serializedName: "offset",
|
|
1330
|
+
required: true,
|
|
1539
1331
|
type: {
|
|
1540
|
-
name: "
|
|
1541
|
-
className: "TextDocumentBatchStatistics"
|
|
1332
|
+
name: "Number"
|
|
1542
1333
|
}
|
|
1543
1334
|
},
|
|
1544
|
-
|
|
1545
|
-
serializedName: "
|
|
1335
|
+
length: {
|
|
1336
|
+
serializedName: "length",
|
|
1546
1337
|
required: true,
|
|
1547
1338
|
type: {
|
|
1548
|
-
name: "
|
|
1339
|
+
name: "Number"
|
|
1549
1340
|
}
|
|
1550
1341
|
}
|
|
1551
1342
|
}
|
|
1552
1343
|
}
|
|
1553
1344
|
};
|
|
1554
|
-
export const
|
|
1345
|
+
export const DetectedLanguage = {
|
|
1555
1346
|
type: {
|
|
1556
1347
|
name: "Composite",
|
|
1557
|
-
className: "
|
|
1348
|
+
className: "DetectedLanguage",
|
|
1558
1349
|
modelProperties: {
|
|
1559
|
-
|
|
1560
|
-
serializedName: "
|
|
1350
|
+
name: {
|
|
1351
|
+
serializedName: "name",
|
|
1561
1352
|
required: true,
|
|
1562
1353
|
type: {
|
|
1563
1354
|
name: "String"
|
|
1564
1355
|
}
|
|
1565
1356
|
},
|
|
1566
|
-
|
|
1567
|
-
serializedName: "
|
|
1357
|
+
iso6391Name: {
|
|
1358
|
+
serializedName: "iso6391Name",
|
|
1568
1359
|
required: true,
|
|
1569
1360
|
type: {
|
|
1570
|
-
name: "
|
|
1571
|
-
allowedValues: ["positive", "neutral", "negative", "mixed"]
|
|
1572
|
-
}
|
|
1573
|
-
},
|
|
1574
|
-
statistics: {
|
|
1575
|
-
serializedName: "statistics",
|
|
1576
|
-
type: {
|
|
1577
|
-
name: "Composite",
|
|
1578
|
-
className: "TextDocumentStatistics"
|
|
1579
|
-
}
|
|
1580
|
-
},
|
|
1581
|
-
confidenceScores: {
|
|
1582
|
-
serializedName: "confidenceScores",
|
|
1583
|
-
type: {
|
|
1584
|
-
name: "Composite",
|
|
1585
|
-
className: "SentimentConfidenceScores"
|
|
1361
|
+
name: "String"
|
|
1586
1362
|
}
|
|
1587
1363
|
},
|
|
1588
|
-
|
|
1589
|
-
serializedName: "
|
|
1364
|
+
confidenceScore: {
|
|
1365
|
+
serializedName: "confidenceScore",
|
|
1590
1366
|
required: true,
|
|
1591
1367
|
type: {
|
|
1592
|
-
name: "
|
|
1593
|
-
element: {
|
|
1594
|
-
type: {
|
|
1595
|
-
name: "Composite",
|
|
1596
|
-
className: "SentenceSentiment"
|
|
1597
|
-
}
|
|
1598
|
-
}
|
|
1368
|
+
name: "Number"
|
|
1599
1369
|
}
|
|
1600
|
-
}
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1370
|
+
}
|
|
1371
|
+
}
|
|
1372
|
+
}
|
|
1373
|
+
};
|
|
1374
|
+
export const Pagination = {
|
|
1375
|
+
type: {
|
|
1376
|
+
name: "Composite",
|
|
1377
|
+
className: "Pagination",
|
|
1378
|
+
modelProperties: {
|
|
1379
|
+
nextLink: {
|
|
1380
|
+
serializedName: "nextLink",
|
|
1604
1381
|
type: {
|
|
1605
|
-
name: "
|
|
1606
|
-
element: {
|
|
1607
|
-
type: {
|
|
1608
|
-
name: "Composite",
|
|
1609
|
-
className: "TextAnalyticsWarning"
|
|
1610
|
-
}
|
|
1611
|
-
}
|
|
1382
|
+
name: "String"
|
|
1612
1383
|
}
|
|
1613
1384
|
}
|
|
1614
1385
|
}
|
|
1615
1386
|
}
|
|
1616
1387
|
};
|
|
1617
|
-
export const
|
|
1388
|
+
export const JobMetadata = {
|
|
1618
1389
|
type: {
|
|
1619
1390
|
name: "Composite",
|
|
1620
|
-
className: "
|
|
1391
|
+
className: "JobMetadata",
|
|
1621
1392
|
modelProperties: {
|
|
1622
|
-
|
|
1623
|
-
serializedName: "
|
|
1624
|
-
required: true,
|
|
1393
|
+
displayName: {
|
|
1394
|
+
serializedName: "displayName",
|
|
1625
1395
|
type: {
|
|
1626
|
-
name: "
|
|
1396
|
+
name: "String"
|
|
1627
1397
|
}
|
|
1628
1398
|
},
|
|
1629
|
-
|
|
1630
|
-
serializedName: "
|
|
1399
|
+
createdDateTime: {
|
|
1400
|
+
serializedName: "createdDateTime",
|
|
1631
1401
|
required: true,
|
|
1632
1402
|
type: {
|
|
1633
|
-
name: "
|
|
1403
|
+
name: "DateTime"
|
|
1634
1404
|
}
|
|
1635
1405
|
},
|
|
1636
|
-
|
|
1637
|
-
serializedName: "
|
|
1638
|
-
required: true,
|
|
1406
|
+
expirationDateTime: {
|
|
1407
|
+
serializedName: "expirationDateTime",
|
|
1639
1408
|
type: {
|
|
1640
|
-
name: "
|
|
1641
|
-
}
|
|
1642
|
-
}
|
|
1643
|
-
}
|
|
1644
|
-
}
|
|
1645
|
-
};
|
|
1646
|
-
export const SentenceSentiment = {
|
|
1647
|
-
type: {
|
|
1648
|
-
name: "Composite",
|
|
1649
|
-
className: "SentenceSentiment",
|
|
1650
|
-
modelProperties: {
|
|
1651
|
-
text: {
|
|
1652
|
-
serializedName: "text",
|
|
1653
|
-
required: true,
|
|
1654
|
-
type: {
|
|
1655
|
-
name: "String"
|
|
1409
|
+
name: "DateTime"
|
|
1656
1410
|
}
|
|
1657
1411
|
},
|
|
1658
|
-
|
|
1659
|
-
serializedName: "
|
|
1412
|
+
jobId: {
|
|
1413
|
+
serializedName: "jobId",
|
|
1660
1414
|
required: true,
|
|
1661
1415
|
type: {
|
|
1662
|
-
name: "
|
|
1663
|
-
allowedValues: ["positive", "neutral", "negative"]
|
|
1664
|
-
}
|
|
1665
|
-
},
|
|
1666
|
-
confidenceScores: {
|
|
1667
|
-
serializedName: "confidenceScores",
|
|
1668
|
-
type: {
|
|
1669
|
-
name: "Composite",
|
|
1670
|
-
className: "SentimentConfidenceScores"
|
|
1416
|
+
name: "Uuid"
|
|
1671
1417
|
}
|
|
1672
1418
|
},
|
|
1673
|
-
|
|
1674
|
-
serializedName: "
|
|
1419
|
+
lastUpdateDateTime: {
|
|
1420
|
+
serializedName: "lastUpdateDateTime",
|
|
1675
1421
|
required: true,
|
|
1676
1422
|
type: {
|
|
1677
|
-
name: "
|
|
1423
|
+
name: "DateTime"
|
|
1678
1424
|
}
|
|
1679
1425
|
},
|
|
1680
|
-
|
|
1681
|
-
serializedName: "
|
|
1426
|
+
status: {
|
|
1427
|
+
serializedName: "status",
|
|
1682
1428
|
required: true,
|
|
1683
1429
|
type: {
|
|
1684
|
-
name: "
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
className: "SentenceTarget"
|
|
1695
|
-
}
|
|
1696
|
-
}
|
|
1430
|
+
name: "Enum",
|
|
1431
|
+
allowedValues: [
|
|
1432
|
+
"notStarted",
|
|
1433
|
+
"running",
|
|
1434
|
+
"succeeded",
|
|
1435
|
+
"partiallySucceeded",
|
|
1436
|
+
"failed",
|
|
1437
|
+
"cancelled",
|
|
1438
|
+
"cancelling"
|
|
1439
|
+
]
|
|
1697
1440
|
}
|
|
1698
|
-
}
|
|
1699
|
-
|
|
1700
|
-
|
|
1441
|
+
}
|
|
1442
|
+
}
|
|
1443
|
+
}
|
|
1444
|
+
};
|
|
1445
|
+
export const JobErrors = {
|
|
1446
|
+
type: {
|
|
1447
|
+
name: "Composite",
|
|
1448
|
+
className: "JobErrors",
|
|
1449
|
+
modelProperties: {
|
|
1450
|
+
errors: {
|
|
1451
|
+
serializedName: "errors",
|
|
1701
1452
|
type: {
|
|
1702
1453
|
name: "Sequence",
|
|
1703
1454
|
element: {
|
|
1704
1455
|
type: {
|
|
1705
1456
|
name: "Composite",
|
|
1706
|
-
className: "
|
|
1457
|
+
className: "ErrorModel"
|
|
1707
1458
|
}
|
|
1708
1459
|
}
|
|
1709
1460
|
}
|
|
@@ -1711,180 +1462,316 @@ export const SentenceSentiment = {
|
|
|
1711
1462
|
}
|
|
1712
1463
|
}
|
|
1713
1464
|
};
|
|
1714
|
-
export const
|
|
1465
|
+
export const AnalyzeTextEntityLinkingInput = {
|
|
1466
|
+
serializedName: "EntityLinking",
|
|
1715
1467
|
type: {
|
|
1716
1468
|
name: "Composite",
|
|
1717
|
-
className: "
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1469
|
+
className: "AnalyzeTextEntityLinkingInput",
|
|
1470
|
+
uberParent: "AnalyzeAction",
|
|
1471
|
+
polymorphicDiscriminator: AnalyzeAction.type.polymorphicDiscriminator,
|
|
1472
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeAction.type.modelProperties), { analysisInput: {
|
|
1473
|
+
serializedName: "analysisInput",
|
|
1722
1474
|
type: {
|
|
1723
|
-
name: "
|
|
1724
|
-
|
|
1475
|
+
name: "Composite",
|
|
1476
|
+
className: "MultiLanguageAnalysisInput"
|
|
1725
1477
|
}
|
|
1726
|
-
},
|
|
1727
|
-
|
|
1728
|
-
serializedName: "confidenceScores",
|
|
1478
|
+
}, parameters: {
|
|
1479
|
+
serializedName: "parameters",
|
|
1729
1480
|
type: {
|
|
1730
1481
|
name: "Composite",
|
|
1731
|
-
className: "
|
|
1482
|
+
className: "EntityLinkingAction"
|
|
1732
1483
|
}
|
|
1733
|
-
}
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1484
|
+
} })
|
|
1485
|
+
}
|
|
1486
|
+
};
|
|
1487
|
+
export const AnalyzeTextEntityRecognitionInput = {
|
|
1488
|
+
serializedName: "EntityRecognition",
|
|
1489
|
+
type: {
|
|
1490
|
+
name: "Composite",
|
|
1491
|
+
className: "AnalyzeTextEntityRecognitionInput",
|
|
1492
|
+
uberParent: "AnalyzeAction",
|
|
1493
|
+
polymorphicDiscriminator: AnalyzeAction.type.polymorphicDiscriminator,
|
|
1494
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeAction.type.modelProperties), { analysisInput: {
|
|
1495
|
+
serializedName: "analysisInput",
|
|
1737
1496
|
type: {
|
|
1738
|
-
name: "
|
|
1497
|
+
name: "Composite",
|
|
1498
|
+
className: "MultiLanguageAnalysisInput"
|
|
1739
1499
|
}
|
|
1740
|
-
},
|
|
1741
|
-
|
|
1742
|
-
serializedName: "length",
|
|
1743
|
-
required: true,
|
|
1500
|
+
}, parameters: {
|
|
1501
|
+
serializedName: "parameters",
|
|
1744
1502
|
type: {
|
|
1745
|
-
name: "
|
|
1503
|
+
name: "Composite",
|
|
1504
|
+
className: "EntityRecognitionAction"
|
|
1746
1505
|
}
|
|
1747
|
-
}
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1506
|
+
} })
|
|
1507
|
+
}
|
|
1508
|
+
};
|
|
1509
|
+
export const AnalyzeTextKeyPhraseExtractionInput = {
|
|
1510
|
+
serializedName: "KeyPhraseExtraction",
|
|
1511
|
+
type: {
|
|
1512
|
+
name: "Composite",
|
|
1513
|
+
className: "AnalyzeTextKeyPhraseExtractionInput",
|
|
1514
|
+
uberParent: "AnalyzeAction",
|
|
1515
|
+
polymorphicDiscriminator: AnalyzeAction.type.polymorphicDiscriminator,
|
|
1516
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeAction.type.modelProperties), { analysisInput: {
|
|
1517
|
+
serializedName: "analysisInput",
|
|
1751
1518
|
type: {
|
|
1752
|
-
name: "
|
|
1519
|
+
name: "Composite",
|
|
1520
|
+
className: "MultiLanguageAnalysisInput"
|
|
1753
1521
|
}
|
|
1754
|
-
},
|
|
1755
|
-
|
|
1756
|
-
serializedName: "relations",
|
|
1757
|
-
required: true,
|
|
1522
|
+
}, parameters: {
|
|
1523
|
+
serializedName: "parameters",
|
|
1758
1524
|
type: {
|
|
1759
|
-
name: "
|
|
1760
|
-
|
|
1761
|
-
type: {
|
|
1762
|
-
name: "Composite",
|
|
1763
|
-
className: "TargetRelation"
|
|
1764
|
-
}
|
|
1765
|
-
}
|
|
1525
|
+
name: "Composite",
|
|
1526
|
+
className: "KeyPhraseExtractionAction"
|
|
1766
1527
|
}
|
|
1767
|
-
}
|
|
1768
|
-
}
|
|
1528
|
+
} })
|
|
1769
1529
|
}
|
|
1770
1530
|
};
|
|
1771
|
-
export const
|
|
1531
|
+
export const AnalyzeTextPiiEntitiesRecognitionInput = {
|
|
1532
|
+
serializedName: "PiiEntityRecognition",
|
|
1772
1533
|
type: {
|
|
1773
1534
|
name: "Composite",
|
|
1774
|
-
className: "
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1535
|
+
className: "AnalyzeTextPiiEntitiesRecognitionInput",
|
|
1536
|
+
uberParent: "AnalyzeAction",
|
|
1537
|
+
polymorphicDiscriminator: AnalyzeAction.type.polymorphicDiscriminator,
|
|
1538
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeAction.type.modelProperties), { analysisInput: {
|
|
1539
|
+
serializedName: "analysisInput",
|
|
1779
1540
|
type: {
|
|
1780
|
-
name: "
|
|
1541
|
+
name: "Composite",
|
|
1542
|
+
className: "MultiLanguageAnalysisInput"
|
|
1781
1543
|
}
|
|
1782
|
-
},
|
|
1783
|
-
|
|
1784
|
-
serializedName: "negative",
|
|
1785
|
-
required: true,
|
|
1544
|
+
}, parameters: {
|
|
1545
|
+
serializedName: "parameters",
|
|
1786
1546
|
type: {
|
|
1787
|
-
name: "
|
|
1547
|
+
name: "Composite",
|
|
1548
|
+
className: "PiiEntityRecognitionAction"
|
|
1788
1549
|
}
|
|
1789
|
-
}
|
|
1790
|
-
}
|
|
1550
|
+
} })
|
|
1791
1551
|
}
|
|
1792
1552
|
};
|
|
1793
|
-
export const
|
|
1553
|
+
export const AnalyzeTextLanguageDetectionInput = {
|
|
1554
|
+
serializedName: "LanguageDetection",
|
|
1794
1555
|
type: {
|
|
1795
1556
|
name: "Composite",
|
|
1796
|
-
className: "
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1557
|
+
className: "AnalyzeTextLanguageDetectionInput",
|
|
1558
|
+
uberParent: "AnalyzeAction",
|
|
1559
|
+
polymorphicDiscriminator: AnalyzeAction.type.polymorphicDiscriminator,
|
|
1560
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeAction.type.modelProperties), { analysisInput: {
|
|
1561
|
+
serializedName: "analysisInput",
|
|
1801
1562
|
type: {
|
|
1802
|
-
name: "
|
|
1803
|
-
|
|
1563
|
+
name: "Composite",
|
|
1564
|
+
className: "LanguageDetectionAnalysisInput"
|
|
1804
1565
|
}
|
|
1805
|
-
},
|
|
1806
|
-
|
|
1807
|
-
serializedName: "ref",
|
|
1808
|
-
required: true,
|
|
1566
|
+
}, parameters: {
|
|
1567
|
+
serializedName: "parameters",
|
|
1809
1568
|
type: {
|
|
1810
|
-
name: "
|
|
1569
|
+
name: "Composite",
|
|
1570
|
+
className: "LanguageDetectionAction"
|
|
1811
1571
|
}
|
|
1812
|
-
}
|
|
1813
|
-
}
|
|
1572
|
+
} })
|
|
1814
1573
|
}
|
|
1815
1574
|
};
|
|
1816
|
-
export const
|
|
1575
|
+
export const AnalyzeTextSentimentAnalysisInput = {
|
|
1576
|
+
serializedName: "SentimentAnalysis",
|
|
1817
1577
|
type: {
|
|
1818
1578
|
name: "Composite",
|
|
1819
|
-
className: "
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1579
|
+
className: "AnalyzeTextSentimentAnalysisInput",
|
|
1580
|
+
uberParent: "AnalyzeAction",
|
|
1581
|
+
polymorphicDiscriminator: AnalyzeAction.type.polymorphicDiscriminator,
|
|
1582
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeAction.type.modelProperties), { analysisInput: {
|
|
1583
|
+
serializedName: "analysisInput",
|
|
1824
1584
|
type: {
|
|
1825
|
-
name: "
|
|
1826
|
-
|
|
1585
|
+
name: "Composite",
|
|
1586
|
+
className: "MultiLanguageAnalysisInput"
|
|
1827
1587
|
}
|
|
1828
|
-
},
|
|
1829
|
-
|
|
1830
|
-
serializedName: "confidenceScores",
|
|
1588
|
+
}, parameters: {
|
|
1589
|
+
serializedName: "parameters",
|
|
1831
1590
|
type: {
|
|
1832
1591
|
name: "Composite",
|
|
1833
|
-
className: "
|
|
1592
|
+
className: "SentimentAnalysisAction"
|
|
1834
1593
|
}
|
|
1835
|
-
}
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1594
|
+
} })
|
|
1595
|
+
}
|
|
1596
|
+
};
|
|
1597
|
+
export const SentimentTaskResult = {
|
|
1598
|
+
serializedName: "SentimentAnalysisResults",
|
|
1599
|
+
type: {
|
|
1600
|
+
name: "Composite",
|
|
1601
|
+
className: "SentimentTaskResult",
|
|
1602
|
+
uberParent: "AnalyzeTextTaskResult",
|
|
1603
|
+
polymorphicDiscriminator: AnalyzeTextTaskResult.type.polymorphicDiscriminator,
|
|
1604
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeTextTaskResult.type.modelProperties), { results: {
|
|
1605
|
+
serializedName: "results",
|
|
1839
1606
|
type: {
|
|
1840
|
-
name: "
|
|
1607
|
+
name: "Composite",
|
|
1608
|
+
className: "SentimentResponse"
|
|
1841
1609
|
}
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1610
|
+
} })
|
|
1611
|
+
}
|
|
1612
|
+
};
|
|
1613
|
+
export const EntitiesTaskResult = {
|
|
1614
|
+
serializedName: "EntityRecognitionResults",
|
|
1615
|
+
type: {
|
|
1616
|
+
name: "Composite",
|
|
1617
|
+
className: "EntitiesTaskResult",
|
|
1618
|
+
uberParent: "AnalyzeTextTaskResult",
|
|
1619
|
+
polymorphicDiscriminator: AnalyzeTextTaskResult.type.polymorphicDiscriminator,
|
|
1620
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeTextTaskResult.type.modelProperties), { results: {
|
|
1621
|
+
serializedName: "results",
|
|
1846
1622
|
type: {
|
|
1847
|
-
name: "
|
|
1623
|
+
name: "Composite",
|
|
1624
|
+
className: "EntitiesResult"
|
|
1848
1625
|
}
|
|
1849
|
-
}
|
|
1850
|
-
|
|
1851
|
-
|
|
1626
|
+
} })
|
|
1627
|
+
}
|
|
1628
|
+
};
|
|
1629
|
+
export const EntityLinkingTaskResult = {
|
|
1630
|
+
serializedName: "EntityLinkingResults",
|
|
1631
|
+
type: {
|
|
1632
|
+
name: "Composite",
|
|
1633
|
+
className: "EntityLinkingTaskResult",
|
|
1634
|
+
uberParent: "AnalyzeTextTaskResult",
|
|
1635
|
+
polymorphicDiscriminator: AnalyzeTextTaskResult.type.polymorphicDiscriminator,
|
|
1636
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeTextTaskResult.type.modelProperties), { results: {
|
|
1637
|
+
serializedName: "results",
|
|
1638
|
+
type: {
|
|
1639
|
+
name: "Composite",
|
|
1640
|
+
className: "EntityLinkingResult"
|
|
1641
|
+
}
|
|
1642
|
+
} })
|
|
1643
|
+
}
|
|
1644
|
+
};
|
|
1645
|
+
export const PiiTaskResult = {
|
|
1646
|
+
serializedName: "PiiEntityRecognitionResults",
|
|
1647
|
+
type: {
|
|
1648
|
+
name: "Composite",
|
|
1649
|
+
className: "PiiTaskResult",
|
|
1650
|
+
uberParent: "AnalyzeTextTaskResult",
|
|
1651
|
+
polymorphicDiscriminator: AnalyzeTextTaskResult.type.polymorphicDiscriminator,
|
|
1652
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeTextTaskResult.type.modelProperties), { results: {
|
|
1653
|
+
serializedName: "results",
|
|
1654
|
+
type: {
|
|
1655
|
+
name: "Composite",
|
|
1656
|
+
className: "PiiResult"
|
|
1657
|
+
}
|
|
1658
|
+
} })
|
|
1659
|
+
}
|
|
1660
|
+
};
|
|
1661
|
+
export const KeyPhraseTaskResult = {
|
|
1662
|
+
serializedName: "KeyPhraseExtractionResults",
|
|
1663
|
+
type: {
|
|
1664
|
+
name: "Composite",
|
|
1665
|
+
className: "KeyPhraseTaskResult",
|
|
1666
|
+
uberParent: "AnalyzeTextTaskResult",
|
|
1667
|
+
polymorphicDiscriminator: AnalyzeTextTaskResult.type.polymorphicDiscriminator,
|
|
1668
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeTextTaskResult.type.modelProperties), { results: {
|
|
1669
|
+
serializedName: "results",
|
|
1670
|
+
type: {
|
|
1671
|
+
name: "Composite",
|
|
1672
|
+
className: "KeyPhraseResult"
|
|
1673
|
+
}
|
|
1674
|
+
} })
|
|
1675
|
+
}
|
|
1676
|
+
};
|
|
1677
|
+
export const LanguageDetectionTaskResult = {
|
|
1678
|
+
serializedName: "LanguageDetectionResults",
|
|
1679
|
+
type: {
|
|
1680
|
+
name: "Composite",
|
|
1681
|
+
className: "LanguageDetectionTaskResult",
|
|
1682
|
+
uberParent: "AnalyzeTextTaskResult",
|
|
1683
|
+
polymorphicDiscriminator: AnalyzeTextTaskResult.type.polymorphicDiscriminator,
|
|
1684
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeTextTaskResult.type.modelProperties), { results: {
|
|
1685
|
+
serializedName: "results",
|
|
1686
|
+
type: {
|
|
1687
|
+
name: "Composite",
|
|
1688
|
+
className: "LanguageDetectionResult"
|
|
1689
|
+
}
|
|
1690
|
+
} })
|
|
1691
|
+
}
|
|
1692
|
+
};
|
|
1693
|
+
export const AnalyzeBatchAction = {
|
|
1694
|
+
serializedName: "AnalyzeBatchAction",
|
|
1695
|
+
type: {
|
|
1696
|
+
name: "Composite",
|
|
1697
|
+
className: "AnalyzeBatchAction",
|
|
1698
|
+
uberParent: "BatchActionState",
|
|
1699
|
+
polymorphicDiscriminator: {
|
|
1700
|
+
serializedName: "kind",
|
|
1701
|
+
clientName: "kind"
|
|
1702
|
+
},
|
|
1703
|
+
modelProperties: Object.assign(Object.assign({}, BatchActionState.type.modelProperties), { kind: {
|
|
1704
|
+
serializedName: "kind",
|
|
1852
1705
|
required: true,
|
|
1853
1706
|
type: {
|
|
1854
1707
|
name: "String"
|
|
1855
1708
|
}
|
|
1856
|
-
}
|
|
1857
|
-
|
|
1858
|
-
|
|
1709
|
+
} })
|
|
1710
|
+
}
|
|
1711
|
+
};
|
|
1712
|
+
export const AnalyzeTextLROResult = {
|
|
1713
|
+
serializedName: "AnalyzeTextLROResult",
|
|
1714
|
+
type: {
|
|
1715
|
+
name: "Composite",
|
|
1716
|
+
className: "AnalyzeTextLROResult",
|
|
1717
|
+
uberParent: "TaskState",
|
|
1718
|
+
polymorphicDiscriminator: {
|
|
1719
|
+
serializedName: "kind",
|
|
1720
|
+
clientName: "kind"
|
|
1721
|
+
},
|
|
1722
|
+
modelProperties: Object.assign(Object.assign(Object.assign({}, TaskState.type.modelProperties), BatchActionState.type.modelProperties), { kind: {
|
|
1723
|
+
serializedName: "kind",
|
|
1859
1724
|
required: true,
|
|
1860
1725
|
type: {
|
|
1861
|
-
name: "
|
|
1726
|
+
name: "String"
|
|
1862
1727
|
}
|
|
1863
|
-
}
|
|
1864
|
-
}
|
|
1728
|
+
} })
|
|
1865
1729
|
}
|
|
1866
1730
|
};
|
|
1867
|
-
export const
|
|
1731
|
+
export const AnalyzeTextJobState = {
|
|
1868
1732
|
type: {
|
|
1869
1733
|
name: "Composite",
|
|
1870
|
-
className: "
|
|
1871
|
-
modelProperties: {
|
|
1872
|
-
|
|
1873
|
-
|
|
1734
|
+
className: "AnalyzeTextJobState",
|
|
1735
|
+
modelProperties: Object.assign(Object.assign(Object.assign({}, JobState.type.modelProperties), TasksState.type.modelProperties), AnalyzeTextJobStatistics.type.modelProperties)
|
|
1736
|
+
}
|
|
1737
|
+
};
|
|
1738
|
+
export const ActionPrebuilt = {
|
|
1739
|
+
type: {
|
|
1740
|
+
name: "Composite",
|
|
1741
|
+
className: "ActionPrebuilt",
|
|
1742
|
+
modelProperties: Object.assign(Object.assign({}, ActionCommon.type.modelProperties), { modelVersion: {
|
|
1743
|
+
defaultValue: "latest",
|
|
1744
|
+
serializedName: "modelVersion",
|
|
1874
1745
|
type: {
|
|
1875
|
-
name: "
|
|
1876
|
-
className: "ExtractiveSummarizationResult"
|
|
1746
|
+
name: "String"
|
|
1877
1747
|
}
|
|
1878
|
-
}
|
|
1879
|
-
}
|
|
1748
|
+
} })
|
|
1880
1749
|
}
|
|
1881
1750
|
};
|
|
1882
|
-
export const
|
|
1751
|
+
export const ActionCustom = {
|
|
1883
1752
|
type: {
|
|
1884
1753
|
name: "Composite",
|
|
1885
|
-
className: "
|
|
1886
|
-
modelProperties: {
|
|
1887
|
-
|
|
1754
|
+
className: "ActionCustom",
|
|
1755
|
+
modelProperties: Object.assign(Object.assign({}, ActionCommon.type.modelProperties), { projectName: {
|
|
1756
|
+
serializedName: "projectName",
|
|
1757
|
+
required: true,
|
|
1758
|
+
type: {
|
|
1759
|
+
name: "String"
|
|
1760
|
+
}
|
|
1761
|
+
}, deploymentName: {
|
|
1762
|
+
serializedName: "deploymentName",
|
|
1763
|
+
required: true,
|
|
1764
|
+
type: {
|
|
1765
|
+
name: "String"
|
|
1766
|
+
}
|
|
1767
|
+
} })
|
|
1768
|
+
}
|
|
1769
|
+
};
|
|
1770
|
+
export const HealthcareResult = {
|
|
1771
|
+
type: {
|
|
1772
|
+
name: "Composite",
|
|
1773
|
+
className: "HealthcareResult",
|
|
1774
|
+
modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
|
|
1888
1775
|
serializedName: "documents",
|
|
1889
1776
|
required: true,
|
|
1890
1777
|
type: {
|
|
@@ -1892,254 +1779,353 @@ export const ExtractiveSummarizationResult = {
|
|
|
1892
1779
|
element: {
|
|
1893
1780
|
type: {
|
|
1894
1781
|
name: "Composite",
|
|
1895
|
-
className: "
|
|
1782
|
+
className: "HealthcareResultDocumentsItem"
|
|
1896
1783
|
}
|
|
1897
1784
|
}
|
|
1898
1785
|
}
|
|
1899
|
-
}
|
|
1900
|
-
|
|
1901
|
-
|
|
1786
|
+
} })
|
|
1787
|
+
}
|
|
1788
|
+
};
|
|
1789
|
+
export const SentimentResponse = {
|
|
1790
|
+
type: {
|
|
1791
|
+
name: "Composite",
|
|
1792
|
+
className: "SentimentResponse",
|
|
1793
|
+
modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
|
|
1794
|
+
serializedName: "documents",
|
|
1902
1795
|
required: true,
|
|
1903
1796
|
type: {
|
|
1904
1797
|
name: "Sequence",
|
|
1905
1798
|
element: {
|
|
1906
1799
|
type: {
|
|
1907
1800
|
name: "Composite",
|
|
1908
|
-
className: "
|
|
1801
|
+
className: "SentimentResponseDocumentsItem"
|
|
1909
1802
|
}
|
|
1910
1803
|
}
|
|
1911
1804
|
}
|
|
1912
|
-
}
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
serializedName: "modelVersion",
|
|
1805
|
+
} })
|
|
1806
|
+
}
|
|
1807
|
+
};
|
|
1808
|
+
export const EntitiesResult = {
|
|
1809
|
+
type: {
|
|
1810
|
+
name: "Composite",
|
|
1811
|
+
className: "EntitiesResult",
|
|
1812
|
+
modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
|
|
1813
|
+
serializedName: "documents",
|
|
1922
1814
|
required: true,
|
|
1923
1815
|
type: {
|
|
1924
|
-
name: "
|
|
1816
|
+
name: "Sequence",
|
|
1817
|
+
element: {
|
|
1818
|
+
type: {
|
|
1819
|
+
name: "Composite",
|
|
1820
|
+
className: "EntitiesResultDocumentsItem"
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1925
1823
|
}
|
|
1926
|
-
}
|
|
1927
|
-
}
|
|
1824
|
+
} })
|
|
1928
1825
|
}
|
|
1929
1826
|
};
|
|
1930
|
-
export const
|
|
1827
|
+
export const EntityLinkingResult = {
|
|
1931
1828
|
type: {
|
|
1932
1829
|
name: "Composite",
|
|
1933
|
-
className: "
|
|
1934
|
-
modelProperties: {
|
|
1935
|
-
|
|
1936
|
-
serializedName: "id",
|
|
1830
|
+
className: "EntityLinkingResult",
|
|
1831
|
+
modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
|
|
1832
|
+
serializedName: "documents",
|
|
1937
1833
|
required: true,
|
|
1938
1834
|
type: {
|
|
1939
|
-
name: "
|
|
1835
|
+
name: "Sequence",
|
|
1836
|
+
element: {
|
|
1837
|
+
type: {
|
|
1838
|
+
name: "Composite",
|
|
1839
|
+
className: "EntityLinkingResultDocumentsItem"
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1940
1842
|
}
|
|
1941
|
-
}
|
|
1942
|
-
|
|
1943
|
-
|
|
1843
|
+
} })
|
|
1844
|
+
}
|
|
1845
|
+
};
|
|
1846
|
+
export const PiiResult = {
|
|
1847
|
+
type: {
|
|
1848
|
+
name: "Composite",
|
|
1849
|
+
className: "PiiResult",
|
|
1850
|
+
modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
|
|
1851
|
+
serializedName: "documents",
|
|
1944
1852
|
required: true,
|
|
1945
1853
|
type: {
|
|
1946
1854
|
name: "Sequence",
|
|
1947
1855
|
element: {
|
|
1948
1856
|
type: {
|
|
1949
1857
|
name: "Composite",
|
|
1950
|
-
className: "
|
|
1858
|
+
className: "PiiResultDocumentsItem"
|
|
1951
1859
|
}
|
|
1952
1860
|
}
|
|
1953
1861
|
}
|
|
1954
|
-
}
|
|
1955
|
-
|
|
1956
|
-
|
|
1862
|
+
} })
|
|
1863
|
+
}
|
|
1864
|
+
};
|
|
1865
|
+
export const ExtractiveSummarizationResult = {
|
|
1866
|
+
type: {
|
|
1867
|
+
name: "Composite",
|
|
1868
|
+
className: "ExtractiveSummarizationResult",
|
|
1869
|
+
modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
|
|
1870
|
+
serializedName: "documents",
|
|
1957
1871
|
required: true,
|
|
1958
1872
|
type: {
|
|
1959
1873
|
name: "Sequence",
|
|
1960
1874
|
element: {
|
|
1961
1875
|
type: {
|
|
1962
1876
|
name: "Composite",
|
|
1963
|
-
className: "
|
|
1877
|
+
className: "ExtractiveSummarizationResultDocumentsItem"
|
|
1964
1878
|
}
|
|
1965
1879
|
}
|
|
1966
1880
|
}
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1969
|
-
|
|
1881
|
+
} })
|
|
1882
|
+
}
|
|
1883
|
+
};
|
|
1884
|
+
export const KeyPhraseResult = {
|
|
1885
|
+
type: {
|
|
1886
|
+
name: "Composite",
|
|
1887
|
+
className: "KeyPhraseResult",
|
|
1888
|
+
modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
|
|
1889
|
+
serializedName: "documents",
|
|
1890
|
+
required: true,
|
|
1970
1891
|
type: {
|
|
1971
|
-
name: "
|
|
1972
|
-
|
|
1892
|
+
name: "Sequence",
|
|
1893
|
+
element: {
|
|
1894
|
+
type: {
|
|
1895
|
+
name: "Composite",
|
|
1896
|
+
className: "KeyPhraseResultDocumentsItem"
|
|
1897
|
+
}
|
|
1898
|
+
}
|
|
1973
1899
|
}
|
|
1974
|
-
}
|
|
1975
|
-
}
|
|
1900
|
+
} })
|
|
1976
1901
|
}
|
|
1977
1902
|
};
|
|
1978
|
-
export const
|
|
1903
|
+
export const LanguageDetectionResult = {
|
|
1979
1904
|
type: {
|
|
1980
1905
|
name: "Composite",
|
|
1981
|
-
className: "
|
|
1982
|
-
modelProperties: {
|
|
1983
|
-
|
|
1984
|
-
serializedName: "text",
|
|
1906
|
+
className: "LanguageDetectionResult",
|
|
1907
|
+
modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
|
|
1908
|
+
serializedName: "documents",
|
|
1985
1909
|
required: true,
|
|
1986
1910
|
type: {
|
|
1987
|
-
name: "
|
|
1911
|
+
name: "Sequence",
|
|
1912
|
+
element: {
|
|
1913
|
+
type: {
|
|
1914
|
+
name: "Composite",
|
|
1915
|
+
className: "LanguageDetectionDocumentResult"
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1988
1918
|
}
|
|
1989
|
-
}
|
|
1990
|
-
|
|
1991
|
-
|
|
1919
|
+
} })
|
|
1920
|
+
}
|
|
1921
|
+
};
|
|
1922
|
+
export const CustomEntitiesResult = {
|
|
1923
|
+
type: {
|
|
1924
|
+
name: "Composite",
|
|
1925
|
+
className: "CustomEntitiesResult",
|
|
1926
|
+
modelProperties: Object.assign(Object.assign({}, CustomResult.type.modelProperties), { documents: {
|
|
1927
|
+
serializedName: "documents",
|
|
1992
1928
|
required: true,
|
|
1993
1929
|
type: {
|
|
1994
|
-
name: "
|
|
1930
|
+
name: "Sequence",
|
|
1931
|
+
element: {
|
|
1932
|
+
type: {
|
|
1933
|
+
name: "Composite",
|
|
1934
|
+
className: "CustomEntitiesResultDocumentsItem"
|
|
1935
|
+
}
|
|
1936
|
+
}
|
|
1995
1937
|
}
|
|
1996
|
-
}
|
|
1997
|
-
|
|
1998
|
-
|
|
1938
|
+
} })
|
|
1939
|
+
}
|
|
1940
|
+
};
|
|
1941
|
+
export const CustomSingleLabelClassificationResult = {
|
|
1942
|
+
type: {
|
|
1943
|
+
name: "Composite",
|
|
1944
|
+
className: "CustomSingleLabelClassificationResult",
|
|
1945
|
+
modelProperties: Object.assign(Object.assign({}, CustomResult.type.modelProperties), { documents: {
|
|
1946
|
+
serializedName: "documents",
|
|
1999
1947
|
required: true,
|
|
2000
1948
|
type: {
|
|
2001
|
-
name: "
|
|
1949
|
+
name: "Sequence",
|
|
1950
|
+
element: {
|
|
1951
|
+
type: {
|
|
1952
|
+
name: "Composite",
|
|
1953
|
+
className: "CustomSingleLabelClassificationResultDocumentsItem"
|
|
1954
|
+
}
|
|
1955
|
+
}
|
|
2002
1956
|
}
|
|
2003
|
-
}
|
|
2004
|
-
|
|
2005
|
-
|
|
1957
|
+
} })
|
|
1958
|
+
}
|
|
1959
|
+
};
|
|
1960
|
+
export const CustomMultiLabelClassificationResult = {
|
|
1961
|
+
type: {
|
|
1962
|
+
name: "Composite",
|
|
1963
|
+
className: "CustomMultiLabelClassificationResult",
|
|
1964
|
+
modelProperties: Object.assign(Object.assign({}, CustomResult.type.modelProperties), { documents: {
|
|
1965
|
+
serializedName: "documents",
|
|
2006
1966
|
required: true,
|
|
2007
1967
|
type: {
|
|
2008
|
-
name: "
|
|
1968
|
+
name: "Sequence",
|
|
1969
|
+
element: {
|
|
1970
|
+
type: {
|
|
1971
|
+
name: "Composite",
|
|
1972
|
+
className: "CustomMultiLabelClassificationResultDocumentsItem"
|
|
1973
|
+
}
|
|
1974
|
+
}
|
|
2009
1975
|
}
|
|
2010
|
-
}
|
|
2011
|
-
}
|
|
1976
|
+
} })
|
|
2012
1977
|
}
|
|
2013
1978
|
};
|
|
2014
|
-
export const
|
|
1979
|
+
export const EntitiesDocumentResult = {
|
|
2015
1980
|
type: {
|
|
2016
1981
|
name: "Composite",
|
|
2017
|
-
className: "
|
|
2018
|
-
modelProperties: {
|
|
2019
|
-
|
|
2020
|
-
|
|
1982
|
+
className: "EntitiesDocumentResult",
|
|
1983
|
+
modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { entities: {
|
|
1984
|
+
serializedName: "entities",
|
|
1985
|
+
required: true,
|
|
2021
1986
|
type: {
|
|
2022
1987
|
name: "Sequence",
|
|
2023
1988
|
element: {
|
|
2024
1989
|
type: {
|
|
2025
1990
|
name: "Composite",
|
|
2026
|
-
className: "
|
|
1991
|
+
className: "Entity"
|
|
2027
1992
|
}
|
|
2028
1993
|
}
|
|
2029
1994
|
}
|
|
2030
|
-
}
|
|
2031
|
-
statistics: {
|
|
2032
|
-
serializedName: "statistics",
|
|
2033
|
-
type: {
|
|
2034
|
-
name: "Composite",
|
|
2035
|
-
className: "TextDocumentBatchStatistics"
|
|
2036
|
-
}
|
|
2037
|
-
}
|
|
2038
|
-
}
|
|
1995
|
+
} })
|
|
2039
1996
|
}
|
|
2040
1997
|
};
|
|
2041
|
-
export const
|
|
1998
|
+
export const SingleClassificationDocumentResult = {
|
|
2042
1999
|
type: {
|
|
2043
2000
|
name: "Composite",
|
|
2044
|
-
className: "
|
|
2045
|
-
modelProperties: {
|
|
2046
|
-
|
|
2047
|
-
serializedName: "@nextLink",
|
|
2001
|
+
className: "SingleClassificationDocumentResult",
|
|
2002
|
+
modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { classification: {
|
|
2003
|
+
serializedName: "class",
|
|
2048
2004
|
type: {
|
|
2049
|
-
name: "
|
|
2005
|
+
name: "Composite",
|
|
2006
|
+
className: "ClassificationCategory"
|
|
2050
2007
|
}
|
|
2051
|
-
}
|
|
2052
|
-
}
|
|
2008
|
+
} })
|
|
2053
2009
|
}
|
|
2054
2010
|
};
|
|
2055
|
-
export const
|
|
2011
|
+
export const MultiClassificationDocumentResult = {
|
|
2056
2012
|
type: {
|
|
2057
2013
|
name: "Composite",
|
|
2058
|
-
className: "
|
|
2059
|
-
modelProperties: {
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
type: {
|
|
2063
|
-
name: "Composite",
|
|
2064
|
-
className: "HealthcareResult"
|
|
2065
|
-
}
|
|
2066
|
-
},
|
|
2067
|
-
errors: {
|
|
2068
|
-
serializedName: "errors",
|
|
2014
|
+
className: "MultiClassificationDocumentResult",
|
|
2015
|
+
modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { classifications: {
|
|
2016
|
+
serializedName: "class",
|
|
2017
|
+
required: true,
|
|
2069
2018
|
type: {
|
|
2070
2019
|
name: "Sequence",
|
|
2071
2020
|
element: {
|
|
2072
2021
|
type: {
|
|
2073
2022
|
name: "Composite",
|
|
2074
|
-
className: "
|
|
2023
|
+
className: "ClassificationCategory"
|
|
2075
2024
|
}
|
|
2076
2025
|
}
|
|
2077
2026
|
}
|
|
2078
|
-
}
|
|
2079
|
-
}
|
|
2027
|
+
} })
|
|
2080
2028
|
}
|
|
2081
2029
|
};
|
|
2082
|
-
export const
|
|
2030
|
+
export const HealthcareEntitiesDocumentResult = {
|
|
2083
2031
|
type: {
|
|
2084
2032
|
name: "Composite",
|
|
2085
|
-
className: "
|
|
2086
|
-
modelProperties: {
|
|
2087
|
-
|
|
2088
|
-
serializedName: "documents",
|
|
2033
|
+
className: "HealthcareEntitiesDocumentResult",
|
|
2034
|
+
modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { entities: {
|
|
2035
|
+
serializedName: "entities",
|
|
2089
2036
|
required: true,
|
|
2090
2037
|
type: {
|
|
2091
2038
|
name: "Sequence",
|
|
2092
2039
|
element: {
|
|
2093
2040
|
type: {
|
|
2094
2041
|
name: "Composite",
|
|
2095
|
-
className: "
|
|
2042
|
+
className: "HealthcareEntity"
|
|
2096
2043
|
}
|
|
2097
2044
|
}
|
|
2098
2045
|
}
|
|
2099
|
-
},
|
|
2100
|
-
|
|
2101
|
-
serializedName: "errors",
|
|
2046
|
+
}, relations: {
|
|
2047
|
+
serializedName: "relations",
|
|
2102
2048
|
required: true,
|
|
2103
2049
|
type: {
|
|
2104
2050
|
name: "Sequence",
|
|
2105
2051
|
element: {
|
|
2106
2052
|
type: {
|
|
2107
2053
|
name: "Composite",
|
|
2108
|
-
className: "
|
|
2054
|
+
className: "HealthcareRelation"
|
|
2109
2055
|
}
|
|
2110
2056
|
}
|
|
2111
2057
|
}
|
|
2112
|
-
},
|
|
2113
|
-
|
|
2114
|
-
|
|
2058
|
+
}, fhirBundle: {
|
|
2059
|
+
serializedName: "fhirBundle",
|
|
2060
|
+
type: {
|
|
2061
|
+
name: "Dictionary",
|
|
2062
|
+
value: { type: { name: "any" } }
|
|
2063
|
+
}
|
|
2064
|
+
} })
|
|
2065
|
+
}
|
|
2066
|
+
};
|
|
2067
|
+
export const SentimentDocumentResult = {
|
|
2068
|
+
type: {
|
|
2069
|
+
name: "Composite",
|
|
2070
|
+
className: "SentimentDocumentResult",
|
|
2071
|
+
modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { sentiment: {
|
|
2072
|
+
serializedName: "sentiment",
|
|
2073
|
+
required: true,
|
|
2074
|
+
type: {
|
|
2075
|
+
name: "Enum",
|
|
2076
|
+
allowedValues: ["positive", "neutral", "negative", "mixed"]
|
|
2077
|
+
}
|
|
2078
|
+
}, confidenceScores: {
|
|
2079
|
+
serializedName: "confidenceScores",
|
|
2115
2080
|
type: {
|
|
2116
2081
|
name: "Composite",
|
|
2117
|
-
className: "
|
|
2082
|
+
className: "SentimentConfidenceScores"
|
|
2118
2083
|
}
|
|
2119
|
-
},
|
|
2120
|
-
|
|
2121
|
-
serializedName: "modelVersion",
|
|
2084
|
+
}, sentences: {
|
|
2085
|
+
serializedName: "sentences",
|
|
2122
2086
|
required: true,
|
|
2123
2087
|
type: {
|
|
2124
|
-
name: "
|
|
2088
|
+
name: "Sequence",
|
|
2089
|
+
element: {
|
|
2090
|
+
type: {
|
|
2091
|
+
name: "Composite",
|
|
2092
|
+
className: "SentenceSentiment"
|
|
2093
|
+
}
|
|
2094
|
+
}
|
|
2125
2095
|
}
|
|
2126
|
-
}
|
|
2127
|
-
}
|
|
2096
|
+
} })
|
|
2128
2097
|
}
|
|
2129
2098
|
};
|
|
2130
|
-
export const
|
|
2099
|
+
export const LinkedEntitiesDocumentResult = {
|
|
2131
2100
|
type: {
|
|
2132
2101
|
name: "Composite",
|
|
2133
|
-
className: "
|
|
2134
|
-
modelProperties: {
|
|
2135
|
-
|
|
2136
|
-
|
|
2102
|
+
className: "LinkedEntitiesDocumentResult",
|
|
2103
|
+
modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { entities: {
|
|
2104
|
+
serializedName: "entities",
|
|
2105
|
+
required: true,
|
|
2106
|
+
type: {
|
|
2107
|
+
name: "Sequence",
|
|
2108
|
+
element: {
|
|
2109
|
+
type: {
|
|
2110
|
+
name: "Composite",
|
|
2111
|
+
className: "LinkedEntity"
|
|
2112
|
+
}
|
|
2113
|
+
}
|
|
2114
|
+
}
|
|
2115
|
+
} })
|
|
2116
|
+
}
|
|
2117
|
+
};
|
|
2118
|
+
export const PiiEntitiesDocumentResult = {
|
|
2119
|
+
type: {
|
|
2120
|
+
name: "Composite",
|
|
2121
|
+
className: "PiiEntitiesDocumentResult",
|
|
2122
|
+
modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { redactedText: {
|
|
2123
|
+
serializedName: "redactedText",
|
|
2137
2124
|
required: true,
|
|
2138
2125
|
type: {
|
|
2139
2126
|
name: "String"
|
|
2140
2127
|
}
|
|
2141
|
-
},
|
|
2142
|
-
entities: {
|
|
2128
|
+
}, entities: {
|
|
2143
2129
|
serializedName: "entities",
|
|
2144
2130
|
required: true,
|
|
2145
2131
|
type: {
|
|
@@ -2147,499 +2133,618 @@ export const DocumentHealthcareEntities = {
|
|
|
2147
2133
|
element: {
|
|
2148
2134
|
type: {
|
|
2149
2135
|
name: "Composite",
|
|
2150
|
-
className: "
|
|
2136
|
+
className: "Entity"
|
|
2151
2137
|
}
|
|
2152
2138
|
}
|
|
2153
2139
|
}
|
|
2154
|
-
}
|
|
2155
|
-
|
|
2156
|
-
|
|
2140
|
+
} })
|
|
2141
|
+
}
|
|
2142
|
+
};
|
|
2143
|
+
export const ExtractedSummaryDocumentResult = {
|
|
2144
|
+
type: {
|
|
2145
|
+
name: "Composite",
|
|
2146
|
+
className: "ExtractedSummaryDocumentResult",
|
|
2147
|
+
modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { sentences: {
|
|
2148
|
+
serializedName: "sentences",
|
|
2157
2149
|
required: true,
|
|
2158
2150
|
type: {
|
|
2159
2151
|
name: "Sequence",
|
|
2160
2152
|
element: {
|
|
2161
2153
|
type: {
|
|
2162
2154
|
name: "Composite",
|
|
2163
|
-
className: "
|
|
2155
|
+
className: "SummarySentence"
|
|
2164
2156
|
}
|
|
2165
2157
|
}
|
|
2166
2158
|
}
|
|
2167
|
-
}
|
|
2168
|
-
|
|
2169
|
-
|
|
2159
|
+
} })
|
|
2160
|
+
}
|
|
2161
|
+
};
|
|
2162
|
+
export const KeyPhrasesDocumentResult = {
|
|
2163
|
+
type: {
|
|
2164
|
+
name: "Composite",
|
|
2165
|
+
className: "KeyPhrasesDocumentResult",
|
|
2166
|
+
modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { keyPhrases: {
|
|
2167
|
+
serializedName: "keyPhrases",
|
|
2170
2168
|
required: true,
|
|
2171
2169
|
type: {
|
|
2172
2170
|
name: "Sequence",
|
|
2173
2171
|
element: {
|
|
2174
2172
|
type: {
|
|
2175
|
-
name: "
|
|
2176
|
-
className: "TextAnalyticsWarning"
|
|
2173
|
+
name: "String"
|
|
2177
2174
|
}
|
|
2178
2175
|
}
|
|
2179
2176
|
}
|
|
2180
|
-
}
|
|
2181
|
-
|
|
2182
|
-
|
|
2177
|
+
} })
|
|
2178
|
+
}
|
|
2179
|
+
};
|
|
2180
|
+
export const LanguageDetectionDocumentResult = {
|
|
2181
|
+
type: {
|
|
2182
|
+
name: "Composite",
|
|
2183
|
+
className: "LanguageDetectionDocumentResult",
|
|
2184
|
+
modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { detectedLanguage: {
|
|
2185
|
+
serializedName: "detectedLanguage",
|
|
2183
2186
|
type: {
|
|
2184
2187
|
name: "Composite",
|
|
2185
|
-
className: "
|
|
2188
|
+
className: "DetectedLanguage"
|
|
2186
2189
|
}
|
|
2187
|
-
}
|
|
2188
|
-
}
|
|
2190
|
+
} })
|
|
2189
2191
|
}
|
|
2190
2192
|
};
|
|
2191
|
-
export const
|
|
2193
|
+
export const CustomEntitiesLROTask = {
|
|
2194
|
+
serializedName: "CustomEntityRecognition",
|
|
2192
2195
|
type: {
|
|
2193
2196
|
name: "Composite",
|
|
2194
|
-
className: "
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2197
|
+
className: "CustomEntitiesLROTask",
|
|
2198
|
+
uberParent: "BatchActionState",
|
|
2199
|
+
polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
|
|
2200
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
|
2201
|
+
serializedName: "parameters",
|
|
2199
2202
|
type: {
|
|
2200
|
-
name: "
|
|
2203
|
+
name: "Composite",
|
|
2204
|
+
className: "CustomEntityRecognitionAction"
|
|
2201
2205
|
}
|
|
2202
|
-
}
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
+
} })
|
|
2207
|
+
}
|
|
2208
|
+
};
|
|
2209
|
+
export const CustomSingleLabelClassificationLROTask = {
|
|
2210
|
+
serializedName: "CustomSingleLabelClassification",
|
|
2211
|
+
type: {
|
|
2212
|
+
name: "Composite",
|
|
2213
|
+
className: "CustomSingleLabelClassificationLROTask",
|
|
2214
|
+
uberParent: "BatchActionState",
|
|
2215
|
+
polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
|
|
2216
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
|
2217
|
+
serializedName: "parameters",
|
|
2206
2218
|
type: {
|
|
2207
|
-
name: "
|
|
2219
|
+
name: "Composite",
|
|
2220
|
+
className: "CustomSingleLabelClassificationAction"
|
|
2208
2221
|
}
|
|
2209
|
-
}
|
|
2210
|
-
|
|
2211
|
-
|
|
2222
|
+
} })
|
|
2223
|
+
}
|
|
2224
|
+
};
|
|
2225
|
+
export const CustomMultiLabelClassificationLROTask = {
|
|
2226
|
+
serializedName: "CustomMultiLabelClassification",
|
|
2227
|
+
type: {
|
|
2228
|
+
name: "Composite",
|
|
2229
|
+
className: "CustomMultiLabelClassificationLROTask",
|
|
2230
|
+
uberParent: "BatchActionState",
|
|
2231
|
+
polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
|
|
2232
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
|
2233
|
+
serializedName: "parameters",
|
|
2212
2234
|
type: {
|
|
2213
|
-
name: "
|
|
2235
|
+
name: "Composite",
|
|
2236
|
+
className: "CustomMultiLabelClassificationAction"
|
|
2214
2237
|
}
|
|
2215
|
-
}
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2238
|
+
} })
|
|
2239
|
+
}
|
|
2240
|
+
};
|
|
2241
|
+
export const HealthcareLROTask = {
|
|
2242
|
+
serializedName: "Healthcare",
|
|
2243
|
+
type: {
|
|
2244
|
+
name: "Composite",
|
|
2245
|
+
className: "HealthcareLROTask",
|
|
2246
|
+
uberParent: "BatchActionState",
|
|
2247
|
+
polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
|
|
2248
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
|
2249
|
+
serializedName: "parameters",
|
|
2219
2250
|
type: {
|
|
2220
|
-
name: "
|
|
2251
|
+
name: "Composite",
|
|
2252
|
+
className: "HealthcareAction"
|
|
2221
2253
|
}
|
|
2222
|
-
}
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2254
|
+
} })
|
|
2255
|
+
}
|
|
2256
|
+
};
|
|
2257
|
+
export const SentimentAnalysisLROTask = {
|
|
2258
|
+
serializedName: "SentimentAnalysis",
|
|
2259
|
+
type: {
|
|
2260
|
+
name: "Composite",
|
|
2261
|
+
className: "SentimentAnalysisLROTask",
|
|
2262
|
+
uberParent: "BatchActionState",
|
|
2263
|
+
polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
|
|
2264
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
|
2265
|
+
serializedName: "parameters",
|
|
2226
2266
|
type: {
|
|
2227
|
-
name: "
|
|
2267
|
+
name: "Composite",
|
|
2268
|
+
className: "SentimentAnalysisAction"
|
|
2228
2269
|
}
|
|
2229
|
-
}
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2270
|
+
} })
|
|
2271
|
+
}
|
|
2272
|
+
};
|
|
2273
|
+
export const EntitiesLROTask = {
|
|
2274
|
+
serializedName: "EntityRecognition",
|
|
2275
|
+
type: {
|
|
2276
|
+
name: "Composite",
|
|
2277
|
+
className: "EntitiesLROTask",
|
|
2278
|
+
uberParent: "BatchActionState",
|
|
2279
|
+
polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
|
|
2280
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
|
2281
|
+
serializedName: "parameters",
|
|
2233
2282
|
type: {
|
|
2234
|
-
name: "
|
|
2283
|
+
name: "Composite",
|
|
2284
|
+
className: "EntityRecognitionAction"
|
|
2235
2285
|
}
|
|
2236
|
-
}
|
|
2237
|
-
}
|
|
2286
|
+
} })
|
|
2238
2287
|
}
|
|
2239
2288
|
};
|
|
2240
|
-
export const
|
|
2289
|
+
export const EntityLinkingLROTask = {
|
|
2290
|
+
serializedName: "EntityLinking",
|
|
2241
2291
|
type: {
|
|
2242
2292
|
name: "Composite",
|
|
2243
|
-
className: "
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2293
|
+
className: "EntityLinkingLROTask",
|
|
2294
|
+
uberParent: "BatchActionState",
|
|
2295
|
+
polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
|
|
2296
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
|
2297
|
+
serializedName: "parameters",
|
|
2247
2298
|
type: {
|
|
2248
2299
|
name: "Composite",
|
|
2249
|
-
className: "
|
|
2300
|
+
className: "EntityLinkingAction"
|
|
2250
2301
|
}
|
|
2251
|
-
}
|
|
2252
|
-
|
|
2253
|
-
|
|
2302
|
+
} })
|
|
2303
|
+
}
|
|
2304
|
+
};
|
|
2305
|
+
export const PiiLROTask = {
|
|
2306
|
+
serializedName: "PiiEntityRecognition",
|
|
2307
|
+
type: {
|
|
2308
|
+
name: "Composite",
|
|
2309
|
+
className: "PiiLROTask",
|
|
2310
|
+
uberParent: "BatchActionState",
|
|
2311
|
+
polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
|
|
2312
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
|
2313
|
+
serializedName: "parameters",
|
|
2254
2314
|
type: {
|
|
2255
|
-
name: "
|
|
2315
|
+
name: "Composite",
|
|
2316
|
+
className: "PiiEntityRecognitionAction"
|
|
2256
2317
|
}
|
|
2257
|
-
}
|
|
2258
|
-
|
|
2259
|
-
|
|
2318
|
+
} })
|
|
2319
|
+
}
|
|
2320
|
+
};
|
|
2321
|
+
export const ExtractiveSummarizationLROTask = {
|
|
2322
|
+
serializedName: "ExtractiveSummarization",
|
|
2323
|
+
type: {
|
|
2324
|
+
name: "Composite",
|
|
2325
|
+
className: "ExtractiveSummarizationLROTask",
|
|
2326
|
+
uberParent: "BatchActionState",
|
|
2327
|
+
polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
|
|
2328
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
|
2329
|
+
serializedName: "parameters",
|
|
2260
2330
|
type: {
|
|
2261
|
-
name: "
|
|
2262
|
-
|
|
2263
|
-
type: {
|
|
2264
|
-
name: "Composite",
|
|
2265
|
-
className: "HealthcareEntityLink"
|
|
2266
|
-
}
|
|
2267
|
-
}
|
|
2331
|
+
name: "Composite",
|
|
2332
|
+
className: "ExtractiveSummarizationAction"
|
|
2268
2333
|
}
|
|
2269
|
-
}
|
|
2270
|
-
}
|
|
2334
|
+
} })
|
|
2271
2335
|
}
|
|
2272
2336
|
};
|
|
2273
|
-
export const
|
|
2337
|
+
export const KeyPhraseLROTask = {
|
|
2338
|
+
serializedName: "KeyPhraseExtraction",
|
|
2274
2339
|
type: {
|
|
2275
2340
|
name: "Composite",
|
|
2276
|
-
className: "
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2341
|
+
className: "KeyPhraseLROTask",
|
|
2342
|
+
uberParent: "BatchActionState",
|
|
2343
|
+
polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
|
|
2344
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
|
2345
|
+
serializedName: "parameters",
|
|
2280
2346
|
type: {
|
|
2281
|
-
name: "
|
|
2282
|
-
|
|
2347
|
+
name: "Composite",
|
|
2348
|
+
className: "KeyPhraseExtractionAction"
|
|
2283
2349
|
}
|
|
2284
|
-
}
|
|
2285
|
-
|
|
2286
|
-
|
|
2350
|
+
} })
|
|
2351
|
+
}
|
|
2352
|
+
};
|
|
2353
|
+
export const EntityRecognitionLROResult = {
|
|
2354
|
+
serializedName: "EntityRecognitionLROResults",
|
|
2355
|
+
type: {
|
|
2356
|
+
name: "Composite",
|
|
2357
|
+
className: "EntityRecognitionLROResult",
|
|
2358
|
+
uberParent: "TaskState",
|
|
2359
|
+
polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
|
|
2360
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
|
2361
|
+
serializedName: "results",
|
|
2287
2362
|
type: {
|
|
2288
|
-
name: "
|
|
2289
|
-
|
|
2290
|
-
"positive",
|
|
2291
|
-
"positivePossible",
|
|
2292
|
-
"neutralPossible",
|
|
2293
|
-
"negativePossible",
|
|
2294
|
-
"negative"
|
|
2295
|
-
]
|
|
2363
|
+
name: "Composite",
|
|
2364
|
+
className: "EntitiesResult"
|
|
2296
2365
|
}
|
|
2297
|
-
}
|
|
2298
|
-
|
|
2299
|
-
|
|
2366
|
+
} })
|
|
2367
|
+
}
|
|
2368
|
+
};
|
|
2369
|
+
export const CustomEntityRecognitionLROResult = {
|
|
2370
|
+
serializedName: "CustomEntityRecognitionLROResults",
|
|
2371
|
+
type: {
|
|
2372
|
+
name: "Composite",
|
|
2373
|
+
className: "CustomEntityRecognitionLROResult",
|
|
2374
|
+
uberParent: "TaskState",
|
|
2375
|
+
polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
|
|
2376
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
|
2377
|
+
serializedName: "results",
|
|
2300
2378
|
type: {
|
|
2301
|
-
name: "
|
|
2302
|
-
|
|
2379
|
+
name: "Composite",
|
|
2380
|
+
className: "CustomEntitiesResult"
|
|
2303
2381
|
}
|
|
2304
|
-
}
|
|
2305
|
-
}
|
|
2382
|
+
} })
|
|
2306
2383
|
}
|
|
2307
2384
|
};
|
|
2308
|
-
export const
|
|
2385
|
+
export const CustomSingleLabelClassificationLROResult = {
|
|
2386
|
+
serializedName: "CustomSingleLabelClassificationLROResults",
|
|
2309
2387
|
type: {
|
|
2310
2388
|
name: "Composite",
|
|
2311
|
-
className: "
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2389
|
+
className: "CustomSingleLabelClassificationLROResult",
|
|
2390
|
+
uberParent: "TaskState",
|
|
2391
|
+
polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
|
|
2392
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
|
2393
|
+
serializedName: "results",
|
|
2316
2394
|
type: {
|
|
2317
|
-
name: "
|
|
2395
|
+
name: "Composite",
|
|
2396
|
+
className: "CustomSingleLabelClassificationResult"
|
|
2318
2397
|
}
|
|
2319
|
-
}
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2398
|
+
} })
|
|
2399
|
+
}
|
|
2400
|
+
};
|
|
2401
|
+
export const CustomMultiLabelClassificationLROResult = {
|
|
2402
|
+
serializedName: "CustomMultiLabelClassificationLROResults",
|
|
2403
|
+
type: {
|
|
2404
|
+
name: "Composite",
|
|
2405
|
+
className: "CustomMultiLabelClassificationLROResult",
|
|
2406
|
+
uberParent: "TaskState",
|
|
2407
|
+
polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
|
|
2408
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
|
2409
|
+
serializedName: "results",
|
|
2323
2410
|
type: {
|
|
2324
|
-
name: "
|
|
2411
|
+
name: "Composite",
|
|
2412
|
+
className: "CustomMultiLabelClassificationResult"
|
|
2325
2413
|
}
|
|
2326
|
-
}
|
|
2327
|
-
}
|
|
2414
|
+
} })
|
|
2328
2415
|
}
|
|
2329
2416
|
};
|
|
2330
|
-
export const
|
|
2417
|
+
export const EntityLinkingLROResult = {
|
|
2418
|
+
serializedName: "EntityLinkingLROResults",
|
|
2331
2419
|
type: {
|
|
2332
2420
|
name: "Composite",
|
|
2333
|
-
className: "
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2421
|
+
className: "EntityLinkingLROResult",
|
|
2422
|
+
uberParent: "TaskState",
|
|
2423
|
+
polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
|
|
2424
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
|
2425
|
+
serializedName: "results",
|
|
2338
2426
|
type: {
|
|
2339
|
-
name: "
|
|
2427
|
+
name: "Composite",
|
|
2428
|
+
className: "EntityLinkingResult"
|
|
2340
2429
|
}
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2430
|
+
} })
|
|
2431
|
+
}
|
|
2432
|
+
};
|
|
2433
|
+
export const PiiEntityRecognitionLROResult = {
|
|
2434
|
+
serializedName: "PiiEntityRecognitionLROResults",
|
|
2435
|
+
type: {
|
|
2436
|
+
name: "Composite",
|
|
2437
|
+
className: "PiiEntityRecognitionLROResult",
|
|
2438
|
+
uberParent: "TaskState",
|
|
2439
|
+
polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
|
|
2440
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
|
2441
|
+
serializedName: "results",
|
|
2345
2442
|
type: {
|
|
2346
|
-
name: "
|
|
2347
|
-
|
|
2348
|
-
type: {
|
|
2349
|
-
name: "Composite",
|
|
2350
|
-
className: "HealthcareRelationEntity"
|
|
2351
|
-
}
|
|
2352
|
-
}
|
|
2443
|
+
name: "Composite",
|
|
2444
|
+
className: "PiiResult"
|
|
2353
2445
|
}
|
|
2354
|
-
}
|
|
2355
|
-
}
|
|
2446
|
+
} })
|
|
2356
2447
|
}
|
|
2357
2448
|
};
|
|
2358
|
-
export const
|
|
2449
|
+
export const ExtractiveSummarizationLROResult = {
|
|
2450
|
+
serializedName: "ExtractiveSummarizationLROResults",
|
|
2359
2451
|
type: {
|
|
2360
2452
|
name: "Composite",
|
|
2361
|
-
className: "
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2453
|
+
className: "ExtractiveSummarizationLROResult",
|
|
2454
|
+
uberParent: "TaskState",
|
|
2455
|
+
polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
|
|
2456
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
|
2457
|
+
serializedName: "results",
|
|
2366
2458
|
type: {
|
|
2367
|
-
name: "
|
|
2459
|
+
name: "Composite",
|
|
2460
|
+
className: "ExtractiveSummarizationResult"
|
|
2368
2461
|
}
|
|
2369
|
-
}
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2462
|
+
} })
|
|
2463
|
+
}
|
|
2464
|
+
};
|
|
2465
|
+
export const HealthcareLROResult = {
|
|
2466
|
+
serializedName: "HealthcareLROResults",
|
|
2467
|
+
type: {
|
|
2468
|
+
name: "Composite",
|
|
2469
|
+
className: "HealthcareLROResult",
|
|
2470
|
+
uberParent: "TaskState",
|
|
2471
|
+
polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
|
|
2472
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
|
2473
|
+
serializedName: "results",
|
|
2373
2474
|
type: {
|
|
2374
|
-
name: "
|
|
2475
|
+
name: "Composite",
|
|
2476
|
+
className: "HealthcareResult"
|
|
2375
2477
|
}
|
|
2376
|
-
}
|
|
2377
|
-
}
|
|
2478
|
+
} })
|
|
2378
2479
|
}
|
|
2379
2480
|
};
|
|
2380
|
-
export const
|
|
2481
|
+
export const SentimentLROResult = {
|
|
2482
|
+
serializedName: "SentimentAnalysisLROResults",
|
|
2381
2483
|
type: {
|
|
2382
2484
|
name: "Composite",
|
|
2383
|
-
className: "
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2485
|
+
className: "SentimentLROResult",
|
|
2486
|
+
uberParent: "TaskState",
|
|
2487
|
+
polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
|
|
2488
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
|
2489
|
+
serializedName: "results",
|
|
2388
2490
|
type: {
|
|
2389
|
-
name: "
|
|
2390
|
-
|
|
2391
|
-
type: {
|
|
2392
|
-
name: "Composite",
|
|
2393
|
-
className: "DetectLanguageInput"
|
|
2394
|
-
}
|
|
2395
|
-
}
|
|
2491
|
+
name: "Composite",
|
|
2492
|
+
className: "SentimentResponse"
|
|
2396
2493
|
}
|
|
2397
|
-
}
|
|
2398
|
-
}
|
|
2494
|
+
} })
|
|
2399
2495
|
}
|
|
2400
2496
|
};
|
|
2401
|
-
export const
|
|
2497
|
+
export const KeyPhraseExtractionLROResult = {
|
|
2498
|
+
serializedName: "KeyPhraseExtractionLROResults",
|
|
2402
2499
|
type: {
|
|
2403
2500
|
name: "Composite",
|
|
2404
|
-
className: "
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2501
|
+
className: "KeyPhraseExtractionLROResult",
|
|
2502
|
+
uberParent: "TaskState",
|
|
2503
|
+
polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
|
|
2504
|
+
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
|
2505
|
+
serializedName: "results",
|
|
2409
2506
|
type: {
|
|
2410
|
-
name: "
|
|
2507
|
+
name: "Composite",
|
|
2508
|
+
className: "KeyPhraseResult"
|
|
2411
2509
|
}
|
|
2412
|
-
}
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2510
|
+
} })
|
|
2511
|
+
}
|
|
2512
|
+
};
|
|
2513
|
+
export const EntityLinkingAction = {
|
|
2514
|
+
type: {
|
|
2515
|
+
name: "Composite",
|
|
2516
|
+
className: "EntityLinkingAction",
|
|
2517
|
+
modelProperties: Object.assign(Object.assign({}, ActionPrebuilt.type.modelProperties), { stringIndexType: {
|
|
2518
|
+
defaultValue: "Utf16CodeUnit",
|
|
2519
|
+
serializedName: "stringIndexType",
|
|
2416
2520
|
type: {
|
|
2417
2521
|
name: "String"
|
|
2418
2522
|
}
|
|
2419
|
-
}
|
|
2420
|
-
|
|
2421
|
-
|
|
2523
|
+
} })
|
|
2524
|
+
}
|
|
2525
|
+
};
|
|
2526
|
+
export const EntityRecognitionAction = {
|
|
2527
|
+
type: {
|
|
2528
|
+
name: "Composite",
|
|
2529
|
+
className: "EntityRecognitionAction",
|
|
2530
|
+
modelProperties: Object.assign(Object.assign({}, ActionPrebuilt.type.modelProperties), { stringIndexType: {
|
|
2531
|
+
defaultValue: "Utf16CodeUnit",
|
|
2532
|
+
serializedName: "stringIndexType",
|
|
2422
2533
|
type: {
|
|
2423
2534
|
name: "String"
|
|
2424
2535
|
}
|
|
2425
|
-
}
|
|
2426
|
-
}
|
|
2536
|
+
} })
|
|
2427
2537
|
}
|
|
2428
2538
|
};
|
|
2429
|
-
export const
|
|
2539
|
+
export const KeyPhraseExtractionAction = {
|
|
2430
2540
|
type: {
|
|
2431
2541
|
name: "Composite",
|
|
2432
|
-
className: "
|
|
2433
|
-
modelProperties: {
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2542
|
+
className: "KeyPhraseExtractionAction",
|
|
2543
|
+
modelProperties: Object.assign({}, ActionPrebuilt.type.modelProperties)
|
|
2544
|
+
}
|
|
2545
|
+
};
|
|
2546
|
+
export const PiiEntityRecognitionAction = {
|
|
2547
|
+
type: {
|
|
2548
|
+
name: "Composite",
|
|
2549
|
+
className: "PiiEntityRecognitionAction",
|
|
2550
|
+
modelProperties: Object.assign(Object.assign({}, ActionPrebuilt.type.modelProperties), { domainFilter: {
|
|
2551
|
+
defaultValue: "none",
|
|
2552
|
+
serializedName: "domain",
|
|
2437
2553
|
type: {
|
|
2438
|
-
name: "
|
|
2439
|
-
element: {
|
|
2440
|
-
type: {
|
|
2441
|
-
name: "Composite",
|
|
2442
|
-
className: "DocumentLanguage"
|
|
2443
|
-
}
|
|
2444
|
-
}
|
|
2554
|
+
name: "String"
|
|
2445
2555
|
}
|
|
2446
|
-
},
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2556
|
+
}, categoriesFilter: {
|
|
2557
|
+
constraints: {
|
|
2558
|
+
UniqueItems: true
|
|
2559
|
+
},
|
|
2560
|
+
serializedName: "piiCategories",
|
|
2450
2561
|
type: {
|
|
2451
2562
|
name: "Sequence",
|
|
2452
2563
|
element: {
|
|
2453
2564
|
type: {
|
|
2454
|
-
name: "
|
|
2455
|
-
className: "DocumentError"
|
|
2565
|
+
name: "String"
|
|
2456
2566
|
}
|
|
2457
2567
|
}
|
|
2458
2568
|
}
|
|
2459
|
-
},
|
|
2460
|
-
|
|
2461
|
-
serializedName: "
|
|
2462
|
-
type: {
|
|
2463
|
-
name: "Composite",
|
|
2464
|
-
className: "TextDocumentBatchStatistics"
|
|
2465
|
-
}
|
|
2466
|
-
},
|
|
2467
|
-
modelVersion: {
|
|
2468
|
-
serializedName: "modelVersion",
|
|
2469
|
-
required: true,
|
|
2569
|
+
}, stringIndexType: {
|
|
2570
|
+
defaultValue: "Utf16CodeUnit",
|
|
2571
|
+
serializedName: "stringIndexType",
|
|
2470
2572
|
type: {
|
|
2471
2573
|
name: "String"
|
|
2472
2574
|
}
|
|
2473
|
-
}
|
|
2474
|
-
}
|
|
2575
|
+
} })
|
|
2475
2576
|
}
|
|
2476
2577
|
};
|
|
2477
|
-
export const
|
|
2578
|
+
export const LanguageDetectionAction = {
|
|
2478
2579
|
type: {
|
|
2479
2580
|
name: "Composite",
|
|
2480
|
-
className: "
|
|
2481
|
-
modelProperties: {
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2581
|
+
className: "LanguageDetectionAction",
|
|
2582
|
+
modelProperties: Object.assign({}, ActionPrebuilt.type.modelProperties)
|
|
2583
|
+
}
|
|
2584
|
+
};
|
|
2585
|
+
export const SentimentAnalysisAction = {
|
|
2586
|
+
type: {
|
|
2587
|
+
name: "Composite",
|
|
2588
|
+
className: "SentimentAnalysisAction",
|
|
2589
|
+
modelProperties: Object.assign(Object.assign({}, ActionPrebuilt.type.modelProperties), { includeOpinionMining: {
|
|
2590
|
+
defaultValue: false,
|
|
2591
|
+
serializedName: "opinionMining",
|
|
2485
2592
|
type: {
|
|
2486
|
-
name: "
|
|
2593
|
+
name: "Boolean"
|
|
2487
2594
|
}
|
|
2488
|
-
},
|
|
2489
|
-
|
|
2490
|
-
serializedName: "
|
|
2595
|
+
}, stringIndexType: {
|
|
2596
|
+
defaultValue: "Utf16CodeUnit",
|
|
2597
|
+
serializedName: "stringIndexType",
|
|
2491
2598
|
type: {
|
|
2492
|
-
name: "
|
|
2493
|
-
className: "DetectedLanguage"
|
|
2599
|
+
name: "String"
|
|
2494
2600
|
}
|
|
2495
|
-
}
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2601
|
+
} })
|
|
2602
|
+
}
|
|
2603
|
+
};
|
|
2604
|
+
export const HealthcareAction = {
|
|
2605
|
+
type: {
|
|
2606
|
+
name: "Composite",
|
|
2607
|
+
className: "HealthcareAction",
|
|
2608
|
+
modelProperties: Object.assign(Object.assign({}, ActionPrebuilt.type.modelProperties), { fhirVersion: {
|
|
2609
|
+
serializedName: "fhirVersion",
|
|
2499
2610
|
type: {
|
|
2500
|
-
name: "
|
|
2501
|
-
element: {
|
|
2502
|
-
type: {
|
|
2503
|
-
name: "Composite",
|
|
2504
|
-
className: "TextAnalyticsWarning"
|
|
2505
|
-
}
|
|
2506
|
-
}
|
|
2611
|
+
name: "String"
|
|
2507
2612
|
}
|
|
2508
|
-
},
|
|
2509
|
-
|
|
2510
|
-
serializedName: "
|
|
2613
|
+
}, stringIndexType: {
|
|
2614
|
+
defaultValue: "Utf16CodeUnit",
|
|
2615
|
+
serializedName: "stringIndexType",
|
|
2511
2616
|
type: {
|
|
2512
|
-
name: "
|
|
2513
|
-
className: "TextDocumentStatistics"
|
|
2617
|
+
name: "String"
|
|
2514
2618
|
}
|
|
2515
|
-
}
|
|
2516
|
-
}
|
|
2619
|
+
} })
|
|
2517
2620
|
}
|
|
2518
2621
|
};
|
|
2519
|
-
export const
|
|
2622
|
+
export const ExtractiveSummarizationAction = {
|
|
2520
2623
|
type: {
|
|
2521
2624
|
name: "Composite",
|
|
2522
|
-
className: "
|
|
2523
|
-
modelProperties: {
|
|
2524
|
-
|
|
2525
|
-
serializedName: "
|
|
2526
|
-
|
|
2625
|
+
className: "ExtractiveSummarizationAction",
|
|
2626
|
+
modelProperties: Object.assign(Object.assign({}, ActionPrebuilt.type.modelProperties), { maxSentenceCount: {
|
|
2627
|
+
defaultValue: 3,
|
|
2628
|
+
serializedName: "sentenceCount",
|
|
2629
|
+
type: {
|
|
2630
|
+
name: "Number"
|
|
2631
|
+
}
|
|
2632
|
+
}, orderBy: {
|
|
2633
|
+
defaultValue: "Offset",
|
|
2634
|
+
serializedName: "sortBy",
|
|
2527
2635
|
type: {
|
|
2528
2636
|
name: "String"
|
|
2529
2637
|
}
|
|
2530
|
-
},
|
|
2531
|
-
|
|
2532
|
-
serializedName: "
|
|
2533
|
-
required: true,
|
|
2638
|
+
}, stringIndexType: {
|
|
2639
|
+
defaultValue: "Utf16CodeUnit",
|
|
2640
|
+
serializedName: "stringIndexType",
|
|
2534
2641
|
type: {
|
|
2535
2642
|
name: "String"
|
|
2536
2643
|
}
|
|
2537
|
-
}
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2644
|
+
} })
|
|
2645
|
+
}
|
|
2646
|
+
};
|
|
2647
|
+
export const CustomEntityRecognitionAction = {
|
|
2648
|
+
type: {
|
|
2649
|
+
name: "Composite",
|
|
2650
|
+
className: "CustomEntityRecognitionAction",
|
|
2651
|
+
modelProperties: Object.assign(Object.assign({}, ActionCustom.type.modelProperties), { stringIndexType: {
|
|
2652
|
+
defaultValue: "Utf16CodeUnit",
|
|
2653
|
+
serializedName: "stringIndexType",
|
|
2541
2654
|
type: {
|
|
2542
|
-
name: "
|
|
2655
|
+
name: "String"
|
|
2543
2656
|
}
|
|
2544
|
-
}
|
|
2545
|
-
}
|
|
2657
|
+
} })
|
|
2546
2658
|
}
|
|
2547
2659
|
};
|
|
2548
|
-
export const
|
|
2660
|
+
export const CustomSingleLabelClassificationAction = {
|
|
2549
2661
|
type: {
|
|
2550
2662
|
name: "Composite",
|
|
2551
|
-
className: "
|
|
2552
|
-
modelProperties: Object.assign(
|
|
2663
|
+
className: "CustomSingleLabelClassificationAction",
|
|
2664
|
+
modelProperties: Object.assign({}, ActionCustom.type.modelProperties)
|
|
2553
2665
|
}
|
|
2554
2666
|
};
|
|
2555
|
-
export const
|
|
2667
|
+
export const CustomMultiLabelClassificationAction = {
|
|
2556
2668
|
type: {
|
|
2557
2669
|
name: "Composite",
|
|
2558
|
-
className: "
|
|
2559
|
-
modelProperties: Object.assign(
|
|
2670
|
+
className: "CustomMultiLabelClassificationAction",
|
|
2671
|
+
modelProperties: Object.assign({}, ActionCustom.type.modelProperties)
|
|
2560
2672
|
}
|
|
2561
2673
|
};
|
|
2562
|
-
export const
|
|
2674
|
+
export const CustomEntitiesResultDocumentsItem = {
|
|
2563
2675
|
type: {
|
|
2564
2676
|
name: "Composite",
|
|
2565
|
-
className: "
|
|
2566
|
-
modelProperties: Object.assign(
|
|
2677
|
+
className: "CustomEntitiesResultDocumentsItem",
|
|
2678
|
+
modelProperties: Object.assign({}, EntitiesDocumentResult.type.modelProperties)
|
|
2567
2679
|
}
|
|
2568
2680
|
};
|
|
2569
|
-
export const
|
|
2681
|
+
export const EntitiesResultDocumentsItem = {
|
|
2570
2682
|
type: {
|
|
2571
2683
|
name: "Composite",
|
|
2572
|
-
className: "
|
|
2573
|
-
modelProperties: Object.assign(
|
|
2684
|
+
className: "EntitiesResultDocumentsItem",
|
|
2685
|
+
modelProperties: Object.assign({}, EntitiesDocumentResult.type.modelProperties)
|
|
2574
2686
|
}
|
|
2575
2687
|
};
|
|
2576
|
-
export const
|
|
2688
|
+
export const CustomSingleLabelClassificationResultDocumentsItem = {
|
|
2577
2689
|
type: {
|
|
2578
2690
|
name: "Composite",
|
|
2579
|
-
className: "
|
|
2580
|
-
modelProperties: Object.assign(
|
|
2691
|
+
className: "CustomSingleLabelClassificationResultDocumentsItem",
|
|
2692
|
+
modelProperties: Object.assign({}, SingleClassificationDocumentResult.type.modelProperties)
|
|
2581
2693
|
}
|
|
2582
2694
|
};
|
|
2583
|
-
export const
|
|
2695
|
+
export const CustomMultiLabelClassificationResultDocumentsItem = {
|
|
2584
2696
|
type: {
|
|
2585
2697
|
name: "Composite",
|
|
2586
|
-
className: "
|
|
2587
|
-
modelProperties: Object.assign(
|
|
2698
|
+
className: "CustomMultiLabelClassificationResultDocumentsItem",
|
|
2699
|
+
modelProperties: Object.assign({}, MultiClassificationDocumentResult.type.modelProperties)
|
|
2588
2700
|
}
|
|
2589
2701
|
};
|
|
2590
|
-
export const
|
|
2702
|
+
export const HealthcareResultDocumentsItem = {
|
|
2591
2703
|
type: {
|
|
2592
2704
|
name: "Composite",
|
|
2593
|
-
className: "
|
|
2594
|
-
modelProperties: Object.assign(
|
|
2705
|
+
className: "HealthcareResultDocumentsItem",
|
|
2706
|
+
modelProperties: Object.assign({}, HealthcareEntitiesDocumentResult.type.modelProperties)
|
|
2595
2707
|
}
|
|
2596
2708
|
};
|
|
2597
|
-
export const
|
|
2709
|
+
export const SentimentResponseDocumentsItem = {
|
|
2598
2710
|
type: {
|
|
2599
2711
|
name: "Composite",
|
|
2600
|
-
className: "
|
|
2601
|
-
modelProperties: Object.assign(
|
|
2712
|
+
className: "SentimentResponseDocumentsItem",
|
|
2713
|
+
modelProperties: Object.assign({}, SentimentDocumentResult.type.modelProperties)
|
|
2602
2714
|
}
|
|
2603
2715
|
};
|
|
2604
|
-
export const
|
|
2716
|
+
export const EntityLinkingResultDocumentsItem = {
|
|
2605
2717
|
type: {
|
|
2606
2718
|
name: "Composite",
|
|
2607
|
-
className: "
|
|
2608
|
-
modelProperties: Object.assign(
|
|
2719
|
+
className: "EntityLinkingResultDocumentsItem",
|
|
2720
|
+
modelProperties: Object.assign({}, LinkedEntitiesDocumentResult.type.modelProperties)
|
|
2609
2721
|
}
|
|
2610
2722
|
};
|
|
2611
|
-
export const
|
|
2723
|
+
export const PiiResultDocumentsItem = {
|
|
2612
2724
|
type: {
|
|
2613
2725
|
name: "Composite",
|
|
2614
|
-
className: "
|
|
2615
|
-
modelProperties: Object.assign(
|
|
2726
|
+
className: "PiiResultDocumentsItem",
|
|
2727
|
+
modelProperties: Object.assign({}, PiiEntitiesDocumentResult.type.modelProperties)
|
|
2616
2728
|
}
|
|
2617
2729
|
};
|
|
2618
|
-
export const
|
|
2730
|
+
export const ExtractiveSummarizationResultDocumentsItem = {
|
|
2619
2731
|
type: {
|
|
2620
2732
|
name: "Composite",
|
|
2621
|
-
className: "
|
|
2622
|
-
modelProperties: Object.assign(
|
|
2733
|
+
className: "ExtractiveSummarizationResultDocumentsItem",
|
|
2734
|
+
modelProperties: Object.assign({}, ExtractedSummaryDocumentResult.type.modelProperties)
|
|
2623
2735
|
}
|
|
2624
2736
|
};
|
|
2625
|
-
export const
|
|
2737
|
+
export const KeyPhraseResultDocumentsItem = {
|
|
2626
2738
|
type: {
|
|
2627
2739
|
name: "Composite",
|
|
2628
|
-
className: "
|
|
2629
|
-
modelProperties: {
|
|
2630
|
-
operationLocation: {
|
|
2631
|
-
serializedName: "operation-location",
|
|
2632
|
-
type: {
|
|
2633
|
-
name: "String"
|
|
2634
|
-
}
|
|
2635
|
-
}
|
|
2636
|
-
}
|
|
2740
|
+
className: "KeyPhraseResultDocumentsItem",
|
|
2741
|
+
modelProperties: Object.assign({}, KeyPhrasesDocumentResult.type.modelProperties)
|
|
2637
2742
|
}
|
|
2638
2743
|
};
|
|
2639
|
-
export const
|
|
2744
|
+
export const AnalyzeTextSubmitJobHeaders = {
|
|
2640
2745
|
type: {
|
|
2641
2746
|
name: "Composite",
|
|
2642
|
-
className: "
|
|
2747
|
+
className: "AnalyzeTextSubmitJobHeaders",
|
|
2643
2748
|
modelProperties: {
|
|
2644
2749
|
operationLocation: {
|
|
2645
2750
|
serializedName: "operation-location",
|
|
@@ -2650,10 +2755,10 @@ export const GeneratedClientCancelHealthJobHeaders = {
|
|
|
2650
2755
|
}
|
|
2651
2756
|
}
|
|
2652
2757
|
};
|
|
2653
|
-
export const
|
|
2758
|
+
export const AnalyzeTextCancelJobHeaders = {
|
|
2654
2759
|
type: {
|
|
2655
2760
|
name: "Composite",
|
|
2656
|
-
className: "
|
|
2761
|
+
className: "AnalyzeTextCancelJobHeaders",
|
|
2657
2762
|
modelProperties: {
|
|
2658
2763
|
operationLocation: {
|
|
2659
2764
|
serializedName: "operation-location",
|
|
@@ -2664,4 +2769,42 @@ export const GeneratedClientHealthHeaders = {
|
|
|
2664
2769
|
}
|
|
2665
2770
|
}
|
|
2666
2771
|
};
|
|
2772
|
+
export let discriminators = {
|
|
2773
|
+
AnalyzeAction: AnalyzeAction,
|
|
2774
|
+
AnalyzeTextTaskResult: AnalyzeTextTaskResult,
|
|
2775
|
+
"AnalyzeAction.EntityLinking": AnalyzeTextEntityLinkingInput,
|
|
2776
|
+
"AnalyzeAction.EntityRecognition": AnalyzeTextEntityRecognitionInput,
|
|
2777
|
+
"AnalyzeAction.KeyPhraseExtraction": AnalyzeTextKeyPhraseExtractionInput,
|
|
2778
|
+
"AnalyzeAction.PiiEntityRecognition": AnalyzeTextPiiEntitiesRecognitionInput,
|
|
2779
|
+
"AnalyzeAction.LanguageDetection": AnalyzeTextLanguageDetectionInput,
|
|
2780
|
+
"AnalyzeAction.SentimentAnalysis": AnalyzeTextSentimentAnalysisInput,
|
|
2781
|
+
"AnalyzeTextTaskResult.SentimentAnalysisResults": SentimentTaskResult,
|
|
2782
|
+
"AnalyzeTextTaskResult.EntityRecognitionResults": EntitiesTaskResult,
|
|
2783
|
+
"AnalyzeTextTaskResult.EntityLinkingResults": EntityLinkingTaskResult,
|
|
2784
|
+
"AnalyzeTextTaskResult.PiiEntityRecognitionResults": PiiTaskResult,
|
|
2785
|
+
"AnalyzeTextTaskResult.KeyPhraseExtractionResults": KeyPhraseTaskResult,
|
|
2786
|
+
"AnalyzeTextTaskResult.LanguageDetectionResults": LanguageDetectionTaskResult,
|
|
2787
|
+
"BatchActionState.AnalyzeBatchAction": AnalyzeBatchAction,
|
|
2788
|
+
"TaskState.AnalyzeTextLROResult": AnalyzeTextLROResult,
|
|
2789
|
+
"BatchActionState.CustomEntityRecognition": CustomEntitiesLROTask,
|
|
2790
|
+
"BatchActionState.CustomSingleLabelClassification": CustomSingleLabelClassificationLROTask,
|
|
2791
|
+
"BatchActionState.CustomMultiLabelClassification": CustomMultiLabelClassificationLROTask,
|
|
2792
|
+
"BatchActionState.Healthcare": HealthcareLROTask,
|
|
2793
|
+
"BatchActionState.SentimentAnalysis": SentimentAnalysisLROTask,
|
|
2794
|
+
"BatchActionState.EntityRecognition": EntitiesLROTask,
|
|
2795
|
+
"BatchActionState.EntityLinking": EntityLinkingLROTask,
|
|
2796
|
+
"BatchActionState.PiiEntityRecognition": PiiLROTask,
|
|
2797
|
+
"BatchActionState.ExtractiveSummarization": ExtractiveSummarizationLROTask,
|
|
2798
|
+
"BatchActionState.KeyPhraseExtraction": KeyPhraseLROTask,
|
|
2799
|
+
"TaskState.EntityRecognitionLROResults": EntityRecognitionLROResult,
|
|
2800
|
+
"TaskState.CustomEntityRecognitionLROResults": CustomEntityRecognitionLROResult,
|
|
2801
|
+
"TaskState.CustomSingleLabelClassificationLROResults": CustomSingleLabelClassificationLROResult,
|
|
2802
|
+
"TaskState.CustomMultiLabelClassificationLROResults": CustomMultiLabelClassificationLROResult,
|
|
2803
|
+
"TaskState.EntityLinkingLROResults": EntityLinkingLROResult,
|
|
2804
|
+
"TaskState.PiiEntityRecognitionLROResults": PiiEntityRecognitionLROResult,
|
|
2805
|
+
"TaskState.ExtractiveSummarizationLROResults": ExtractiveSummarizationLROResult,
|
|
2806
|
+
"TaskState.HealthcareLROResults": HealthcareLROResult,
|
|
2807
|
+
"TaskState.SentimentAnalysisLROResults": SentimentLROResult,
|
|
2808
|
+
"TaskState.KeyPhraseExtractionLROResults": KeyPhraseExtractionLROResult
|
|
2809
|
+
};
|
|
2667
2810
|
//# sourceMappingURL=mappers.js.map
|