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