Class GENInpaintTask
Task for editing an existing image based on a text prompt and optional mask (OpenAI or Google Gemini).
Inheritance
object
GENInpaintTask
Assembly: .dll
Syntax
public class GENInpaintTask : GENTask<GENInpaintTask, InpaintPrompt, GeneratedImage>, IGENTask
Constructors
GENInpaintTask(InpaintPrompt)
Declaration
public GENInpaintTask(InpaintPrompt prompt)
Parameters
Properties
outputMimeType
Declaration
public override MIMEType outputMimeType { get; set; }
Property Value
Type |
Description |
MIMEType |
|
Overrides
Methods
ExecuteAsyncINTERNAL()
Executes the task and returns the generated result.
Declaration
protected override UniTask<GeneratedImage> ExecuteAsyncINTERNAL()
Returns
Overrides
Implements
Extension Methods