Skip to content

Commit

Permalink
docs: updated comments
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 607453878
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 15, 2024
1 parent f65b9f2 commit b7c2f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 2 additions & 1 deletion google/cloud/documentai/v1beta2/document.proto
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,8 @@ message Document {
[deprecated = true, (google.api.field_behavior) = OPTIONAL];

// Optional. Identifies the bounding polygon of a layout element on the
// page.
// page. If `layout_type` is set, the bounding polygon must be exactly the
// same to the layout element it's referring to.
BoundingPoly bounding_poly = 4 [(google.api.field_behavior) = OPTIONAL];

// Optional. Confidence of detected page element, if applicable. Range
Expand Down
9 changes: 0 additions & 9 deletions google/cloud/documentai/v1beta2/documentai_v1beta2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,4 @@ publishing:
documentation_uri: https://cloud.google.com/document-ai/docs
github_label: 'api: documentai'
organization: CLOUD
library_settings:
- version: google.cloud.documentai.v1
dotnet_settings:
ignored_resources:
- documentai.googleapis.com/Location
- version: google.cloud.documentai.v1beta3
dotnet_settings:
ignored_resources:
- documentai.googleapis.com/Location
proto_reference_documentation_uri: https://cloud.google.com/document-ai/docs/reference/rpc

0 comments on commit b7c2f98

Please sign in to comment.