Skip to content

Commit e124178

Browse files
author
VSC-Service-Account
committed
1 parent 133a89b commit e124178

File tree

35,231 files changed

+158784
-62563
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

35,231 files changed

+158784
-62563
lines changed

docs-ref-autogen/adal/adal.authentication_context.AuthenticationContext.yml

+5
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ methods:
7979
client secret of the calling application. This parameter if not set,
8080
8181
defaults to None'
82+
isRequired: true
8283
defaultValue: None
8384
types:
8485
- <xref:str>
@@ -90,6 +91,7 @@ methods:
9091
code grant request.(usually used by public clients) This parameter if not set,
9192
9293
defaults to None'
94+
isRequired: true
9395
defaultValue: None
9496
types:
9597
- <xref:str>
@@ -132,6 +134,7 @@ methods:
132134
must match the
133135
134136
certificate private key parameter.'
137+
isRequired: true
135138
defaultValue: None
136139
return:
137140
description: dict with several keys, include "accessToken".
@@ -216,6 +219,7 @@ methods:
216219
description: '(optional)The OAuth client secret of the
217220
218221
calling application.'
222+
isRequired: true
219223
defaultValue: None
220224
types:
221225
- <xref:str>
@@ -281,6 +285,7 @@ methods:
281285
description: 'The language code specifying how the message
282286
283287
should be localized to.'
288+
isRequired: true
284289
defaultValue: None
285290
types:
286291
- <xref:str>

docs-ref-autogen/azure-ai-formrecognizer/azure.ai.formrecognizer.FormRecognizerClient.yml

