次の方法で共有


TextToSpeechResponseUpdate コンストラクター

定義

オーバーロード

名前 説明
TextToSpeechResponseUpdate()

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

TextToSpeechResponseUpdate(IList<AIContent>)

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

TextToSpeechResponseUpdate()

ソース:
TextToSpeechResponseUpdate.cs

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

public:
 TextToSpeechResponseUpdate();
[System.Text.Json.Serialization.JsonConstructor]
public TextToSpeechResponseUpdate();
Public Sub New ()
属性

適用対象

TextToSpeechResponseUpdate(IList<AIContent>)

ソース:
TextToSpeechResponseUpdate.cs

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))

パラメーター

contents
IList<AIContent>

この更新プログラムの内容。

適用対象