TextToSpeechResponseUpdate コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| TextToSpeechResponseUpdate() |
TextToSpeechResponseUpdate クラスの新しいインスタンスを初期化します。 |
| TextToSpeechResponseUpdate(IList<AIContent>) |
TextToSpeechResponseUpdate クラスの新しいインスタンスを初期化します。 |
TextToSpeechResponseUpdate()
TextToSpeechResponseUpdate クラスの新しいインスタンスを初期化します。
public:
TextToSpeechResponseUpdate();
[System.Text.Json.Serialization.JsonConstructor]
public TextToSpeechResponseUpdate();
Public Sub New ()
- 属性
適用対象
TextToSpeechResponseUpdate(IList<AIContent>)
TextToSpeechResponseUpdate クラスの新しいインスタンスを初期化します。
public:
TextToSpeechResponseUpdate(System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ contents);
public TextToSpeechResponseUpdate(System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> contents);
new Microsoft.Extensions.AI.TextToSpeechResponseUpdate : System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> -> Microsoft.Extensions.AI.TextToSpeechResponseUpdate
Public Sub New (contents As IList(Of AIContent))