@@ -766,8 +766,9 @@ public string Text {
766766 private readonly pbc::RepeatedField<global::Google.Cloud.DocumentAI.V1Beta3.Document.Types.BlobAsset> blobAssets_ = new pbc::RepeatedField<global::Google.Cloud.DocumentAI.V1Beta3.Document.Types.BlobAsset>();
767767 /// <summary>
768768 /// Optional. The blob assets in this document. This is used to store the
769- /// content of the inline blobs in this document, e.g. image bytes, such that
770- /// it can be referenced by other fields in the document via asset id.
769+ /// content of the inline blobs in this document, for example, image bytes,
770+ /// such that it can be referenced by other fields in the document via asset
771+ /// id.
771772 /// </summary>
772773 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
773774 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -811,10 +812,10 @@ public string Text {
811812 public const int EntitiesRevisionIdFieldNumber = 23;
812813 private string entitiesRevisionId_ = "";
813814 /// <summary>
814- /// The entity revision id that `document.entities` field is based on.
815+ /// The entity revision ID that `document.entities` field is based on.
815816 /// If this field is set and `entities_revisions` is not empty, the entities in
816817 /// `document.entities` field are the entities in the entity revision with this
817- /// id and `document.entity_validation_output` field is the
818+ /// ID and `document.entity_validation_output` field is the
818819 /// `entity_validation_output` field in this entity revision.
819820 /// </summary>
820821 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -2657,7 +2658,7 @@ public int PageNumber {
26572658 = pb::FieldCodec.ForMessage(74, global::Google.Cloud.DocumentAI.V1Beta3.Document.Types.Page.Types.VisualElement.Parser);
26582659 private readonly pbc::RepeatedField<global::Google.Cloud.DocumentAI.V1Beta3.Document.Types.Page.Types.VisualElement> visualElements_ = new pbc::RepeatedField<global::Google.Cloud.DocumentAI.V1Beta3.Document.Types.Page.Types.VisualElement>();
26592660 /// <summary>
2660- /// A list of detected non-text visual elements e.g. checkbox,
2661+ /// A list of detected non-text visual elements for example, checkbox,
26612662 /// signature etc. on the page.
26622663 /// </summary>
26632664 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -4195,9 +4196,9 @@ public Layout Clone() {
41954196 /// <summary>
41964197 /// Confidence of the current
41974198 /// [Layout][google.cloud.documentai.v1beta3.Document.Page.Layout] within
4198- /// context of the object this layout is for. e.g. confidence can be for a
4199- /// single token, a table, a visual element, etc. depending on context.
4200- /// Range `[0, 1]`.
4199+ /// context of the object this layout is for. For example, confidence can
4200+ /// be for a single token, a table, a visual element, etc. depending on
4201+ /// context. Range `[0, 1]`.
42014202 /// </summary>
42024203 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
42034204 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -6991,8 +6992,8 @@ public void MergeFrom(pb::CodedInputStream input) {
69916992 }
69926993
69936994 /// <summary>
6994- /// Detected non-text visual elements e.g. checkbox, signature etc. on the
6995- /// page.
6995+ /// Detected non-text visual elements, for example, checkbox, signature, etc.
6996+ /// on the page.
69966997 /// </summary>
69976998 [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
69986999 public sealed partial class VisualElement : pb::IMessage<VisualElement>
@@ -8179,7 +8180,8 @@ public FormField Clone() {
81798180 /// <summary>
81808181 /// [Layout][google.cloud.documentai.v1beta3.Document.Page.Layout] for the
81818182 /// [FormField][google.cloud.documentai.v1beta3.Document.Page.FormField]
8182- /// name. e.g. `Address`, `Email`, `Grand total`, `Phone number`, etc.
8183+ /// name. For example, `Address`, `Email`, `Grand total`, `Phone number`,
8184+ /// etc.
81838185 /// </summary>
81848186 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
81858187 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -9672,7 +9674,7 @@ public Entity Clone() {
96729674 public const int TypeFieldNumber = 2;
96739675 private string type_ = "";
96749676 /// <summary>
9675- /// Required. Entity type from a schema e.g. `Address`.
9677+ /// Required. Entity type from a schema for example, `Address`.
96769678 /// </summary>
96779679 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
96789680 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -9687,7 +9689,7 @@ public string Type {
96879689 public const int MentionTextFieldNumber = 3;
96889690 private string mentionText_ = "";
96899691 /// <summary>
9690- /// Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
9692+ /// Optional. Text value of the entity for example, `1600 Amphitheatre Pkwy`.
96919693 /// </summary>
96929694 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
96939695 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -9748,7 +9750,7 @@ public float Confidence {
97489750 public const int IdFieldNumber = 7;
97499751 private string id_ = "";
97509752 /// <summary>
9751- /// Optional. Canonical id . This will be a unique value in the entity list
9753+ /// Optional. Canonical ID . This will be a unique value in the entity list
97529754 /// for this document.
97539755 /// </summary>
97549756 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -9765,9 +9767,9 @@ public string Id {
97659767 private global::Google.Cloud.DocumentAI.V1Beta3.Document.Types.Entity.Types.NormalizedValue normalizedValue_;
97669768 /// <summary>
97679769 /// Optional. Normalized entity value. Absent if the extracted value could
9768- /// not be converted or the type (e.g. address) is not supported for certain
9769- /// parsers. This field is also only populated for certain supported document
9770- /// types.
9770+ /// not be converted or the type (for example, address) is not supported for
9771+ /// certain parsers. This field is also only populated for certain supported
9772+ /// document types.
97719773 /// </summary>
97729774 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
97739775 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -11036,7 +11038,7 @@ public EntityRelation Clone() {
1103611038 public const int SubjectIdFieldNumber = 1;
1103711039 private string subjectId_ = "";
1103811040 /// <summary>
11039- /// Subject entity id .
11041+ /// Subject entity ID .
1104011042 /// </summary>
1104111043 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
1104211044 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -11051,7 +11053,7 @@ public string SubjectId {
1105111053 public const int ObjectIdFieldNumber = 2;
1105211054 private string objectId_ = "";
1105311055 /// <summary>
11054- /// Object entity id .
11056+ /// Object entity ID .
1105511057 /// </summary>
1105611058 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
1105711059 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -12444,7 +12446,7 @@ public int Revision {
1244412446 public const int IdFieldNumber = 2;
1244512447 private int id_;
1244612448 /// <summary>
12447- /// The Id of this operation. Needs to be unique within the scope of the
12449+ /// The ID of this operation. Needs to be unique within the scope of the
1244812450 /// revision.
1244912451 /// </summary>
1245012452 [global::System.ObsoleteAttribute]
@@ -12817,7 +12819,7 @@ public int Index {
1281712819 public const int IdFieldNumber = 2;
1281812820 private int id_;
1281912821 /// <summary>
12820- /// The id of the parent provenance.
12822+ /// The ID of the parent provenance.
1282112823 /// </summary>
1282212824 [global::System.ObsoleteAttribute]
1282312825 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -13079,7 +13081,7 @@ public Revision Clone() {
1307913081 /// <summary>Field number for the "agent" field.</summary>
1308013082 public const int AgentFieldNumber = 4;
1308113083 /// <summary>
13082- /// If the change was made by a person specify the name or id of that
13084+ /// If the change was made by a person specify the name or ID of that
1308313085 /// person.
1308413086 /// </summary>
1308513087 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -13140,7 +13142,7 @@ public void ClearProcessor() {
1314013142 public const int IdFieldNumber = 1;
1314113143 private string id_ = "";
1314213144 /// <summary>
13143- /// Id of the revision, internally generated by doc proto storage.
13145+ /// ID of the revision, internally generated by doc proto storage.
1314413146 /// Unique within the context of the document.
1314513147 /// </summary>
1314613148 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -13175,7 +13177,7 @@ public string Id {
1317513177 = pb::FieldCodec.ForString(58);
1317613178 private readonly pbc::RepeatedField<string> parentIds_ = new pbc::RepeatedField<string>();
1317713179 /// <summary>
13178- /// The revisions that this revision is based on. Must include all the ids
13180+ /// The revisions that this revision is based on. Must include all the IDs
1317913181 /// that have anything to do with this revision - eg. there are
1318013182 /// `provenance.parent.revision` fields that index into this field.
1318113183 /// </summary>
@@ -13575,7 +13577,7 @@ public HumanReview Clone() {
1357513577 public const int StateFieldNumber = 1;
1357613578 private string state_ = "";
1357713579 /// <summary>
13578- /// Human review state. e.g. `requested`, `succeeded`, `rejected`.
13580+ /// Human review state. For example, `requested`, `succeeded`, `rejected`.
1357913581 /// </summary>
1358013582 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
1358113583 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -16762,7 +16764,7 @@ public LayoutImageBlock Clone() {
1676216764 /// <summary>Field number for the "blob_asset_id" field.</summary>
1676316765 public const int BlobAssetIdFieldNumber = 4;
1676416766 /// <summary>
16765- /// Optional. Asset id of the inline image. If set, find the image
16767+ /// Optional. Asset ID of the inline image. If set, find the image
1676616768 /// content in the blob_assets field.
1676716769 /// </summary>
1676816770 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -16792,7 +16794,7 @@ public void ClearBlobAssetId() {
1679216794 /// <summary>Field number for the "gcs_uri" field.</summary>
1679316795 public const int GcsUriFieldNumber = 5;
1679416796 /// <summary>
16795- /// Optional. Google Cloud Storage uri of the image.
16797+ /// Optional. Google Cloud Storage URI of the image.
1679616798 /// </summary>
1679716799 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
1679816800 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -16821,11 +16823,11 @@ public void ClearGcsUri() {
1682116823 /// <summary>Field number for the "data_uri" field.</summary>
1682216824 public const int DataUriFieldNumber = 6;
1682316825 /// <summary>
16824- /// Optional. Data uri of the image.
16826+ /// Optional. Data URI of the image.
1682516827 /// It is composed of four parts: a prefix (data:), a MIME type
1682616828 /// indicating the type of data, an optional base64 token if
1682716829 /// non-textual, and the data itself:
16828- /// data:[<mediatype>][;base64],<data>
16830+ /// data:[<mediatype>][;base64],<data>.
1682916831 /// </summary>
1683016832 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
1683116833 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -18578,7 +18580,7 @@ public ImageChunkField Clone() {
1857818580 /// <summary>Field number for the "blob_asset_id" field.</summary>
1857918581 public const int BlobAssetIdFieldNumber = 1;
1858018582 /// <summary>
18581- /// Optional. Asset id of the inline image. If set, find the image
18583+ /// Optional. Asset ID of the inline image. If set, find the image
1858218584 /// content in the blob_assets field.
1858318585 /// </summary>
1858418586 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -18608,7 +18610,7 @@ public void ClearBlobAssetId() {
1860818610 /// <summary>Field number for the "gcs_uri" field.</summary>
1860918611 public const int GcsUriFieldNumber = 2;
1861018612 /// <summary>
18611- /// Optional. Google Cloud Storage uri of the image.
18613+ /// Optional. Google Cloud Storage URI of the image.
1861218614 /// </summary>
1861318615 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
1861418616 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -18637,11 +18639,11 @@ public void ClearGcsUri() {
1863718639 /// <summary>Field number for the "data_uri" field.</summary>
1863818640 public const int DataUriFieldNumber = 3;
1863918641 /// <summary>
18640- /// Optional. Data uri of the image.
18642+ /// Optional. Data URI of the image.
1864118643 /// It is composed of four parts: a prefix (data:), a MIME type
1864218644 /// indicating the type of data, an optional base64 token if
1864318645 /// non-textual, and the data itself:
18644- /// data:[<mediatype>][;base64],<data>
18646+ /// data:[<mediatype>][;base64],<data>.
1864518647 /// </summary>
1864618648 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
1864718649 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -19130,7 +19132,7 @@ public void MergeFrom(pb::CodedInputStream input) {
1913019132
1913119133 /// <summary>
1913219134 /// The chunk field in the chunk. A chunk field could be one of the various
19133- /// types (e.g. image, table) supported.
19135+ /// types (for example, image, table) supported.
1913419136 /// </summary>
1913519137 [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
1913619138 public sealed partial class ChunkField : pb::IMessage<ChunkField>
@@ -19436,8 +19438,8 @@ public void MergeFrom(pb::CodedInputStream input) {
1943619438
1943719439 /// <summary>
1943819440 /// Represents a blob asset. It's used to store the content of the inline blob
19439- /// in this document, e.g. image bytes, such that it can be referenced by
19440- /// other fields in the document via asset id .
19441+ /// in this document, for example, image bytes, such that it can be referenced
19442+ /// by other fields in the document via asset ID .
1944119443 /// </summary>
1944219444 [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
1944319445 public sealed partial class BlobAsset : pb::IMessage<BlobAsset>
@@ -19490,7 +19492,7 @@ public BlobAsset Clone() {
1949019492 public const int AssetIdFieldNumber = 1;
1949119493 private string assetId_ = "";
1949219494 /// <summary>
19493- /// Optional. The id of the blob asset.
19495+ /// Optional. The ID of the blob asset.
1949419496 /// </summary>
1949519497 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
1949619498 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -19505,7 +19507,7 @@ public string AssetId {
1950519507 public const int ContentFieldNumber = 2;
1950619508 private pb::ByteString content_ = pb::ByteString.Empty;
1950719509 /// <summary>
19508- /// Optional. The content of the blob asset, e.g. image bytes.
19510+ /// Optional. The content of the blob asset, for example, image bytes.
1950919511 /// </summary>
1951019512 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
1951119513 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -20353,7 +20355,7 @@ public EntitiesRevision Clone() {
2035320355 public const int RevisionIdFieldNumber = 1;
2035420356 private string revisionId_ = "";
2035520357 /// <summary>
20356- /// The revision id .
20358+ /// The revision ID .
2035720359 /// </summary>
2035820360 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2035920361 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -20669,7 +20671,7 @@ public void ClearRevisionCase() {
2066920671 /// <summary>Field number for the "revision_id" field.</summary>
2067020672 public const int RevisionIdFieldNumber = 2;
2067120673 /// <summary>
20672- /// Reads the revision given by the id .
20674+ /// Reads the revision given by the ID .
2067320675 /// </summary>
2067420676 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2067520677 [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
0 commit comments