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