ImageGenerationRequest 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 a request for image generation.
public ref class ImageGenerationRequest
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001")]
public class ImageGenerationRequest
public class ImageGenerationRequest
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001")>]
type ImageGenerationRequest = class
type ImageGenerationRequest = class
Public Class ImageGenerationRequest
- Inheritance
-
ImageGenerationRequest
- Attributes
Constructors
| ImageGenerationRequest() |
Initializes a new instance of the ImageGenerationRequest class. |
| ImageGenerationRequest(String, IEnumerable<AIContent>) |
Initializes a new instance of the ImageGenerationRequest class. |
| ImageGenerationRequest(String) |
Initializes a new instance of the ImageGenerationRequest class. |
Properties
| OriginalImages |
Gets or sets the original images to base edits on. |
| Prompt |
Gets or sets the prompt to guide the image generation. |