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: src/model/ai-name-format-request.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ export class AiNameFormatRequest {
59
59
publicformat: string;
60
60
61
61
/**
62
-
* Name writing style./nEnum, available values: Formal, Informal, Legal, Academic
62
+
* Name writing style. Enum, available values: Formal, Informal, Legal, Academic
63
63
*/
64
64
publicstyle: string;
65
65
@@ -71,7 +71,7 @@ export class AiNameFormatRequest {
71
71
* @param encoding A character encoding name.
72
72
* @param script A writing system code; starts with the ISO-15924 script name.
73
73
* @param format Format of the name. Predefined format can be used by ID, or custom format can be specified. Predefined formats: /format/default/ (= '%t%F%m%N%L%p') /format/FN+LN/ (= '%F%L') /format/title+FN+LN/ (= '%t%F%L') /format/FN+MN+LN/ (= '%F%M%N%L') /format/title+FN+MN+LN/ (= '%t%F%M%N%L') /format/FN+MI+LN/ (= '%F%m%N%L') /format/title+FN+MI+LN/ (= '%t%F%m%N%L') /format/LN/ (= '%L') /format/title+LN/ (= '%t%L') /format/LN+FN+MN/ (= '%L,%F%M%N') /format/LN+title+FN+MN/ (= '%L,%t%F%M%N') /format/LN+FN+MI/ (= '%L,%F%m%N') /format/LN+title+FN+MI/ (= '%L,%t%F%m%N') Custom format string - custom combination of characters and the next term placeholders: '%t' - Title (prefix) '%F' - First name '%f' - First initial '%M' - Middle name(s) '%m' - Middle initial(s) '%N' - Nickname '%L' - Last name '%l' - Last initial '%p' - Postfix If no value for format option was provided, its default value is '%t%F%m%N%L%p'
74
-
* @param style Name writing style./nEnum, available values: Formal, Informal, Legal, Academic
74
+
* @param style Name writing style. Enum, available values: Formal, Informal, Legal, Academic
0 commit comments