Class GENVideoTask
Inheritance
object
GENVideoTask
Assembly: .dll
Syntax
public class GENVideoTask : GENTask<GENVideoTask, IGENVideoOptions, TextPrompt, GeneratedVideo>, IGENTask
Constructors
GENVideoTask(TextPrompt)
Declaration
public GENVideoTask(TextPrompt textPrompt)
Parameters
GENVideoTask(Texture2D)
Declaration
public GENVideoTask(Texture2D promptImage)
Parameters
Type |
Name |
Description |
Texture2D |
promptImage |
|
Fields
promptImage
Declaration
public readonly Texture2D promptImage
Field Value
Type |
Description |
Texture2D |
|
Properties
Method
Declaration
public override string Method { get; }
Property Value
Overrides
ResponseMimeType
Declaration
public override MIMEType ResponseMimeType { get; set; }
Property Value
Type |
Description |
MIMEType |
|
Overrides
Methods
ExecuteAsyncINTERNAL()
Declaration
protected override UniTask<GeneratedVideo> ExecuteAsyncINTERNAL()
Returns
Overrides
Implements