You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/documentai_v1.projects.locations.processors.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,14 @@ <h3>Method Details</h3>
150
150
"gcsPrefix": { # Specifies all documents on Cloud Storage with a common prefix. # The set of documents that match the specified Cloud Storage `gcs_prefix`.
151
151
"gcsUriPrefix": "A String", # The URI prefix.
152
152
},
153
+
"rawDocuments": { # Specifies a set of raw documents. # The set of documents specified inline.
154
+
"documents": [ # Specifies raw document content and mime type.
155
+
{ # Payload message of raw document content (bytes).
Copy file name to clipboardExpand all lines: docs/dyn/documentai_v1.projects.locations.processors.processorVersions.html
+35-3Lines changed: 35 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,14 @@ <h3>Method Details</h3>
145
145
"gcsPrefix": { # Specifies all documents on Cloud Storage with a common prefix. # The set of documents that match the specified Cloud Storage `gcs_prefix`.
146
146
"gcsUriPrefix": "A String", # The URI prefix.
147
147
},
148
+
"rawDocuments": { # Specifies a set of raw documents. # The set of documents specified inline.
149
+
"documents": [ # Specifies raw document content and mime type.
150
+
{ # Payload message of raw document content (bytes).
"mimeType": "A String", # An IANA MIME type (RFC6838) indicating the nature and format of the content.
153
+
},
154
+
],
155
+
},
148
156
},
149
157
"processOptions": { # Options for Process API # Inference-time options for the process API
150
158
"ocrConfig": { # Config for Document OCR. # Only applicable to `OCR_PROCESSOR`. Returns error if set on other processor types.
@@ -297,6 +305,14 @@ <h3>Method Details</h3>
297
305
"gcsPrefix": { # Specifies all documents on Cloud Storage with a common prefix. # The set of documents that match the specified Cloud Storage `gcs_prefix`.
298
306
"gcsUriPrefix": "A String", # The URI prefix.
299
307
},
308
+
"rawDocuments": { # Specifies a set of raw documents. # The set of documents specified inline.
309
+
"documents": [ # Specifies raw document content and mime type.
310
+
{ # Payload message of raw document content (bytes).
"mimeType": "A String", # An IANA MIME type (RFC6838) indicating the nature and format of the content.
313
+
},
314
+
],
315
+
},
300
316
},
301
317
}
302
318
@@ -381,7 +397,7 @@ <h3>Method Details</h3>
381
397
"skipNamingValidation": True or False, # If set, we will skip the naming format validation in the schema. So the string values in `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be checked.
382
398
},
383
399
},
384
-
"googleManaged": True or False, # Denotes that this `ProcessorVersion` is managed by Google.
400
+
"googleManaged": True or False, # Output only. Denotes that this `ProcessorVersion` is managed by Google.
385
401
"kmsKeyName": "A String", # The KMS key name used for encryption.
386
402
"kmsKeyVersionName": "A String", # The KMS key version with which data is encrypted.
387
403
"latestEvaluation": { # Gives a short summary of an evaluation, and links to the evaluation itself. # The most recently invoked evaluation for the processor version.
@@ -476,7 +492,7 @@ <h3>Method Details</h3>
476
492
"skipNamingValidation": True or False, # If set, we will skip the naming format validation in the schema. So the string values in `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be checked.
477
493
},
478
494
},
479
-
"googleManaged": True or False, # Denotes that this `ProcessorVersion` is managed by Google.
495
+
"googleManaged": True or False, # Output only. Denotes that this `ProcessorVersion` is managed by Google.
480
496
"kmsKeyName": "A String", # The KMS key name used for encryption.
481
497
"kmsKeyVersionName": "A String", # The KMS key version with which data is encrypted.
482
498
"latestEvaluation": { # Gives a short summary of an evaluation, and links to the evaluation itself. # The most recently invoked evaluation for the processor version.
@@ -2335,6 +2351,14 @@ <h3>Method Details</h3>
2335
2351
"gcsPrefix": { # Specifies all documents on Cloud Storage with a common prefix. # The set of documents that match the specified Cloud Storage `gcs_prefix`.
2336
2352
"gcsUriPrefix": "A String", # The URI prefix.
2337
2353
},
2354
+
"rawDocuments": { # Specifies a set of raw documents. # The set of documents specified inline.
2355
+
"documents": [ # Specifies raw document content and mime type.
2356
+
{ # Payload message of raw document content (bytes).
"mimeType": "A String", # An IANA MIME type (RFC6838) indicating the nature and format of the content.
2359
+
},
2360
+
],
2361
+
},
2338
2362
},
2339
2363
"trainingDocuments": { # The common config to specify a set of documents used as input. # The documents used for training the new version.
2340
2364
"gcsDocuments": { # Specifies a set of documents on Cloud Storage. # The set of documents individually specified on Cloud Storage.
@@ -2348,6 +2372,14 @@ <h3>Method Details</h3>
2348
2372
"gcsPrefix": { # Specifies all documents on Cloud Storage with a common prefix. # The set of documents that match the specified Cloud Storage `gcs_prefix`.
2349
2373
"gcsUriPrefix": "A String", # The URI prefix.
2350
2374
},
2375
+
"rawDocuments": { # Specifies a set of raw documents. # The set of documents specified inline.
2376
+
"documents": [ # Specifies raw document content and mime type.
2377
+
{ # Payload message of raw document content (bytes).
"mimeType": "A String", # An IANA MIME type (RFC6838) indicating the nature and format of the content.
2380
+
},
2381
+
],
2382
+
},
2351
2383
},
2352
2384
},
2353
2385
"processorVersion": { # A processor version is an implementation of a processor. Each processor can have multiple versions, pretrained by Google internally or uptrained by the customer. A processor can only have one default version at a time. Its document-processing behavior is defined by that version. # Required. The processor version to be created.
@@ -2388,7 +2420,7 @@ <h3>Method Details</h3>
2388
2420
"skipNamingValidation": True or False, # If set, we will skip the naming format validation in the schema. So the string values in `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be checked.
2389
2421
},
2390
2422
},
2391
-
"googleManaged": True or False, # Denotes that this `ProcessorVersion` is managed by Google.
2423
+
"googleManaged": True or False, # Output only. Denotes that this `ProcessorVersion` is managed by Google.
2392
2424
"kmsKeyName": "A String", # The KMS key name used for encryption.
2393
2425
"kmsKeyVersionName": "A String", # The KMS key version with which data is encrypted.
2394
2426
"latestEvaluation": { # Gives a short summary of an evaluation, and links to the evaluation itself. # The most recently invoked evaluation for the processor version.
Copy file name to clipboardExpand all lines: docs/dyn/documentai_v1beta3.projects.locations.processors.dataset.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1122,6 +1122,14 @@ <h3>Method Details</h3>
1122
1122
"gcsPrefix": { # Specifies all documents on Cloud Storage with a common prefix. # The set of documents that match the specified Cloud Storage `gcs_prefix`.
1123
1123
"gcsUriPrefix": "A String", # The URI prefix.
1124
1124
},
1125
+
"rawDocuments": { # Specifies a set of raw documents. # The set of documents specified inline.
1126
+
"documents": [ # Specifies raw document content and mime type.
1127
+
{ # Payload message of raw document content (bytes).
Copy file name to clipboardExpand all lines: docs/dyn/documentai_v1beta3.projects.locations.processors.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,14 @@ <h3>Method Details</h3>
164
164
"gcsPrefix": { # Specifies all documents on Cloud Storage with a common prefix. # The set of documents that match the specified Cloud Storage `gcs_prefix`.
165
165
"gcsUriPrefix": "A String", # The URI prefix.
166
166
},
167
+
"rawDocuments": { # Specifies a set of raw documents. # The set of documents specified inline.
168
+
"documents": [ # Specifies raw document content and mime type.
169
+
{ # Payload message of raw document content (bytes).
Copy file name to clipboardExpand all lines: docs/dyn/documentai_v1beta3.projects.locations.processors.processorVersions.html
+35-3Lines changed: 35 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,14 @@ <h3>Method Details</h3>
154
154
"gcsPrefix": { # Specifies all documents on Cloud Storage with a common prefix. # The set of documents that match the specified Cloud Storage `gcs_prefix`.
155
155
"gcsUriPrefix": "A String", # The URI prefix.
156
156
},
157
+
"rawDocuments": { # Specifies a set of raw documents. # The set of documents specified inline.
158
+
"documents": [ # Specifies raw document content and mime type.
159
+
{ # Payload message of raw document content (bytes).
"mimeType": "A String", # An IANA MIME type (RFC6838) indicating the nature and format of the content.
162
+
},
163
+
],
164
+
},
157
165
},
158
166
"outputConfig": { # The output configuration in the BatchProcessDocuments method. # The overall output config for batch process.
159
167
"gcsDestination": "A String", # The output Cloud Storage directory to put the processed documents.
@@ -309,6 +317,14 @@ <h3>Method Details</h3>
309
317
"gcsPrefix": { # Specifies all documents on Cloud Storage with a common prefix. # The set of documents that match the specified Cloud Storage `gcs_prefix`.
310
318
"gcsUriPrefix": "A String", # The URI prefix.
311
319
},
320
+
"rawDocuments": { # Specifies a set of raw documents. # The set of documents specified inline.
321
+
"documents": [ # Specifies raw document content and mime type.
322
+
{ # Payload message of raw document content (bytes).
"mimeType": "A String", # An IANA MIME type (RFC6838) indicating the nature and format of the content.
325
+
},
326
+
],
327
+
},
312
328
},
313
329
}
314
330
@@ -399,7 +415,7 @@ <h3>Method Details</h3>
399
415
"skipNamingValidation": True or False, # If set, we will skip the naming format validation in the schema. So the string values in `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be checked.
400
416
},
401
417
},
402
-
"googleManaged": True or False, # Denotes that this `ProcessorVersion` is managed by Google.
418
+
"googleManaged": True or False, # Output only. Denotes that this `ProcessorVersion` is managed by Google.
403
419
"kmsKeyName": "A String", # The KMS key name used for encryption.
404
420
"kmsKeyVersionName": "A String", # The KMS key version with which data is encrypted.
405
421
"latestEvaluation": { # Gives a short summary of an evaluation, and links to the evaluation itself. # The most recently invoked evaluation for the processor version.
@@ -542,7 +558,7 @@ <h3>Method Details</h3>
542
558
"skipNamingValidation": True or False, # If set, we will skip the naming format validation in the schema. So the string values in `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be checked.
543
559
},
544
560
},
545
-
"googleManaged": True or False, # Denotes that this `ProcessorVersion` is managed by Google.
561
+
"googleManaged": True or False, # Output only. Denotes that this `ProcessorVersion` is managed by Google.
546
562
"kmsKeyName": "A String", # The KMS key name used for encryption.
547
563
"kmsKeyVersionName": "A String", # The KMS key version with which data is encrypted.
548
564
"latestEvaluation": { # Gives a short summary of an evaluation, and links to the evaluation itself. # The most recently invoked evaluation for the processor version.
@@ -3254,6 +3270,14 @@ <h3>Method Details</h3>
3254
3270
"gcsPrefix": { # Specifies all documents on Cloud Storage with a common prefix. # The set of documents that match the specified Cloud Storage `gcs_prefix`.
3255
3271
"gcsUriPrefix": "A String", # The URI prefix.
3256
3272
},
3273
+
"rawDocuments": { # Specifies a set of raw documents. # The set of documents specified inline.
3274
+
"documents": [ # Specifies raw document content and mime type.
3275
+
{ # Payload message of raw document content (bytes).
"mimeType": "A String", # An IANA MIME type (RFC6838) indicating the nature and format of the content.
3278
+
},
3279
+
],
3280
+
},
3257
3281
},
3258
3282
"trainingDocuments": { # The common config to specify a set of documents used as input. # The documents used for training the new version.
3259
3283
"gcsDocuments": { # Specifies a set of documents on Cloud Storage. # The set of documents individually specified on Cloud Storage.
@@ -3267,6 +3291,14 @@ <h3>Method Details</h3>
3267
3291
"gcsPrefix": { # Specifies all documents on Cloud Storage with a common prefix. # The set of documents that match the specified Cloud Storage `gcs_prefix`.
3268
3292
"gcsUriPrefix": "A String", # The URI prefix.
3269
3293
},
3294
+
"rawDocuments": { # Specifies a set of raw documents. # The set of documents specified inline.
3295
+
"documents": [ # Specifies raw document content and mime type.
3296
+
{ # Payload message of raw document content (bytes).
"mimeType": "A String", # An IANA MIME type (RFC6838) indicating the nature and format of the content.
3299
+
},
3300
+
],
3301
+
},
3270
3302
},
3271
3303
},
3272
3304
"processorVersion": { # A processor version is an implementation of a processor. Each processor can have multiple versions, pretrained by Google internally or uptrained by the customer. A processor can only have one default version at a time. Its document-processing behavior is defined by that version. # Required. The processor version to be created.
@@ -3313,7 +3345,7 @@ <h3>Method Details</h3>
3313
3345
"skipNamingValidation": True or False, # If set, we will skip the naming format validation in the schema. So the string values in `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be checked.
3314
3346
},
3315
3347
},
3316
-
"googleManaged": True or False, # Denotes that this `ProcessorVersion` is managed by Google.
3348
+
"googleManaged": True or False, # Output only. Denotes that this `ProcessorVersion` is managed by Google.
3317
3349
"kmsKeyName": "A String", # The KMS key name used for encryption.
3318
3350
"kmsKeyVersionName": "A String", # The KMS key version with which data is encrypted.
3319
3351
"latestEvaluation": { # Gives a short summary of an evaluation, and links to the evaluation itself. # The most recently invoked evaluation for the processor version.
0 commit comments