AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class PromptBase

    Inheritance
    object
    PromptBase
    InpaintPrompt
    TextPrompt
    Weighted<T>
    Implements
    IPrompt
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public abstract class PromptBase : IPrompt

    Methods

    GetText()

    Declaration
    public abstract string GetText()
    Returns
    Type Description
    string

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()

    Implements

    IPrompt
    In this article
    Back to top Generated by DocFX