|
601 | 601 | }
|
602 | 602 | }
|
603 | 603 | },
|
604 |
| - "revision": "20210520", |
| 604 | + "revision": "20210527", |
605 | 605 | "rootUrl": "https://documentai.googleapis.com/",
|
606 | 606 | "schemas": {
|
607 | 607 | "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata": {
|
|
3558 | 3558 | },
|
3559 | 3559 | "type": "object"
|
3560 | 3560 | },
|
| 3561 | + "GoogleCloudDocumentaiV1beta3DeleteProcessorMetadata": { |
| 3562 | + "description": "The long running operation metadata for delete processor method.", |
| 3563 | + "id": "GoogleCloudDocumentaiV1beta3DeleteProcessorMetadata", |
| 3564 | + "properties": { |
| 3565 | + "commonMetadata": { |
| 3566 | + "$ref": "GoogleCloudDocumentaiV1beta3CommonOperationMetadata", |
| 3567 | + "description": "The basic metadata of the long running operation." |
| 3568 | + } |
| 3569 | + }, |
| 3570 | + "type": "object" |
| 3571 | + }, |
| 3572 | + "GoogleCloudDocumentaiV1beta3DisableProcessorMetadata": { |
| 3573 | + "description": "The long running operation metadata for disable processor method.", |
| 3574 | + "id": "GoogleCloudDocumentaiV1beta3DisableProcessorMetadata", |
| 3575 | + "properties": { |
| 3576 | + "commonMetadata": { |
| 3577 | + "$ref": "GoogleCloudDocumentaiV1beta3CommonOperationMetadata", |
| 3578 | + "description": "The basic metadata of the long running operation." |
| 3579 | + } |
| 3580 | + }, |
| 3581 | + "type": "object" |
| 3582 | + }, |
3561 | 3583 | "GoogleCloudDocumentaiV1beta3DisableProcessorRequest": {
|
3562 | 3584 | "description": "Request message for the disable processor method.",
|
3563 | 3585 | "id": "GoogleCloudDocumentaiV1beta3DisableProcessorRequest",
|
3564 | 3586 | "properties": {},
|
3565 | 3587 | "type": "object"
|
3566 | 3588 | },
|
| 3589 | + "GoogleCloudDocumentaiV1beta3DisableProcessorResponse": { |
| 3590 | + "description": "Response message for the disable processor method. Intentionally empty proto for adding fields in future.", |
| 3591 | + "id": "GoogleCloudDocumentaiV1beta3DisableProcessorResponse", |
| 3592 | + "properties": {}, |
| 3593 | + "type": "object" |
| 3594 | + }, |
3567 | 3595 | "GoogleCloudDocumentaiV1beta3Document": {
|
3568 | 3596 | "description": "Document represents the canonical document resource in Document Understanding AI. It is an interchange format that provides insights into documents and allows for collaboration between users and Document Understanding AI to iterate and optimize for quality.",
|
3569 | 3597 | "id": "GoogleCloudDocumentaiV1beta3Document",
|
|
4536 | 4564 | },
|
4537 | 4565 | "type": "object"
|
4538 | 4566 | },
|
| 4567 | + "GoogleCloudDocumentaiV1beta3EnableProcessorMetadata": { |
| 4568 | + "description": "The long running operation metadata for enable processor method.", |
| 4569 | + "id": "GoogleCloudDocumentaiV1beta3EnableProcessorMetadata", |
| 4570 | + "properties": { |
| 4571 | + "commonMetadata": { |
| 4572 | + "$ref": "GoogleCloudDocumentaiV1beta3CommonOperationMetadata", |
| 4573 | + "description": "The basic metadata of the long running operation." |
| 4574 | + } |
| 4575 | + }, |
| 4576 | + "type": "object" |
| 4577 | + }, |
4539 | 4578 | "GoogleCloudDocumentaiV1beta3EnableProcessorRequest": {
|
4540 | 4579 | "description": "Request message for the enable processor method.",
|
4541 | 4580 | "id": "GoogleCloudDocumentaiV1beta3EnableProcessorRequest",
|
4542 | 4581 | "properties": {},
|
4543 | 4582 | "type": "object"
|
4544 | 4583 | },
|
| 4584 | + "GoogleCloudDocumentaiV1beta3EnableProcessorResponse": { |
| 4585 | + "description": "Response message for the enable processor method. Intentionally empty proto for adding fields in future.", |
| 4586 | + "id": "GoogleCloudDocumentaiV1beta3EnableProcessorResponse", |
| 4587 | + "properties": {}, |
| 4588 | + "type": "object" |
| 4589 | + }, |
4545 | 4590 | "GoogleCloudDocumentaiV1beta3FetchProcessorTypesResponse": {
|
4546 | 4591 | "description": "Response message for fetch processor types.",
|
4547 | 4592 | "id": "GoogleCloudDocumentaiV1beta3FetchProcessorTypesResponse",
|
|
4876 | 4921 | "type": "object"
|
4877 | 4922 | },
|
4878 | 4923 | "GoogleCloudDocumentaiV1beta3ReviewDocumentRequest": {
|
4879 |
| - "description": "Request message for review document method.", |
| 4924 | + "description": "Request message for review document method. Next Id: 5.", |
4880 | 4925 | "id": "GoogleCloudDocumentaiV1beta3ReviewDocumentRequest",
|
4881 | 4926 | "properties": {
|
4882 | 4927 | "document": {
|
4883 | 4928 | "$ref": "GoogleCloudDocumentaiV1beta3Document",
|
4884 | 4929 | "description": "The document that needs human review."
|
4885 | 4930 | },
|
| 4931 | + "enableSchemaValidation": { |
| 4932 | + "description": "Whether the validation should be performed on the ad-hoc review request.", |
| 4933 | + "type": "boolean" |
| 4934 | + }, |
4886 | 4935 | "inlineDocument": {
|
4887 | 4936 | "$ref": "GoogleCloudDocumentaiV1beta3Document",
|
4888 | 4937 | "description": "An inline document proto."
|
|
0 commit comments