AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class GENVideoTask

    Inheritance
    object
    GENTask<GENVideoTask, string, GeneratedVideo>
    GENVideoTask
    Implements
    IGENTask
    Inherited Members
    GENTask<GENVideoTask, string, GeneratedVideo>.token
    GENTask<GENVideoTask, string, GeneratedVideo>.enableHistory
    GENTask<GENVideoTask, string, GeneratedVideo>.isCanceled
    GENTask<GENVideoTask, string, GeneratedVideo>.outputMimeType
    GENTask<GENVideoTask, string, GeneratedVideo>.Cancel()
    GENTask<GENVideoTask, string, GeneratedVideo>.SetOption(string, object)
    GENTask<GENVideoTask, string, GeneratedVideo>.TryGetOption<T>(string, out T)
    GENTask<GENVideoTask, string, GeneratedVideo>.SetModel(Model)
    GENTask<GENVideoTask, string, GeneratedVideo>.SetCount(int)
    GENTask<GENVideoTask, string, GeneratedVideo>.SetOutputPath(string)
    GENTask<GENVideoTask, string, GeneratedVideo>.SetSender(string)
    GENTask<GENVideoTask, string, GeneratedVideo>.SetIgnoreLogs(bool)
    GENTask<GENVideoTask, string, GeneratedVideo>.EnablePromptHistory(bool)
    GENTask<GENVideoTask, string, GeneratedVideo>.SetCancellationToken(CancellationToken)
    GENTask<GENVideoTask, string, GeneratedVideo>.ExecuteAsyncINTERNAL()
    GENTask<GENVideoTask, string, GeneratedVideo>.ExecuteAsync()
    GENTask<GENVideoTask, string, GeneratedVideo>.ExecuteAsync<T>()
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class GENVideoTask : GENTask<GENVideoTask, string, GeneratedVideo>, IGENTask

    Constructors

    GENVideoTask(string)

    Declaration
    public GENVideoTask(string promptText)
    Parameters
    Type Name Description
    string promptText

    GENVideoTask(Texture2D)

    Declaration
    public GENVideoTask(Texture2D promptImage)
    Parameters
    Type Name Description
    Texture2D promptImage

    Properties

    outputMimeType

    Declaration
    public override MIMEType outputMimeType { get; set; }
    Property Value
    Type Description
    MIMEType
    Overrides
    GENTask<GENVideoTask, string, GeneratedVideo>.outputMimeType

    Methods

    ExecuteAsyncINTERNAL()

    Executes the task and returns the generated result.

    Declaration
    protected override UniTask<GeneratedVideo> ExecuteAsyncINTERNAL()
    Returns
    Type Description
    UniTask<GeneratedVideo>
    Overrides
    GENTask<GENVideoTask, string, GeneratedVideo>.ExecuteAsyncINTERNAL()

    Implements

    IGENTask

    Extension Methods

    FluentAPIExtensions.SetAspectRatio<TTask>(TTask, AspectRatio)
    FluentAPIExtensions.SetPersonGeneration<TTask>(TTask, PersonGeneration)
    FluentAPIExtensions.SetSize<T>(T, ImageSize)
    In this article
    Back to top Generated by DocFX