次の方法で共有


TextToSpeechOptions コンストラクター

定義

オーバーロード

名前 説明
TextToSpeechOptions()

TextToSpeechOptions クラスの新しいインスタンスを初期化します。

TextToSpeechOptions(TextToSpeechOptions)

TextToSpeechOptionsからすべてのプロパティの簡易コピーを実行して、other クラスの新しいインスタンスを初期化します。

TextToSpeechOptions()

ソース:
TextToSpeechOptions.cs

TextToSpeechOptions クラスの新しいインスタンスを初期化します。

public:
 TextToSpeechOptions();
public TextToSpeechOptions();
Public Sub New ()

適用対象

TextToSpeechOptions(TextToSpeechOptions)

ソース:
TextToSpeechOptions.cs

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)

パラメーター

適用対象