|
1029 | 1029 | }
|
1030 | 1030 | }
|
1031 | 1031 | },
|
1032 |
| - "revision": "20220205", |
| 1032 | + "revision": "20220216", |
1033 | 1033 | "rootUrl": "https://documentai.googleapis.com/",
|
1034 | 1034 | "schemas": {
|
1035 | 1035 | "GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
|
|
1358 | 1358 | "properties": {},
|
1359 | 1359 | "type": "object"
|
1360 | 1360 | },
|
| 1361 | + "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata": { |
| 1362 | + "description": "The metadata proto of ResyncDataset method.", |
| 1363 | + "id": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata", |
| 1364 | + "properties": { |
| 1365 | + "commonMetadata": { |
| 1366 | + "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", |
| 1367 | + "description": "The basic metadata of the long running operation." |
| 1368 | + }, |
| 1369 | + "newlyAddedDocuments": { |
| 1370 | + "description": "Returns the newly added document Cloud Storage prefix if the documents are founded in Cloud Storage while not in Document Service storage.", |
| 1371 | + "items": { |
| 1372 | + "$ref": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataUpdatedDocument" |
| 1373 | + }, |
| 1374 | + "type": "array" |
| 1375 | + } |
| 1376 | + }, |
| 1377 | + "type": "object" |
| 1378 | + }, |
| 1379 | + "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataUpdatedDocument": { |
| 1380 | + "description": "The proto for updated document in resync pipeline.", |
| 1381 | + "id": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataUpdatedDocument", |
| 1382 | + "properties": { |
| 1383 | + "destinationPrefix": { |
| 1384 | + "description": "The prefix of cloud storage, identifies the destination document which should be updated by resync pipeline.", |
| 1385 | + "type": "string" |
| 1386 | + }, |
| 1387 | + "sourcePrefix": { |
| 1388 | + "description": "The prefix of cloud storage, identifies the original document which should be updated by resync pipeline.", |
| 1389 | + "type": "string" |
| 1390 | + }, |
| 1391 | + "status": { |
| 1392 | + "$ref": "GoogleRpcStatus", |
| 1393 | + "description": "The final status of the documents which should be updated by resync pipeline." |
| 1394 | + } |
| 1395 | + }, |
| 1396 | + "type": "object" |
| 1397 | + }, |
| 1398 | + "GoogleCloudDocumentaiUiv1beta3ResyncDatasetResponse": { |
| 1399 | + "description": "The response proto of ResyncDataset method.", |
| 1400 | + "id": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetResponse", |
| 1401 | + "properties": {}, |
| 1402 | + "type": "object" |
| 1403 | + }, |
1361 | 1404 | "GoogleCloudDocumentaiUiv1beta3RevisionReference": {
|
1362 | 1405 | "description": "The revision reference specifies which revision on the document to read.",
|
1363 | 1406 | "id": "GoogleCloudDocumentaiUiv1beta3RevisionReference",
|
|
2032 | 2075 | "$ref": "GoogleCloudDocumentaiV1DocumentProvenance",
|
2033 | 2076 | "description": "The history of this page."
|
2034 | 2077 | },
|
| 2078 | + "symbols": { |
| 2079 | + "description": "A list of visually detected symbols on the page.", |
| 2080 | + "items": { |
| 2081 | + "$ref": "GoogleCloudDocumentaiV1DocumentPageSymbol" |
| 2082 | + }, |
| 2083 | + "type": "array" |
| 2084 | + }, |
2035 | 2085 | "tables": {
|
2036 | 2086 | "description": "A list of visually detected tables on the page.",
|
2037 | 2087 | "items": {
|
|
2158 | 2208 | "type": "number"
|
2159 | 2209 | },
|
2160 | 2210 | "languageCode": {
|
2161 |
| - "description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.", |
| 2211 | + "description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.", |
2162 | 2212 | "type": "string"
|
2163 | 2213 | }
|
2164 | 2214 | },
|
|
2365 | 2415 | },
|
2366 | 2416 | "type": "object"
|
2367 | 2417 | },
|
| 2418 | + "GoogleCloudDocumentaiV1DocumentPageSymbol": { |
| 2419 | + "description": "A detected symbol.", |
| 2420 | + "id": "GoogleCloudDocumentaiV1DocumentPageSymbol", |
| 2421 | + "properties": { |
| 2422 | + "detectedLanguages": { |
| 2423 | + "description": "A list of detected languages together with confidence.", |
| 2424 | + "items": { |
| 2425 | + "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" |
| 2426 | + }, |
| 2427 | + "type": "array" |
| 2428 | + }, |
| 2429 | + "layout": { |
| 2430 | + "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", |
| 2431 | + "description": "Layout for Symbol." |
| 2432 | + } |
| 2433 | + }, |
| 2434 | + "type": "object" |
| 2435 | + }, |
2368 | 2436 | "GoogleCloudDocumentaiV1DocumentPageTable": {
|
2369 | 2437 | "description": "A table representation similar to HTML table structure.",
|
2370 | 2438 | "id": "GoogleCloudDocumentaiV1DocumentPageTable",
|
|
2714 | 2782 | "id": "GoogleCloudDocumentaiV1DocumentTextAnchor",
|
2715 | 2783 | "properties": {
|
2716 | 2784 | "content": {
|
2717 |
| - "description": "Contains the content of the text span so that users do not have to look it up in the text_segments.", |
| 2785 | + "description": "Contains the content of the text span so that users do not have to look it up in the text_segments. It is always populated for formFields.", |
2718 | 2786 | "type": "string"
|
2719 | 2787 | },
|
2720 | 2788 | "textSegments": {
|
|
3612 | 3680 | "$ref": "GoogleCloudDocumentaiV1beta1DocumentProvenance",
|
3613 | 3681 | "description": "The history of this page."
|
3614 | 3682 | },
|
| 3683 | + "symbols": { |
| 3684 | + "description": "A list of visually detected symbols on the page.", |
| 3685 | + "items": { |
| 3686 | + "$ref": "GoogleCloudDocumentaiV1beta1DocumentPageSymbol" |
| 3687 | + }, |
| 3688 | + "type": "array" |
| 3689 | + }, |
3615 | 3690 | "tables": {
|
3616 | 3691 | "description": "A list of visually detected tables on the page.",
|
3617 | 3692 | "items": {
|
|
3738 | 3813 | "type": "number"
|
3739 | 3814 | },
|
3740 | 3815 | "languageCode": {
|
3741 |
| - "description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.", |
| 3816 | + "description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.", |
3742 | 3817 | "type": "string"
|
3743 | 3818 | }
|
3744 | 3819 | },
|
|
3945 | 4020 | },
|
3946 | 4021 | "type": "object"
|
3947 | 4022 | },
|
| 4023 | + "GoogleCloudDocumentaiV1beta1DocumentPageSymbol": { |
| 4024 | + "description": "A detected symbol.", |
| 4025 | + "id": "GoogleCloudDocumentaiV1beta1DocumentPageSymbol", |
| 4026 | + "properties": { |
| 4027 | + "detectedLanguages": { |
| 4028 | + "description": "A list of detected languages together with confidence.", |
| 4029 | + "items": { |
| 4030 | + "$ref": "GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage" |
| 4031 | + }, |
| 4032 | + "type": "array" |
| 4033 | + }, |
| 4034 | + "layout": { |
| 4035 | + "$ref": "GoogleCloudDocumentaiV1beta1DocumentPageLayout", |
| 4036 | + "description": "Layout for Symbol." |
| 4037 | + } |
| 4038 | + }, |
| 4039 | + "type": "object" |
| 4040 | + }, |
3948 | 4041 | "GoogleCloudDocumentaiV1beta1DocumentPageTable": {
|
3949 | 4042 | "description": "A table representation similar to HTML table structure.",
|
3950 | 4043 | "id": "GoogleCloudDocumentaiV1beta1DocumentPageTable",
|
|
4294 | 4387 | "id": "GoogleCloudDocumentaiV1beta1DocumentTextAnchor",
|
4295 | 4388 | "properties": {
|
4296 | 4389 | "content": {
|
4297 |
| - "description": "Contains the content of the text span so that users do not have to look it up in the text_segments.", |
| 4390 | + "description": "Contains the content of the text span so that users do not have to look it up in the text_segments. It is always populated for formFields.", |
4298 | 4391 | "type": "string"
|
4299 | 4392 | },
|
4300 | 4393 | "textSegments": {
|
|
4800 | 4893 | "$ref": "GoogleCloudDocumentaiV1beta2DocumentProvenance",
|
4801 | 4894 | "description": "The history of this page."
|
4802 | 4895 | },
|
| 4896 | + "symbols": { |
| 4897 | + "description": "A list of visually detected symbols on the page.", |
| 4898 | + "items": { |
| 4899 | + "$ref": "GoogleCloudDocumentaiV1beta2DocumentPageSymbol" |
| 4900 | + }, |
| 4901 | + "type": "array" |
| 4902 | + }, |
4803 | 4903 | "tables": {
|
4804 | 4904 | "description": "A list of visually detected tables on the page.",
|
4805 | 4905 | "items": {
|
|
4926 | 5026 | "type": "number"
|
4927 | 5027 | },
|
4928 | 5028 | "languageCode": {
|
4929 |
| - "description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.", |
| 5029 | + "description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.", |
4930 | 5030 | "type": "string"
|
4931 | 5031 | }
|
4932 | 5032 | },
|
|
5133 | 5233 | },
|
5134 | 5234 | "type": "object"
|
5135 | 5235 | },
|
| 5236 | + "GoogleCloudDocumentaiV1beta2DocumentPageSymbol": { |
| 5237 | + "description": "A detected symbol.", |
| 5238 | + "id": "GoogleCloudDocumentaiV1beta2DocumentPageSymbol", |
| 5239 | + "properties": { |
| 5240 | + "detectedLanguages": { |
| 5241 | + "description": "A list of detected languages together with confidence.", |
| 5242 | + "items": { |
| 5243 | + "$ref": "GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage" |
| 5244 | + }, |
| 5245 | + "type": "array" |
| 5246 | + }, |
| 5247 | + "layout": { |
| 5248 | + "$ref": "GoogleCloudDocumentaiV1beta2DocumentPageLayout", |
| 5249 | + "description": "Layout for Symbol." |
| 5250 | + } |
| 5251 | + }, |
| 5252 | + "type": "object" |
| 5253 | + }, |
5136 | 5254 | "GoogleCloudDocumentaiV1beta2DocumentPageTable": {
|
5137 | 5255 | "description": "A table representation similar to HTML table structure.",
|
5138 | 5256 | "id": "GoogleCloudDocumentaiV1beta2DocumentPageTable",
|
|
5482 | 5600 | "id": "GoogleCloudDocumentaiV1beta2DocumentTextAnchor",
|
5483 | 5601 | "properties": {
|
5484 | 5602 | "content": {
|
5485 |
| - "description": "Contains the content of the text span so that users do not have to look it up in the text_segments.", |
| 5603 | + "description": "Contains the content of the text span so that users do not have to look it up in the text_segments. It is always populated for formFields.", |
5486 | 5604 | "type": "string"
|
5487 | 5605 | },
|
5488 | 5606 | "textSegments": {
|
|
0 commit comments