TextToSpeechResponseUpdate 构造函数

定义

重载

TextToSpeechResponseUpdate()

Source:
TextToSpeechResponseUpdate.cs

初始化 TextToSpeechResponseUpdate 类的新实例。

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

适用于

TextToSpeechResponseUpdate(IList<AIContent>)

Source:
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>

此更新的内容。

适用于