Skip to content

Commit

Permalink
feat: [documentai] added font_family to document.proto (#8744)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

feat: added ImageQualityScores message to document.proto
feat: added PropertyMetadata and EntityTypeMetadata to document_schema.proto

PiperOrigin-RevId: 486975621

Source-Link: https://github.com/googleapis/googleapis/commit/398c9f9fccf4dea8d12e0b5a90ed671dec2ee387

Source-Link: https://github.com/googleapis/googleapis-gen/commit/7cd1f5f4e435777cb824af268dc8d37134613e6a
Copy-Tag: eyJwIjoiamF2YS1kb2N1bWVudC1haS8uT3dsQm90LnlhbWwiLCJoIjoiN2NkMWY1ZjRlNDM1Nzc3Y2I4MjRhZjI2OGRjOGQzNzEzNDYxM2U2YSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Nov 9, 2022
1 parent 5622215 commit 5f9858d
Show file tree
Hide file tree
Showing 30 changed files with 4,884 additions and 912 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ public void getProcessorVersionTest() throws Exception {
"[PROJECT]", "[LOCATION]", "[PROCESSOR]", "[PROCESSOR_VERSION]")
.toString())
.setDisplayName("displayName1714148973")
.setDocumentSchema(DocumentSchema.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setKmsKeyName("kmsKeyName412586233")
.setKmsKeyVersionName("kmsKeyVersionName-1798811307")
Expand Down Expand Up @@ -730,6 +731,7 @@ public void getProcessorVersionTest2() throws Exception {
"[PROJECT]", "[LOCATION]", "[PROCESSOR]", "[PROCESSOR_VERSION]")
.toString())
.setDisplayName("displayName1714148973")
.setDocumentSchema(DocumentSchema.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setKmsKeyName("kmsKeyName412586233")
.setKmsKeyVersionName("kmsKeyVersionName-1798811307")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ public void getProcessorVersionTest() throws Exception {
"[PROJECT]", "[LOCATION]", "[PROCESSOR]", "[PROCESSOR_VERSION]")
.toString())
.setDisplayName("displayName1714148973")
.setDocumentSchema(DocumentSchema.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setKmsKeyName("kmsKeyName412586233")
.setKmsKeyVersionName("kmsKeyVersionName-1798811307")
Expand Down Expand Up @@ -665,6 +666,7 @@ public void getProcessorVersionTest2() throws Exception {
"[PROJECT]", "[LOCATION]", "[PROCESSOR]", "[PROCESSOR_VERSION]")
.toString())
.setDisplayName("displayName1714148973")
.setDocumentSchema(DocumentSchema.newBuilder().build())
.setCreateTime(Timestamp.newBuilder().build())
.setKmsKeyName("kmsKeyName412586233")
.setKmsKeyVersionName("kmsKeyVersionName-1798811307")
Expand Down
Loading

0 comments on commit 5f9858d

Please sign in to comment.