TtsControlVoicePresetNames プロパティ |
登録されているボイスプリセット名を取得します。
名前空間:
AI.Talk.Editor.Api
アセンブリ:
AI.Talk.Editor.Api (in AI.Talk.Editor.Api.dll) バージョン: 1.3.2.0 (1.3.2.0)
構文 public string[] VoicePresetNames { get; }
Public ReadOnly Property VoicePresetNames As String()
Get
public:
virtual property array<String^>^ VoicePresetNames {
array<String^>^ get () sealed;
}
abstract VoicePresetNames : string[] with get
override VoicePresetNames : string[] with get
プロパティ値
型:
String解説
標準ボイスプリセットとユーザーボイスプリセットが含まれます。
関連項目