TextToSpeechResponseUpdate Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| TextToSpeechResponseUpdate() |
Initierar en ny instans av TextToSpeechResponseUpdate klassen. |
| TextToSpeechResponseUpdate(IList<AIContent>) |
Initierar en ny instans av TextToSpeechResponseUpdate klassen. |
TextToSpeechResponseUpdate()
Initierar en ny instans av TextToSpeechResponseUpdate klassen.
public:
TextToSpeechResponseUpdate();
[System.Text.Json.Serialization.JsonConstructor]
public TextToSpeechResponseUpdate();
Public Sub New ()
- Attribut
Gäller för
TextToSpeechResponseUpdate(IList<AIContent>)
Initierar en ny instans av TextToSpeechResponseUpdate klassen.
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))