音声合成モデル管理

指定された音声合成モデルの情報を取得する

指定された音声合成モデルの情報を取得します。

get/aivm_models/{aivm_model_uuid}

Path parameters

aivm_model_uuidstring required

AIVM マニフェスト記載の音声合成モデルの UUID

AIVM マニフェスト記載の音声合成モデルの UUID

Response

指定された音声合成モデルの情報

is_loadedboolean required

この音声合成モデルがロードされているかどうか

is_update_availableboolean required

この音声合成モデルの新しいバージョンが AivisHub で公開されているかどうか

is_private_modelboolean required

AivisHub で公開されておらず、ユーザーがローカルからインストールしたモデルの場合は True (ネットワークエラーなどで AivisHub から情報を取得できなかった場合も True を返す)

is_default_modelboolean

AivisHub がデフォルトインストール対象として指定した音声合成モデルかどうか

latest_versionstring required

この音声合成モデルの AivisHub で公開されている最新バージョン (AivisHub で公開されていない場合は AIVM マニフェスト記載のバージョン)

file_pathstring path required

AIVMX ファイルのインストール先パス

file_sizeinteger required

AIVMX ファイルのインストールサイズ (バイト単位)

Changes

Changed in 2 of the 50 revisions of this API.12

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog