TextToSpeechResponse 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 |
|---|---|
| TextToSpeechResponse() |
Initierar en ny instans av TextToSpeechResponse klassen. |
| TextToSpeechResponse(IList<AIContent>) |
Initierar en ny instans av TextToSpeechResponse klassen. |
TextToSpeechResponse()
- Källa:
- TextToSpeechResponse.cs
Initierar en ny instans av TextToSpeechResponse klassen.
public:
TextToSpeechResponse();
[System.Text.Json.Serialization.JsonConstructor]
public TextToSpeechResponse();
Public Sub New ()
- Attribut
Gäller för
TextToSpeechResponse(IList<AIContent>)
- Källa:
- TextToSpeechResponse.cs
Initierar en ny instans av TextToSpeechResponse klassen.
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))