ImageGenerationResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |