阿拉伯數字 ↔ 國字大寫(公文/合約/支票場景)。 direction='arabic_to_chinese' (預設) 或 'chinese_to_arabic'。
파라미터
| 이름 | 타입 | 설명 |
|---|---|---|
| value * | string | — |
| direction | "arabic_to_chinese" | "chinese_to_arabic" | — |
원본 JSON schema
{
"properties": {
"value": {
"title": "Value",
"type": "string"
},
"direction": {
"default": "arabic_to_chinese",
"enum": [
"arabic_to_chinese",
"chinese_to_arabic"
],
"title": "Direction",
"type": "string"
}
},
"required": [
"value"
],
"title": "format_chinese_numeralsArguments",
"type": "object"
}호출 방법
스타터 — 파라미터는 위 표 참조
tw_format_chinese_numerals({ value: "…" })