Skip to content

Commit 4e13537

Browse files
1 parent ec71b55 commit 4e13537

File tree

10 files changed

+150
-12
lines changed

10 files changed

+150
-12
lines changed

clients/google-api-services-documentai/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-documentai</artifactId>
25-
<version>v1-rev20250421-2.0.0</version>
25+
<version>v1-rev20250427-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-documentai:v1-rev20250421-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1-rev20250427-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentEntityNormalizedValue.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ public final class GoogleCloudDocumentaiV1DocumentEntityNormalizedValue extends
8383
@com.google.api.client.util.Key
8484
private GoogleTypeMoney moneyValue;
8585

86+
/**
87+
* The value may be {@code null}.
88+
*/
89+
@com.google.api.client.util.Key
90+
private java.lang.Boolean signatureValue;
91+
8692
/**
8793
* Optional. An optional field to store a normalized string. For some entity types, one of
8894
* respective `structured_value` fields may also be populated. Also not all the types of
@@ -223,6 +229,21 @@ public GoogleCloudDocumentaiV1DocumentEntityNormalizedValue setMoneyValue(Google
223229
return this;
224230
}
225231

232+
/**
233+
* @return value or {@code null} for none
234+
*/
235+
public java.lang.Boolean getSignatureValue() {
236+
return signatureValue;
237+
}
238+
239+
/**
240+
* @param signatureValue signatureValue or {@code null} for none
241+
*/
242+
public GoogleCloudDocumentaiV1DocumentEntityNormalizedValue setSignatureValue(java.lang.Boolean signatureValue) {
243+
this.signatureValue = signatureValue;
244+
return this;
245+
}
246+
226247
/**
227248
* Optional. An optional field to store a normalized string. For some entity types, one of
228249
* respective `structured_value` fields may also be populated. Also not all the types of

clients/google-api-services-documentai/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-documentai</artifactId>
11-
<version>v1-rev20250421-2.0.0</version>
12-
<name>Cloud Document AI API v1-rev20250421-2.0.0</name>
11+
<version>v1-rev20250427-2.0.0</version>
12+
<name>Cloud Document AI API v1-rev20250427-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-documentai/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-documentai</artifactId>
25-
<version>v1-rev20250421-2.0.0</version>
25+
<version>v1-rev20250427-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-documentai:v1-rev20250421-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1-rev20250427-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-documentai/v1beta3/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-documentai</artifactId>
25-
<version>v1beta3-rev20250421-2.0.0</version>
25+
<version>v1beta3-rev20250427-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20250421-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20250427-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Annotation of the table block.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private GoogleCloudDocumentaiV1beta3DocumentAnnotations annotations;
39+
3340
/**
3441
* Body rows containing main table content.
3542
* The value may be {@code null}.
@@ -51,6 +58,23 @@ public final class GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLay
5158
@com.google.api.client.util.Key
5259
private java.util.List<GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow> headerRows;
5360

61+
/**
62+
* Annotation of the table block.
63+
* @return value or {@code null} for none
64+
*/
65+
public GoogleCloudDocumentaiV1beta3DocumentAnnotations getAnnotations() {
66+
return annotations;
67+
}
68+
69+
/**
70+
* Annotation of the table block.
71+
* @param annotations annotations or {@code null} for none
72+
*/
73+
public GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock setAnnotations(GoogleCloudDocumentaiV1beta3DocumentAnnotations annotations) {
74+
this.annotations = annotations;
75+
return this;
76+
}
77+
5478
/**
5579
* Body rows containing main table content.
5680
* @return value or {@code null} for none

clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ public final class GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue ext
8383
@com.google.api.client.util.Key
8484
private GoogleTypeMoney moneyValue;
8585

86+
/**
87+
* The value may be {@code null}.
88+
*/
89+
@com.google.api.client.util.Key
90+
private java.lang.Boolean signatureValue;
91+
8692
/**
8793
* Optional. An optional field to store a normalized string. For some entity types, one of
8894
* respective `structured_value` fields may also be populated. Also not all the types of
@@ -223,6 +229,21 @@ public GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue setMoneyValue(G
223229
return this;
224230
}
225231

232+
/**
233+
* @return value or {@code null} for none
234+
*/
235+
public java.lang.Boolean getSignatureValue() {
236+
return signatureValue;
237+
}
238+
239+
/**
240+
* @param signatureValue signatureValue or {@code null} for none
241+
*/
242+
public GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue setSignatureValue(java.lang.Boolean signatureValue) {
243+
this.signatureValue = signatureValue;
244+
return this;
245+
}
246+
226247
/**
227248
* Optional. An optional field to store a normalized string. For some entity types, one of
228249
* respective `structured_value` fields may also be populated. Also not all the types of

clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig.java

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,34 @@ public final class GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig extend
3737
@com.google.api.client.util.Key
3838
private GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig chunkingConfig;
3939

40+
/**
41+
* Optional. Whether to include image annotations in layout parser response.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.Boolean enableImageAnnotation;
46+
47+
/**
48+
* Optional. Whether to extract images in layout parser response.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.lang.Boolean enableImageExtraction;
53+
4054
/**
4155
* Optional. Whether to refine PDF layout using LLM.
4256
* The value may be {@code null}.
4357
*/
4458
@com.google.api.client.util.Key
4559
private java.lang.Boolean enableLlmLayoutParsing;
4660

