N

constructor(familyNames: TextListValue = TextListValue(), givenNames: TextListValue = TextListValue(), additionalNames: TextListValue = TextListValue(), honorificPrefixes: TextListValue = TextListValue(), honorificSuffixes: TextListValue = TextListValue())
constructor(familyName: String? = null, givenName: String? = null, additionalName: String? = null, honorificPrefix: String? = null, honorificSuffix: String? = null)
constructor(values: List<TextListValue>)
constructor(value: StructuredTextValue)