class PersonalVoiceSynthesisRequest
class PersonalVoiceSynthesisRequest
: public SpeechSynthesisRequest
個人の音声 (aka.ms/azureai/personal-voice) の音声合成要求を定義するクラス。 このクラスはプレビュー段階であり、変更される可能性があります。 バージョン 1.39.0 で追加されました。
メンバーズ
~PersonalVoiceSynthesisRequest
構文: public inline virtual ~PersonalVoiceSynthesisRequest ( );
オブジェクトを破棄します。
NewTextStreamingRequest
構文: public inline static std::shared_ptr< PersonalVoiceSynthesisRequest > NewTextStreamingRequest ( const std::string & personalVoiceName , const std::string & modelName );
テキスト ストリーミングを有効にして、個人の音声音声合成要求を作成します。
パラメーター
personalVoiceName
合成に使用する個人用音声の名前。modelName
モデルの名前。 例: DragonLatestNeural または PhoenixLatestNeural
収益
新しい音声合成要求インスタンスへの共有ポインター。