次の方法で共有


TextToSpeechResponse コンストラクター

定義

オーバーロード

名前 説明
TextToSpeechResponse()

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

TextToSpeechResponse(IList<AIContent>)

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

TextToSpeechResponse()

ソース:
TextToSpeechResponse.cs

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

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

適用対象

TextToSpeechResponse(IList<AIContent>)

ソース:
TextToSpeechResponse.cs

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

public:
 TextToSpeechResponse(System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ contents);
public TextToSpeechResponse(System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> contents);
new Microsoft.Extensions.AI.TextToSpeechResponse : System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> -> Microsoft.Extensions.AI.TextToSpeechResponse
Public Sub New (contents As IList(Of AIContent))

パラメーター

contents
IList<AIContent>

この応答の内容。

適用対象