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>.SetTextToTarget(GeneratedText)
    GENTask<GENVideoTask, string, GeneratedVideo>.SetImageToTarget(GeneratedImage)
    GENTask<GENVideoTask, string, GeneratedVideo>.SetAudioToTarget(GeneratedAudio)
    GENTask<GENVideoTask, string, GeneratedVideo>.ExecuteAsync()
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class GENVideoTask : GENTask<GENVideoTask, string, GeneratedVideo>, IGENTask

    Constructors

    GENVideoTask(string, Object)

    Declaration
    public GENVideoTask(string promptText, UnityEngine.Object target = null)
    Parameters
    Type Name Description
    string promptText
    Object target

    GENVideoTask(Texture2D, Object)

    Declaration
    public GENVideoTask(Texture2D promptImage, UnityEngine.Object target = null)
    Parameters
    Type Name Description
    Texture2D promptImage
    Object target

    Properties

    outputMimeType

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

    Methods

    ExecuteAsync()

    Executes the task and returns the generated result.

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

    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