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
+26-2
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ <h3>Method Details</h3>
130
130
{ # Request message for batch process document method.
131
131
"documentOutputConfig": { # Config that controls the output of documents. All documents will be written as a JSON file. # The overall output config for batch process.
132
132
"gcsOutputConfig": { # The configuration used when outputting documents. # Output config to write the results to Cloud Storage.
133
-
"fieldMask": "A String", # Specifies which fields to include in the output documents.
133
+
"fieldMask": "A String", # Specifies which fields to include in the output documents. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`.
134
134
"gcsUri": "A String", # The Cloud Storage uri (a directory) of the output.
135
135
},
136
136
},
@@ -424,7 +424,7 @@ <h3>Method Details</h3>
424
424
The object takes the form of:
425
425
426
426
{ # Request message for the process document method.
427
-
"fieldMask": "A String", # Specifies which fields to include in ProcessResponse's document.
427
+
"fieldMask": "A String", # Specifies which fields to include in ProcessResponse's document. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`.
428
428
"inlineDocument": { # Document represents the canonical document resource in Document AI. It is an interchange format that provides insights into documents and allows for collaboration between users and Document AI to iterate and optimize for quality. # An inline document proto.
429
429
"content": "A String", # Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
430
430
"entities": [ # A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
@@ -1043,6 +1043,18 @@ <h3>Method Details</h3>
1043
1043
],
1044
1044
},
1045
1045
},
1046
+
"provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table.
1047
+
"id": 42, # The Id of this operation. Needs to be unique within the scope of the revision.
1048
+
"parents": [ # References to the original elements that are replaced.
1049
+
{ # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.
1050
+
"id": 42, # The id of the parent provenance.
1051
+
"index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
1052
+
"revision": 42, # The index of the index into current revision's parent_ids list.
1053
+
},
1054
+
],
1055
+
"revision": 42, # The index of the revision that produced this element.
1056
+
"type": "A String", # The type of provenance operation.
1057
+
},
1046
1058
},
1047
1059
],
1048
1060
"tokens": [ # A list of visually detected tokens on the page.
@@ -1866,6 +1878,18 @@ <h3>Method Details</h3>
1866
1878
],
1867
1879
},
1868
1880
},
1881
+
"provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table.
1882
+
"id": 42, # The Id of this operation. Needs to be unique within the scope of the revision.
1883
+
"parents": [ # References to the original elements that are replaced.
1884
+
{ # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.
1885
+
"id": 42, # The id of the parent provenance.
1886
+
"index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
1887
+
"revision": 42, # The index of the index into current revision's parent_ids list.
1888
+
},
1889
+
],
1890
+
"revision": 42, # The index of the revision that produced this element.
1891
+
"type": "A String", # The type of provenance operation.
1892
+
},
1869
1893
},
1870
1894
],
1871
1895
"tokens": [ # A list of visually detected tokens on the page.
Copy file name to clipboardexpand all lines: docs/dyn/documentai_v1.projects.locations.processors.humanReviewConfig.html
+12
Original file line number
Diff line number
Diff line change
@@ -766,6 +766,18 @@ <h3>Method Details</h3>
766
766
],
767
767
},
768
768
},
769
+
"provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table.
770
+
"id": 42, # The Id of this operation. Needs to be unique within the scope of the revision.
771
+
"parents": [ # References to the original elements that are replaced.
772
+
{ # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.
773
+
"id": 42, # The id of the parent provenance.
774
+
"index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
775
+
"revision": 42, # The index of the index into current revision's parent_ids list.
776
+
},
777
+
],
778
+
"revision": 42, # The index of the revision that produced this element.
779
+
"type": "A String", # The type of provenance operation.
780
+
},
769
781
},
770
782
],
771
783
"tokens": [ # A list of visually detected tokens on the page.
Copy file name to clipboardexpand all lines: docs/dyn/documentai_v1.projects.locations.processors.processorVersions.html
+26-2
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ <h3>Method Details</h3>
114
114
{ # Request message for batch process document method.
115
115
"documentOutputConfig": { # Config that controls the output of documents. All documents will be written as a JSON file. # The overall output config for batch process.
116
116
"gcsOutputConfig": { # The configuration used when outputting documents. # Output config to write the results to Cloud Storage.
117
-
"fieldMask": "A String", # Specifies which fields to include in the output documents.
117
+
"fieldMask": "A String", # Specifies which fields to include in the output documents. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`.
118
118
"gcsUri": "A String", # The Cloud Storage uri (a directory) of the output.
119
119
},
120
120
},
@@ -333,7 +333,7 @@ <h3>Method Details</h3>
333
333
The object takes the form of:
334
334
335
335
{ # Request message for the process document method.
336
-
"fieldMask": "A String", # Specifies which fields to include in ProcessResponse's document.
336
+
"fieldMask": "A String", # Specifies which fields to include in ProcessResponse's document. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`.
337
337
"inlineDocument": { # Document represents the canonical document resource in Document AI. It is an interchange format that provides insights into documents and allows for collaboration between users and Document AI to iterate and optimize for quality. # An inline document proto.
338
338
"content": "A String", # Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
339
339
"entities": [ # A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
@@ -952,6 +952,18 @@ <h3>Method Details</h3>
952
952
],
953
953
},
954
954
},
955
+
"provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table.
956
+
"id": 42, # The Id of this operation. Needs to be unique within the scope of the revision.
957
+
"parents": [ # References to the original elements that are replaced.
958
+
{ # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.
959
+
"id": 42, # The id of the parent provenance.
960
+
"index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
961
+
"revision": 42, # The index of the index into current revision's parent_ids list.
962
+
},
963
+
],
964
+
"revision": 42, # The index of the revision that produced this element.
965
+
"type": "A String", # The type of provenance operation.
966
+
},
955
967
},
956
968
],
957
969
"tokens": [ # A list of visually detected tokens on the page.
@@ -1775,6 +1787,18 @@ <h3>Method Details</h3>
1775
1787
],
1776
1788
},
1777
1789
},
1790
+
"provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table.
1791
+
"id": 42, # The Id of this operation. Needs to be unique within the scope of the revision.
1792
+
"parents": [ # References to the original elements that are replaced.
1793
+
{ # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.
1794
+
"id": 42, # The id of the parent provenance.
1795
+
"index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
1796
+
"revision": 42, # The index of the index into current revision's parent_ids list.
1797
+
},
1798
+
],
1799
+
"revision": 42, # The index of the revision that produced this element.
1800
+
"type": "A String", # The type of provenance operation.
1801
+
},
1778
1802
},
1779
1803
],
1780
1804
"tokens": [ # A list of visually detected tokens on the page.
Copy file name to clipboardexpand all lines: docs/dyn/documentai_v1beta2.projects.documents.html
+12
Original file line number
Diff line number
Diff line change
@@ -909,6 +909,18 @@ <h3>Method Details</h3>
909
909
],
910
910
},
911
911
},
912
+
"provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table.
913
+
"id": 42, # The Id of this operation. Needs to be unique within the scope of the revision.
914
+
"parents": [ # References to the original elements that are replaced.
915
+
{ # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.
916
+
"id": 42, # The id of the parent provenance.
917
+
"index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
918
+
"revision": 42, # The index of the index into current revision's parent_ids list.
919
+
},
920
+
],
921
+
"revision": 42, # The index of the revision that produced this element.
922
+
"type": "A String", # The type of provenance operation.
923
+
},
912
924
},
913
925
],
914
926
"tokens": [ # A list of visually detected tokens on the page.
Copy file name to clipboardexpand all lines: docs/dyn/documentai_v1beta2.projects.locations.documents.html
+12
Original file line number
Diff line number
Diff line change
@@ -909,6 +909,18 @@ <h3>Method Details</h3>
909
909
],
910
910
},
911
911
},
912
+
"provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table.
913
+
"id": 42, # The Id of this operation. Needs to be unique within the scope of the revision.
914
+
"parents": [ # References to the original elements that are replaced.
915
+
{ # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.
916
+
"id": 42, # The id of the parent provenance.
917
+
"index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
918
+
"revision": 42, # The index of the index into current revision's parent_ids list.
919
+
},
920
+
],
921
+
"revision": 42, # The index of the revision that produced this element.
922
+
"type": "A String", # The type of provenance operation.
923
+
},
912
924
},
913
925
],
914
926
"tokens": [ # A list of visually detected tokens on the page.
Copy file name to clipboardexpand all lines: docs/dyn/documentai_v1beta3.projects.locations.processors.html
+38-2
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ <h3>Method Details</h3>
130
130
{ # Request message for batch process document method.
131
131
"documentOutputConfig": { # Config that controls the output of documents. All documents will be written as a JSON file. # The overall output config for batch process.
132
132
"gcsOutputConfig": { # The configuration used when outputting documents. # Output config to write the results to Cloud Storage.
133
-
"fieldMask": "A String", # Specifies which fields to include in the output documents.
133
+
"fieldMask": "A String", # Specifies which fields to include in the output documents. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`.
134
134
"gcsUri": "A String", # The Cloud Storage uri (a directory) of the output.
135
135
},
136
136
},
@@ -1051,6 +1051,18 @@ <h3>Method Details</h3>
1051
1051
],
1052
1052
},
1053
1053
},
1054
+
"provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table.
1055
+
"id": 42, # The Id of this operation. Needs to be unique within the scope of the revision.
1056
+
"parents": [ # References to the original elements that are replaced.
1057
+
{ # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.
1058
+
"id": 42, # The id of the parent provenance.
1059
+
"index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
1060
+
"revision": 42, # The index of the index into current revision's parent_ids list.
1061
+
},
1062
+
],
1063
+
"revision": 42, # The index of the revision that produced this element.
1064
+
"type": "A String", # The type of provenance operation.
1065
+
},
1054
1066
},
1055
1067
],
1056
1068
"tokens": [ # A list of visually detected tokens on the page.
@@ -1240,7 +1252,7 @@ <h3>Method Details</h3>
1240
1252
],
1241
1253
"uri": "A String", # Optional. Currently supports Google Cloud Storage URI of the form `gs://bucket_name/object_name`. Object versioning is not supported. See [Google Cloud Storage Request URIs](https://cloud.google.com/storage/docs/reference-uris) for more info.
1242
1254
},
1243
-
"fieldMask": "A String", # Specifies which fields to include in ProcessResponse's document.
1255
+
"fieldMask": "A String", # Specifies which fields to include in ProcessResponse's document. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`.
1244
1256
"inlineDocument": { # Document represents the canonical document resource in Document AI. It is an interchange format that provides insights into documents and allows for collaboration between users and Document AI to iterate and optimize for quality. # An inline document proto.
1245
1257
"content": "A String", # Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
1246
1258
"entities": [ # A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
@@ -1859,6 +1871,18 @@ <h3>Method Details</h3>
1859
1871
],
1860
1872
},
1861
1873
},
1874
+
"provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table.
1875
+
"id": 42, # The Id of this operation. Needs to be unique within the scope of the revision.
1876
+
"parents": [ # References to the original elements that are replaced.
1877
+
{ # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.
1878
+
"id": 42, # The id of the parent provenance.
1879
+
"index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
1880
+
"revision": 42, # The index of the index into current revision's parent_ids list.
1881
+
},
1882
+
],
1883
+
"revision": 42, # The index of the revision that produced this element.
1884
+
"type": "A String", # The type of provenance operation.
1885
+
},
1862
1886
},
1863
1887
],
1864
1888
"tokens": [ # A list of visually detected tokens on the page.
@@ -2682,6 +2706,18 @@ <h3>Method Details</h3>
2682
2706
],
2683
2707
},
2684
2708
},
2709
+
"provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table.
2710
+
"id": 42, # The Id of this operation. Needs to be unique within the scope of the revision.
2711
+
"parents": [ # References to the original elements that are replaced.
2712
+
{ # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.
2713
+
"id": 42, # The id of the parent provenance.
2714
+
"index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
2715
+
"revision": 42, # The index of the index into current revision's parent_ids list.
2716
+
},
2717
+
],
2718
+
"revision": 42, # The index of the revision that produced this element.
2719
+
"type": "A String", # The type of provenance operation.
2720
+
},
2685
2721
},
2686
2722
],
2687
2723
"tokens": [ # A list of visually detected tokens on the page.
0 commit comments