public class AiNameMatchRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
encoding
A character encoding name
|
String |
language
An ISO-639 code of the language; either 639-1 or 639-3 (e.g.
|
String |
location
A geographic code such as an ISO-3166 two letter country code, for example \"FR\" for France
|
String |
name
A name to match (required)
|
String |
otherName
Another name to match (required)
|
String |
script
A writing system code; starts with the ISO-15924 script name
|
String |
style
Name writing style.
|
public String name
public String otherName
public String language
public String location
public String encoding
public String script
public String style
public AiNameMatchRequestData(String name, String otherName, String language, String location, String encoding, String script, String style)
name
- A name to match (required)otherName
- Another name to match (required)language
- An ISO-639 code of the language; either 639-1 or 639-3 (e.g. \"it\" or \"ita\" for Italian)location
- A geographic code such as an ISO-3166 two letter country code, for example \"FR\" for Franceencoding
- A character encoding namescript
- A writing system code; starts with the ISO-15924 script namestyle
- Name writing style. Enum, available values: Formal, Informal, Legal, AcademicCopyright © 2020. All rights reserved.