Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/mora_data \ --header 'Content-Type: application/json' \ --data ' [ { "moras": [ { "text": "<string>", "vowel": "<string>", "vowel_length": 123, "pitch": 123, "consonant": "<string>", "consonant_length": 123 } ], "accent": 123, "is_interrogative": false } ] '
[ { "moras": [ { "text": "<string>", "vowel": "<string>", "vowel_length": 123, "pitch": 123, "consonant": "<string>", "consonant_length": 123 } ], "accent": 123, "pause_mora": { "text": "<string>", "vowel": "<string>", "vowel_length": 123, "pitch": 123, "consonant": "<string>", "consonant_length": 123 }, "is_interrogative": false } ]
Laravel実装状況: ✅ コアで完全対応(フォールバック実装済み)
モーラのリスト
Show child attributes
アクセント箇所
アクセント句の末尾につく無音モーラ。null の場合は無音モーラを付けない。
疑問系かどうか
Successful Response
このページは役に立ちましたか?