+2-19
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ constructor:
2020
description: 'Supported Cognitive Services endpoints (protocol and hostname,
2121
2222
for example: [https://westus2.api.cognitive.microsoft.com](https://westus2.api.cognitive.microsoft.com)).'
23+
isRequired: true
2324
types:
2425
- <xref:str>
2526
- name: credential
@@ -28,6 +29,7 @@ constructor:
2829
This is an instance of AzureKeyCredential if using an API key or a token
2930
3031
credential from <xref:azure.identity>.'
32+
isRequired: true
3133
types:
3234
- <xref:azure.core.credentials.AzureKeyCredential>
3335
- <xref:azure.core.credentials.TokenCredential>
@@ -83,20 +85,17 @@ methods:
8385
auto-detected, but can be overridden by passing this keyword argument. For options,
8486
8587
see <xref:azure.ai.formrecognizer.FormContentType>.'
86-
isRequired: true
8788
types:
8889
- <xref:str>
8990
- <xref:azure.ai.formrecognizer.FormContentType>
9091
- name: polling_interval
9192
description: 'Waiting time between two polls for LRO operations
9293
9394
if no Retry-After header is present. Defaults to 5 seconds.'
94-
isRequired: true
9595
types:
9696
- <xref:int>
9797
- name: continuation_token
9898
description: A continuation token to restart a poller from a saved state.
99-
isRequired: true
10099
types:
101100
- <xref:str>
102101
return:
@@ -150,12 +149,10 @@ methods:
150149
description: 'Waiting time between two polls for LRO operations
151150
152151
if no Retry-After header is present. Defaults to 5 seconds.'
153-
isRequired: true
154152
types:
155153
- <xref:int>
156154
- name: continuation_token
157155
description: A continuation token to restart a poller from a saved state.
158-
isRequired: true
159156
types:
160157
- <xref:str>
161158
return:
@@ -194,7 +191,6 @@ methods:
194191
- name: include_field_elements
195192
description: Whether or not to include field elements such as lines and words
196193
in addition to form fields.
197-
isRequired: true
198194
types:
199195
- <xref:bool>
200196
- name: content_type
@@ -203,20 +199,17 @@ methods:
203199
auto-detected, but can be overridden by passing this keyword argument. For options,
204200
205201
see <xref:azure.ai.formrecognizer.FormContentType>.'
206-
isRequired: true
207202
types:
208203
- <xref:str>
209204
- <xref:azure.ai.formrecognizer.FormContentType>
210205
- name: polling_interval
211206
description: 'Waiting time between two polls for LRO operations
212207
213208
if no Retry-After header is present. Defaults to 5 seconds.'
214-
isRequired: true
215209
types:
216210
- <xref:int>
217211
- name: continuation_token
218212
description: A continuation token to restart a poller from a saved state.
219-
isRequired: true
220213
types:
221214
- <xref:str>
222215
return:
@@ -285,19 +278,16 @@ methods:
285278
- name: include_field_elements
286279
description: Whether or not to include field elements such as lines and words
287280
in addition to form fields.
288-
isRequired: true
289281
types:
290282
- <xref:bool>
291283
- name: polling_interval
292284
description: 'Waiting time between two polls for LRO operations
293285
294286
if no Retry-After header is present. Defaults to 5 seconds.'
295-
isRequired: true
296287
types:
297288
- <xref:int>
298289
- name: continuation_token
299290
description: A continuation token to restart a poller from a saved state.
300-
isRequired: true
301291
types:
302292
- <xref:str>
303293
return:
@@ -334,7 +324,6 @@ methods:
334324
- name: include_field_elements
335325
description: Whether or not to include field elements such as lines and words
336326
in addition to form fields.
337-
isRequired: true
338327
types:
339328
- <xref:bool>
340329
- name: content_type
@@ -343,20 +332,17 @@ methods:
343332
auto-detected, but can be overridden by passing this keyword argument. For options,
344333
345334
see <xref:azure.ai.formrecognizer.FormContentType>.'
346-
isRequired: true
347335
types:
348336
- <xref:str>
349337
- <xref:azure.ai.formrecognizer.FormContentType>
350338
- name: polling_interval
351339
description: 'Waiting time between two polls for LRO operations
352340
353341
if no Retry-After header is present. Defaults to 5 seconds.'
354-
isRequired: true
355342
types:
356343
- <xref:int>
357344
- name: continuation_token
358345
description: A continuation token to restart a poller from a saved state.
359-
isRequired: true
360346
types:
361347
- <xref:str>
362348
return:
@@ -435,19 +421,16 @@ methods:
435421
- name: include_field_elements
436422
description: Whether or not to include field elements such as lines and words
437423
in addition to form fields.
438-
isRequired: true
439424
types:
440425
- <xref:bool>
441426
- name: polling_interval
442427
description: 'Waiting time between two polls for LRO operations
443428
444429
if no Retry-After header is present. Defaults to 5 seconds.'
445-
isRequired: true
446430
types:
447431
- <xref:int>
448432
- name: continuation_token
449433
description: A continuation token to restart a poller from a saved state.
450-
isRequired: true
451434
types:
452435
- <xref:str>
453436
return:

docs-ref-autogen/azure-ai-formrecognizer/azure.ai.formrecognizer.FormTrainingClient.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ constructor:
1919
description: 'Supported Cognitive Services endpoints (protocol and hostname,
2020
2121
for example: [https://westus2.api.cognitive.microsoft.com](https://westus2.api.cognitive.microsoft.com)).'
22+
isRequired: true
2223
types:
2324
- <xref:str>
2425
- name: credential
@@ -27,6 +28,7 @@ constructor:
2728
This is an instance of AzureKeyCredential if using an API key or a token
2829
2930
credential from <xref:azure.identity>.'
31+
isRequired: true
3032
types:
3133
- <xref:azure.core.credentials.AzureKeyCredential>
3234
- <xref:azure.core.credentials.TokenCredential>
@@ -92,12 +94,10 @@ methods:
9294
description: 'Default waiting time between two polls for LRO operations if
9395
9496
no Retry-After header is present.'
95-
isRequired: true
9697
types:
9798
- <xref:int>
9899
- name: continuation_token
99100
description: A continuation token to restart a poller from a saved state.
100-
isRequired: true
101101
types:
102102
- <xref:str>
103103
return:
@@ -164,7 +164,6 @@ methods:
164164
restrict sub
165165
166166
folders for training.'
167-
isRequired: true
168167
types:
169168
- <xref:str>
170169
- name: include_subfolders
@@ -174,19 +173,16 @@ methods:
174173
Not supported if
175174
176175
training with labels.'
177-
isRequired: true
178176
types:
179177
- <xref:bool>
180178
- name: polling_interval
181179
description: 'Waiting time between two polls for LRO operations
182180
183181
if no Retry-After header is present. Defaults to 5 seconds.'
184-
isRequired: true
185182
types:
186183
- <xref:int>
187184
- name: continuation_token
188185
description: A continuation token to restart a poller from a saved state.
189-
isRequired: true
190186
types:
191187
- <xref:str>
192188
return:

docs-ref-autogen/azure-ai-formrecognizer/azure.ai.formrecognizer.aio.FormRecognizerClient.yml

+2-19
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ constructor:
1919
description: 'Supported Cognitive Services endpoints (protocol and hostname,
2020
2121
for example: [https://westus2.api.cognitive.microsoft.com](https://westus2.api.cognitive.microsoft.com)).'
22+
isRequired: true
2223
types:
2324
- <xref:str>
2425
- name: credential
@@ -27,6 +28,7 @@ constructor:
2728
This is an instance of AzureKeyCredential if using an API key or a token
2829
2930
credential from <xref:azure.identity>.'
31+
isRequired: true
3032
types:
3133
- <xref:azure.core.credentials.AzureKeyCredential>
3234
- <xref:azure.core.credentials_async.AsyncTokenCredential>
@@ -84,20 +86,17 @@ methods:
8486
auto-detected, but can be overridden by passing this keyword argument. For options,
8587
8688
see <xref:azure.ai.formrecognizer.FormContentType>.'
87-
isRequired: true
8889
types:
8990
- <xref:str>
9091
- <xref:azure.ai.formrecognizer.FormContentType>
9192
- name: polling_interval
9293
description: 'Waiting time between two polls for LRO operations
9394
9495
if no Retry-After header is present. Defaults to 5 seconds.'
95-
isRequired: true
9696
types:
9797
- <xref:int>
9898
- name: continuation_token
9999
description: A continuation token to restart a poller from a saved state.
100-
isRequired: true
101100
types:
102101
- <xref:str>
103102
return:
@@ -153,12 +152,10 @@ methods:
153152
description: 'Waiting time between two polls for LRO operations
154153
155154
if no Retry-After header is present. Defaults to 5 seconds.'
156-
isRequired: true
157155
types:
158156
- <xref:int>
159157
- name: continuation_token
160158
description: A continuation token to restart a poller from a saved state.
161-
isRequired: true
162159
types:
163160
- <xref:str>
164161
return:
@@ -198,7 +195,6 @@ methods:
198195
- name: include_field_elements
199196
description: Whether or not to include field elements such as lines and words
200197
in addition to form fields.
201-
isRequired: true
202198
types:
203199
- <xref:bool>
204200
- name: content_type
@@ -207,20 +203,17 @@ methods:
207203
auto-detected, but can be overridden by passing this keyword argument. For options,
208204
209205
see <xref:azure.ai.formrecognizer.FormContentType>.'
210-
isRequired: true
211206
types:
212207
- <xref:str>
213208
- <xref:azure.ai.formrecognizer.FormContentType>
214209
- name: polling_interval
215210
description: 'Waiting time between two polls for LRO operations
216211
217212
if no Retry-After header is present. Defaults to 5 seconds.'
218-
isRequired: true
219213
types:
220214
- <xref:int>
221215
- name: continuation_token
222216
description: A continuation token to restart a poller from a saved state.
223-
isRequired: true
224217
types:
225218
- <xref:str>
226219
return:
@@ -291,19 +284,16 @@ methods:
291284
- name: include_field_elements
292285
description: Whether or not to include field elements such as lines and words
293286
in addition to form fields.
294-
isRequired: true
295287
types:
296288
- <xref:bool>
297289
- name: polling_interval
298290
description: 'Waiting time between two polls for LRO operations
299291
300292
if no Retry-After header is present. Defaults to 5 seconds.'
301-
isRequired: true
302293
types:
303294
- <xref:int>
304295
- name: continuation_token
305296
description: A continuation token to restart a poller from a saved state.
306-
isRequired: true
307297
types:
308298
- <xref:str>
309299
return:
@@ -341,7 +331,6 @@ methods:
341331
- name: include_field_elements
342332
description: Whether or not to include field elements such as lines and words
343333
in addition to form fields.
344-
isRequired: true
345334
types:
346335
- <xref:bool>
347336
- name: content_type
@@ -350,20 +339,17 @@ methods:
350339
auto-detected, but can be overridden by passing this keyword argument. For options,
351340
352341
see <xref:azure.ai.formrecognizer.FormContentType>.'
353-
isRequired: true
354342
types:
355343
- <xref:str>
356344
- <xref:azure.ai.formrecognizer.FormContentType>
357345
- name: polling_interval
358346
description: 'Waiting time between two polls for LRO operations
359347
360348
if no Retry-After header is present. Defaults to 5 seconds.'
361-
isRequired: true
362349
types:
363350
- <xref:int>
364351
- name: continuation_token
365352
description: A continuation token to restart a poller from a saved state.
366-
isRequired: true
367353
types:
368354
- <xref:str>
369355
return:
@@ -446,19 +432,16 @@ methods:
446432
- name: include_field_elements
447433
description: Whether or not to include field elements such as lines and words
448434
in addition to form fields.
449-
isRequired: true
450435
types:
451436
- <xref:bool>
452437
- name: polling_interval
453438
description: 'Waiting time between two polls for LRO operations
454439
455440
if no Retry-After header is present. Defaults to 5 seconds.'
456-
isRequired: true
457441
types:
458442
- <xref:int>
459443
- name: continuation_token
460444
description: A continuation token to restart a poller from a saved state.
461-
isRequired: true
462445
types:
463446
- <xref:str>
464447
return:

0 commit comments

Comments
 (0)