You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig.java
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@ public final class GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkin
32
32
33
33
/**
34
34
* 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.
36
37
* The value may be {@code null}.
37
38
*/
38
39
@com.google.api.client.util.Key
@@ -53,15 +54,17 @@ public final class GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkin
53
54
privatejava.lang.BooleanincludeAncestorHeadings;
54
55
55
56
/**
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
0 commit comments