VOICEVOX ENGINE OSS v2
  1. ユーザー辞書
VOICEVOX ENGINE OSS v2
  • デフォルトクエリ生成
    • 音声合成用のクエリを作成する
      POST
    • 音声合成用のクエリを作成する
      POST
    • 音声合成用のクエリをプリセットを用いて作成する
      POST
    • 歌唱音声合成用のクエリを作成する
      POST
  • クエリ編集
    • テキストからアクセント句を得る
      POST
    • アクセント句から音素の長さと音高を得る
      POST
    • アクセント句から音素の長さを得る
      POST
    • アクセント句から音高を得る
      POST
    • 楽譜・歌唱音声合成用のクエリからフレームごとの基本周波数を得る
      POST
    • 楽譜・歌唱音声合成用のクエリからフレームごとの音量を得る
      POST
  • 音声合成
    • 歌唱用の合成
      POST
    • 2種類のスタイルでモーフィングした音声を合成する
      POST
    • 音声合成する
      POST
    • 音声合成する(キャンセル可能)
      POST
    • 複数まとめて音声合成する
      POST
    • Frame Synthesis
      POST
    • 指定したスタイルに対してエンジン内のキャラクターがモーフィングが可能か判定する
      GET
    • 2種類のスタイルでモーフィングした音声を合成する
      POST
  • その他
    • Speakers
      GET
    • Speaker Info
      GET
    • Initialize Speaker
      POST
    • Singers
      GET
    • Singer Info
      GET
    • Get Presets
      GET
    • Add Preset
      POST
    • Delete Preset
      DELETE
    • Update Preset
      PUT
    • テキストがAquesTalk 風記法に従っているか判定する
      POST
    • Version
      GET
    • Get Portal Page
      GET
    • base64エンコードされた複数のwavデータを一つに結合する
      POST
    • Initialize Speaker
      POST
    • Is Initialized Speaker
      GET
    • Supported Devices
      GET
    • Speaker Info
      GET
    • Singer Info
      GET
    • Core Versions
      GET
    • Engine Manifest
      GET
    • Version
      GET
  • 音声ライブラリ管理
    • List Audio Library
    • Get Audio Library
    • Uninstall Audio Library
    • Install Audio Library
    • Downloadable Libraries
    • Installed Libraries
    • Install Library
    • Uninstall Library
  • ユーザー辞書
    • Get User Dict Words
      GET
    • Add User Dict Word
      POST
    • Rewrite User Dict Word
      PUT
    • Delete User Dict Word
      DELETE
    • Import User Dict Words
      POST
  • 設定
    • Setting Get
    • Setting Post
  1. ユーザー辞書

Get User Dict Words

GET
/user_dict
最終更新:2025-06-25 06:23:16
ユーザー辞書に登録されている単語の一覧を返します。
単語の表層形(surface)は正規化済みの物を返します。

Requestパラメータ

なし

Response

🟢200OK
application/json
単語のUUIDとその詳細
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/user_dict'
Response Response Example
{
    "property1": {
        "surface": "string",
        "priority": 0,
        "context_id": 1348,
        "part_of_speech": "string",
        "part_of_speech_detail_1": "string",
        "part_of_speech_detail_2": "string",
        "part_of_speech_detail_3": "string",
        "inflectional_type": "string",
        "inflectional_form": "string",
        "stem": "string",
        "yomi": "string",
        "pronunciation": "string",
        "accent_type": 0,
        "mora_count": 0,
        "accent_associative_rule": "string"
    },
    "property2": {
        "surface": "string",
        "priority": 0,
        "context_id": 1348,
        "part_of_speech": "string",
        "part_of_speech_detail_1": "string",
        "part_of_speech_detail_2": "string",
        "part_of_speech_detail_3": "string",
        "inflectional_type": "string",
        "inflectional_form": "string",
        "stem": "string",
        "yomi": "string",
        "pronunciation": "string",
        "accent_type": 0,
        "mora_count": 0,
        "accent_associative_rule": "string"
    }
}
更新日時 2025-06-25 06:23:16
前へ
Uninstall Library
次へ
Add User Dict Word
Built with