ImageGenerationResponse Konstruktoren

Definition

Initialisiert eine neue Instanz der ImageGenerationResponse-Klasse.

Überlädt

Name Beschreibung
ImageGenerationResponse()

Initialisiert eine neue Instanz der ImageGenerationResponse-Klasse.

ImageGenerationResponse(IList<AIContent>)

Initialisiert eine neue Instanz der ImageGenerationResponse-Klasse.

ImageGenerationResponse()

Quelle:
ImageGenerationResponse.cs

Initialisiert eine neue Instanz der ImageGenerationResponse-Klasse.

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

Gilt für:

ImageGenerationResponse(IList<AIContent>)

Quelle:
ImageGenerationResponse.cs

Initialisiert eine neue Instanz der ImageGenerationResponse-Klasse.

public:
 ImageGenerationResponse(System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ contents);
public ImageGenerationResponse(System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent>? contents);
new Microsoft.Extensions.AI.ImageGenerationResponse : System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> -> Microsoft.Extensions.AI.ImageGenerationResponse
Public Sub New (contents As IList(Of AIContent))

Parameter

contents
IList<AIContent>

Der Inhalt für diese Antwort.

Gilt für: