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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ public final class GoogleCloudDocumentaiV1DocumentEntityNormalizedValue extends
84
84
privateGoogleTypeMoneymoneyValue;
85
85
86
86
/**
87
+
* A signature - a graphical representation of a person's name, often used to sign a document.
87
88
* The value may be {@code null}.
88
89
*/
89
90
@com.google.api.client.util.Key
@@ -230,13 +231,15 @@ public GoogleCloudDocumentaiV1DocumentEntityNormalizedValue setMoneyValue(Google
230
231
}
231
232
232
233
/**
234
+
* A signature - a graphical representation of a person's name, often used to sign a document.
233
235
* @return value or {@code null} for none
234
236
*/
235
237
publicjava.lang.BooleangetSignatureValue() {
236
238
returnsignatureValue;
237
239
}
238
240
239
241
/**
242
+
* A signature - a graphical representation of a person's name, often used to sign a document.
240
243
* @param signatureValue signatureValue or {@code null} for none
0 commit comments