public class AiNameParseRequestData 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 parse (required)
|
String |
script
A writing system code; starts with the ISO-15924 script name
|
String |
style
Name writing style Enum, available values: Formal, Informal, Legal, Academic
|
public String name
public String language
public String location
public String encoding
public String script
public String style
public AiNameParseRequestData(String name, String language, String location, String encoding, String script, String style)
name
- A name to parse (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.