Del via


TextToSpeechResponseUpdate Constructors

Definition

Overloads

Name Description
TextToSpeechResponseUpdate()

Initializes a new instance of the TextToSpeechResponseUpdate class.

TextToSpeechResponseUpdate(IList<AIContent>)

Initializes a new instance of the TextToSpeechResponseUpdate class.

TextToSpeechResponseUpdate()

Source:
TextToSpeechResponseUpdate.cs

Initializes a new instance of the TextToSpeechResponseUpdate class.

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

Applies to

TextToSpeechResponseUpdate(IList<AIContent>)

Source:
TextToSpeechResponseUpdate.cs

Initializes a new instance of the TextToSpeechResponseUpdate class.

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

Parameters

contents
IList<AIContent>

The contents for this update.

Applies to