Search Results for

    Show / Hide Table of Contents

    Interface IGenerativeVisualRequest

    Common contract for image and video generation requests. "Visual" explicitly excludes audio ??this covers any generation request whose primary output is an image or video frame.

    Inherited Members
    IGenerativeRequest.Api
    IGenerativeRequest.RequestType
    IGenerativeRequest.EndpointType
    IGenerativeRequest.Model
    IGenerativeRequest.Sender
    IGenerativeRequest.Stream
    IGenerativeRequest.N
    IGenerativeRequest.ContentType
    IGenerativeRequest.ResponseType
    IGenerativeRequest.SafetyIdentifier
    IGenerativeRequest.ServiceTier
    IGenerativeRequest.DownloadOptions
    IGenerativeRequest.LogOptions
    IGenerativeRequest.MeasureLatency
    IGenerativeRequest.RequestedAt
    IGenerativeRequest.OnLatencyMeasured
    IGenerativeRequest.RecordOptions
    IGenerativeRequest.RecordedContext
    IGenerativeRequest.ShouldWriteRecord()
    IGenerativeRequest.ShouldMeasureLatency()
    IGenerativeRequest.GetPrompt()
    IGenerativeRequest.GetPromptStringToRecord()
    IGenerativeRequest.ExecuteAsyncT<T>(CancellationToken)
    IGenerativeRequest.Cancel()
    IGenerativeRequest.ProcessPostRequestTasks<T>(Generated<T>)
    IGenerativeRequest.ProcessPostRequestTasks(IResult)
    IGenerativeRequest.SetPlaygroundSettings(string, string, string, bool, Action<double>, Action<GenerationRecord>)
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public interface IGenerativeVisualRequest : IGenerativeRequest

    Properties

    | Edit this page View Source

    NegativePrompt

    Declaration
    string NegativePrompt { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ResponseFormat

    Declaration
    FileResponseFormat? ResponseFormat { get; set; }
    Property Value
    Type Description
    FileResponseFormat?
    | Edit this page View Source

    Seed

    Declaration
    Seed Seed { get; set; }
    Property Value
    Type Description
    Seed
    | Edit this page View Source

    Size

    Declaration
    MediaSize Size { get; set; }
    Property Value
    Type Description
    MediaSize

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation