TextToSpeechOptions コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| TextToSpeechOptions() |
TextToSpeechOptions クラスの新しいインスタンスを初期化します。 |
| TextToSpeechOptions(TextToSpeechOptions) |
TextToSpeechOptionsからすべてのプロパティの簡易コピーを実行して、 |
TextToSpeechOptions()
TextToSpeechOptions クラスの新しいインスタンスを初期化します。
public:
TextToSpeechOptions();
public TextToSpeechOptions();
Public Sub New ()
適用対象
TextToSpeechOptions(TextToSpeechOptions)
TextToSpeechOptionsからすべてのプロパティの簡易コピーを実行して、other クラスの新しいインスタンスを初期化します。
protected:
TextToSpeechOptions(Microsoft::Extensions::AI::TextToSpeechOptions ^ other);
protected TextToSpeechOptions(Microsoft.Extensions.AI.TextToSpeechOptions? other);
new Microsoft.Extensions.AI.TextToSpeechOptions : Microsoft.Extensions.AI.TextToSpeechOptions -> Microsoft.Extensions.AI.TextToSpeechOptions
Protected Sub New (other As TextToSpeechOptions)
パラメーター
- other
- TextToSpeechOptions