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
docs: Regenerated REST and RPC Document AI documentation to include missing changes from September 2024 to November 2025 (#32376)
* docs: Regenerated REST and RPC Document AI documentation to include missing changes from September 2024 to November 2025
docs: Fixed language issues in multiple message field descriptions
PiperOrigin-RevId: 859310712
Source-Link: googleapis/googleapis@64f7880
Source-Link: googleapis/googleapis-gen@fb3128f
Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWRvY3VtZW50X2FpLXYxYmV0YTMvLk93bEJvdC55YW1sIiwiaCI6ImZiMzEyOGY0ZTU4ODYyZDBlMzNlZjU1MTBlYjNjYzQzMzMyYmFhNWQifQ==
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
# Contains past or forward revisions of this document.
1052
1054
# @!attribute [rw] agent
1053
1055
# @return [::String]
1054
-
# If the change was made by a person specify the name or id of that
1056
+
# If the change was made by a person specify the name or ID of that
1055
1057
# person.
1056
1058
#
1057
1059
# Note: The following fields are mutually exclusive: `agent`, `processor`. If a field in that set is populated, all other fields in the set will automatically be cleared.
@@ -1063,7 +1065,7 @@ module OperationType
1063
1065
# Note: The following fields are mutually exclusive: `processor`, `agent`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1064
1066
# @!attribute [rw] id
1065
1067
# @return [::String]
1066
-
# Id of the revision, internally generated by doc proto storage.
1068
+
# ID of the revision, internally generated by doc proto storage.
1067
1069
# Unique within the context of the document.
1068
1070
# @!attribute [rw] parent
1069
1071
# @deprecated This field is deprecated and may be removed in the next major version update.
@@ -1073,7 +1075,7 @@ module OperationType
1073
1075
# index into the `revisions` field.
1074
1076
# @!attribute [rw] parent_ids
1075
1077
# @return [::Array<::String>]
1076
-
# The revisions that this revision is based on. Must include all the ids
1078
+
# The revisions that this revision is based on. Must include all the IDs
1077
1079
# that have anything to do with this revision - eg. there are
1078
1080
# `provenance.parent.revision` fields that index into this field.
1079
1081
# @!attribute [rw] create_time
@@ -1090,7 +1092,7 @@ class Revision
1090
1092
# Human Review information of the document.
1091
1093
# @!attribute [rw] state
1092
1094
# @return [::String]
1093
-
# Human review state. e.g. `requested`, `succeeded`, `rejected`.
1095
+
# Human review state. For example, `requested`, `succeeded`, `rejected`.
1094
1096
# @!attribute [rw] state_message
1095
1097
# @return [::String]
1096
1098
# A message providing more details about the current state of processing.
@@ -1277,22 +1279,22 @@ class LayoutListEntry
1277
1279
# Represents an image type block.
1278
1280
# @!attribute [rw] blob_asset_id
1279
1281
# @return [::String]
1280
-
# Optional. Asset id of the inline image. If set, find the image
1282
+
# Optional. Asset ID of the inline image. If set, find the image
1281
1283
# content in the blob_assets field.
1282
1284
#
1283
1285
# Note: The following fields are mutually exclusive: `blob_asset_id`, `gcs_uri`, `data_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1284
1286
# @!attribute [rw] gcs_uri
1285
1287
# @return [::String]
1286
-
# Optional. Google Cloud Storage uri of the image.
1288
+
# Optional. Google Cloud Storage URI of the image.
1287
1289
#
1288
1290
# Note: The following fields are mutually exclusive: `gcs_uri`, `blob_asset_id`, `data_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1289
1291
# @!attribute [rw] data_uri
1290
1292
# @return [::String]
1291
-
# Optional. Data uri of the image.
1293
+
# Optional. Data URI of the image.
1292
1294
# It is composed of four parts: a prefix (data:), a MIME type
1293
1295
# indicating the type of data, an optional base64 token if
1294
1296
# non-textual, and the data itself:
1295
-
# data:[<mediatype>][;base64],<data>
1297
+
# data:[<mediatype>][;base64],<data>.
1296
1298
#
1297
1299
# Note: The following fields are mutually exclusive: `data_uri`, `blob_asset_id`, `gcs_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1298
1300
# @!attribute [rw] mime_type
@@ -1386,22 +1388,22 @@ class ChunkPageFooter
1386
1388
# The image chunk field in the chunk.
1387
1389
# @!attribute [rw] blob_asset_id
1388
1390
# @return [::String]
1389
-
# Optional. Asset id of the inline image. If set, find the image
1391
+
# Optional. Asset ID of the inline image. If set, find the image
1390
1392
# content in the blob_assets field.
1391
1393
#
1392
1394
# Note: The following fields are mutually exclusive: `blob_asset_id`, `gcs_uri`, `data_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1393
1395
# @!attribute [rw] gcs_uri
1394
1396
# @return [::String]
1395
-
# Optional. Google Cloud Storage uri of the image.
1397
+
# Optional. Google Cloud Storage URI of the image.
1396
1398
#
1397
1399
# Note: The following fields are mutually exclusive: `gcs_uri`, `blob_asset_id`, `data_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1398
1400
# @!attribute [rw] data_uri
1399
1401
# @return [::String]
1400
-
# Optional. Data uri of the image.
1402
+
# Optional. Data URI of the image.
1401
1403
# It is composed of four parts: a prefix (data:), a MIME type
1402
1404
# indicating the type of data, an optional base64 token if
1403
1405
# non-textual, and the data itself:
1404
-
# data:[<mediatype>][;base64],<data>
1406
+
# data:[<mediatype>][;base64],<data>.
1405
1407
#
1406
1408
# Note: The following fields are mutually exclusive: `data_uri`, `blob_asset_id`, `gcs_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1407
1409
# @!attribute [rw] annotations
@@ -1422,7 +1424,7 @@ class TableChunkField
1422
1424
end
1423
1425
1424
1426
# The chunk field in the chunk. A chunk field could be one of the various
# Note: The following fields are mutually exclusive: `revision_case`, `revision_id`, `latest_processor_version`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1534
1536
# @!attribute [rw] revision_id
1535
1537
# @return [::String]
1536
-
# Reads the revision given by the id.
1538
+
# Reads the revision given by the ID.
1537
1539
#
1538
1540
# Note: The following fields are mutually exclusive: `revision_id`, `revision_case`, `latest_processor_version`. If a field in that set is populated, all other fields in the set will automatically be cleared.
0 commit comments