61+
/**
62+
* Optional. Whether to include table annotations in layout parser response.
63+
* The value may be {@code null}.
64+
*/
65+
@com.google.api.client.util.Key
66+
private java.lang.Boolean enableTableAnnotation;
67+
4768
/**
4869
* Optional. Whether to include bounding boxes in layout parser processor response.
4970
* The value may be {@code null}.
@@ -75,6 +96,40 @@ public GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig setChunkingConfig(
7596
return this;
7697
}
7798

99+
/**
100+
* Optional. Whether to include image annotations in layout parser response.
101+
* @return value or {@code null} for none
102+
*/
103+
public java.lang.Boolean getEnableImageAnnotation() {
104+
return enableImageAnnotation;
105+
}
106+
107+
/**
108+
* Optional. Whether to include image annotations in layout parser response.
109+
* @param enableImageAnnotation enableImageAnnotation or {@code null} for none
110+
*/
111+
public GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig setEnableImageAnnotation(java.lang.Boolean enableImageAnnotation) {
112+
this.enableImageAnnotation = enableImageAnnotation;
113+
return this;
114+
}
115+
116+
/**
117+
* Optional. Whether to extract images in layout parser response.
118+
* @return value or {@code null} for none
119+
*/
120+
public java.lang.Boolean getEnableImageExtraction() {
121+
return enableImageExtraction;
122+
}
123+
124+
/**
125+
* Optional. Whether to extract images in layout parser response.
126+
* @param enableImageExtraction enableImageExtraction or {@code null} for none
127+
*/
128+
public GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig setEnableImageExtraction(java.lang.Boolean enableImageExtraction) {
129+
this.enableImageExtraction = enableImageExtraction;
130+
return this;
131+
}
132+
78133
/**
79134
* Optional. Whether to refine PDF layout using LLM.
80135
* @return value or {@code null} for none
@@ -92,6 +147,23 @@ public GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig setEnableLlmLayout
92147
return this;
93148
}
94149

150+
/**
151+
* Optional. Whether to include table annotations in layout parser response.
152+
* @return value or {@code null} for none
153+
*/
154+
public java.lang.Boolean getEnableTableAnnotation() {
155+
return enableTableAnnotation;
156+
}
157+
158+
/**
159+
* Optional. Whether to include table annotations in layout parser response.
160+
* @param enableTableAnnotation enableTableAnnotation or {@code null} for none
161+
*/
162+
public GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig setEnableTableAnnotation(java.lang.Boolean enableTableAnnotation) {
163+
this.enableTableAnnotation = enableTableAnnotation;
164+
return this;
165+
}
166+
95167
/**
96168
* Optional. Whether to include bounding boxes in layout parser processor response.
97169
* @return value or {@code null} for none

clients/google-api-services-documentai/v1beta3/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-documentai</artifactId>
11-
<version>v1beta3-rev20250421-2.0.0</version>
12-
<name>Cloud Document AI API v1beta3-rev20250421-2.0.0</name>
11+
<version>v1beta3-rev20250427-2.0.0</version>
12+
<name>Cloud Document AI API v1beta3-rev20250427-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-documentai/v1beta3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-documentai</artifactId>
25-
<version>v1beta3-rev20250421-2.0.0</version>
25+
<version>v1beta3-rev20250427-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20250421-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20250427-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)