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/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentEntityNormalizedValue.java
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,12 @@ public final class GoogleCloudDocumentaiV1DocumentEntityNormalizedValue extends
83
83
@com.google.api.client.util.Key
84
84
privateGoogleTypeMoneymoneyValue;
85
85
86
+
/**
87
+
* The value may be {@code null}.
88
+
*/
89
+
@com.google.api.client.util.Key
90
+
privatejava.lang.BooleansignatureValue;
91
+
86
92
/**
87
93
* Optional. An optional field to store a normalized string. For some entity types, one of
88
94
* respective `structured_value` fields may also be populated. Also not all the types of
@@ -223,6 +229,21 @@ public GoogleCloudDocumentaiV1DocumentEntityNormalizedValue setMoneyValue(Google
223
229
returnthis;
224
230
}
225
231
232
+
/**
233
+
* @return value or {@code null} for none
234
+
*/
235
+
publicjava.lang.BooleangetSignatureValue() {
236
+
returnsignatureValue;
237
+
}
238
+
239
+
/**
240
+
* @param signatureValue signatureValue or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock.java
Copy file name to clipboardExpand all lines: clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue.java
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,12 @@ public final class GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue ext
83
83
@com.google.api.client.util.Key
84
84
privateGoogleTypeMoneymoneyValue;
85
85
86
+
/**
87
+
* The value may be {@code null}.
88
+
*/
89
+
@com.google.api.client.util.Key
90
+
privatejava.lang.BooleansignatureValue;
91
+
86
92
/**
87
93
* Optional. An optional field to store a normalized string. For some entity types, one of
88
94
* respective `structured_value` fields may also be populated. Also not all the types of
@@ -223,6 +229,21 @@ public GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue setMoneyValue(G
223
229
returnthis;
224
230
}
225
231
232
+
/**
233
+
* @return value or {@code null} for none
234
+
*/
235
+
publicjava.lang.BooleangetSignatureValue() {
236
+
returnsignatureValue;
237
+
}
238
+
239
+
/**
240
+
* @param signatureValue signatureValue or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig.java
+72Lines changed: 72 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,34 @@ public final class GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig extend
0 commit comments