Skip to content

Commit d62d8b4

Browse files
1 parent c675f61 commit d62d8b4

File tree

5 files changed

+20
-14
lines changed

5 files changed

+20
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<windowtitle>Cloud Document AI API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.3/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

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-rev20250117-2.0.0</version>
25+
<version>v1beta3-rev20250210-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-rev20250117-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20250210-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ public final class GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkin
3232

3333
/**
3434
* Optional. The percentile of cosine dissimilarity that must be exceeded between a group of
35-
* tokens and the next. The smaller this number is, the more chunks will be generated.
35+
* tokens and the next. The smaller this number is, the more chunks will be generated. THIS FIELD
36+
* IS NOT YET USED.
3637
* The value may be {@code null}.
3738
*/
3839
@com.google.api.client.util.Key
@@ -53,15 +54,17 @@ public final class GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkin
5354
private java.lang.Boolean includeAncestorHeadings;
5455

5556
/**
56-
* Optional. The number of tokens to group together when evaluating semantic similarity.
57+
* Optional. The number of tokens to group together when evaluating semantic similarity. THIS
58+
* FIELD IS NOT YET USED.
5759
* The value may be {@code null}.
5860
*/
5961
@com.google.api.client.util.Key
6062
private java.lang.Boolean semanticChunkingGroupSize;
6163

6264
/**
6365
* Optional. The percentile of cosine dissimilarity that must be exceeded between a group of
64-
* tokens and the next. The smaller this number is, the more chunks will be generated.
66+
* tokens and the next. The smaller this number is, the more chunks will be generated. THIS FIELD
67+
* IS NOT YET USED.
6568
* @return value or {@code null} for none
6669
*/
6770
public java.lang.Integer getBreakpointPercentileThreshold() {
@@ -70,7 +73,8 @@ public java.lang.Integer getBreakpointPercentileThreshold() {
7073

7174
/**
7275
* Optional. The percentile of cosine dissimilarity that must be exceeded between a group of
73-
* tokens and the next. The smaller this number is, the more chunks will be generated.
76+
* tokens and the next. The smaller this number is, the more chunks will be generated. THIS FIELD
77+
* IS NOT YET USED.
7478
* @param breakpointPercentileThreshold breakpointPercentileThreshold or {@code null} for none
7579
*/
7680
public GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig setBreakpointPercentileThreshold(java.lang.Integer breakpointPercentileThreshold) {
@@ -113,15 +117,17 @@ public GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig setI
113117
}
114118

115119
/**
116-
* Optional. The number of tokens to group together when evaluating semantic similarity.
120+
* Optional. The number of tokens to group together when evaluating semantic similarity. THIS
121+
* FIELD IS NOT YET USED.
117122
* @return value or {@code null} for none
118123
*/
119124
public java.lang.Boolean getSemanticChunkingGroupSize() {
120125
return semanticChunkingGroupSize;
121126
}
122127

123128
/**
124-
* Optional. The number of tokens to group together when evaluating semantic similarity.
129+
* Optional. The number of tokens to group together when evaluating semantic similarity. THIS
130+
* FIELD IS NOT YET USED.
125131
* @param semanticChunkingGroupSize semanticChunkingGroupSize or {@code null} for none
126132
*/
127133
public GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig setSemanticChunkingGroupSize(java.lang.Boolean semanticChunkingGroupSize) {

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

Lines changed: 3 additions & 3 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-rev20250117-2.0.0</version>
12-
<name>Cloud Document AI API v1beta3-rev20250117-2.0.0</name>
11+
<version>v1beta3-rev20250210-2.0.0</version>
12+
<name>Cloud Document AI API v1beta3-rev20250210-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Cloud Document AI API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.3/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

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-rev20250117-2.0.0</version>
25+
<version>v1beta3-rev20250210-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-rev20250117-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20250210-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)