繁體中文轉簡體 (zh-cn)。
パラメータ
| 名前 | 型 | 説明 |
|---|---|---|
| text * | string | — |
生の JSON schema
{
"properties": {
"text": {
"title": "Text",
"type": "string"
}
},
"required": [
"text"
],
"title": "traditional_to_simplifiedArguments",
"type": "object"
}呼び出し方
スターター——パラメータは上表参照
tw_traditional_to_simplified({ text: "…" })