Share via


ImageGenerationResponse Class

Definition

Represents the result of an image generation request.

public ref class ImageGenerationResponse
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001")]
public class ImageGenerationResponse
public class ImageGenerationResponse
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001")>]
type ImageGenerationResponse = class
type ImageGenerationResponse = class
Public Class ImageGenerationResponse
Inheritance
ImageGenerationResponse
Attributes

Constructors

ImageGenerationResponse()

Initializes a new instance of the ImageGenerationResponse class.

ImageGenerationResponse(IList<AIContent>)

Initializes a new instance of the ImageGenerationResponse class.

Properties

Contents

Gets or sets the generated content items.

RawRepresentation

Gets or sets the raw representation of the image generation response from an underlying implementation.

Usage

Gets or sets usage details for the image generation response.

Applies to