Search Results for

    Show / Hide Table of Contents

    Class PredictionResponseExtensions

    Inheritance
    object
    PredictionResponseExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Replicate
    Assembly: Glitch9.AIDevKit.Provider.Replicate.dll
    Syntax
    public static class PredictionResponseExtensions

    Methods

    | Edit this page View Source

    ToGeneratedImageAsync(ReplicatePrediction)

    Declaration
    public static UniTask<Generated<IImageAsset>> ToGeneratedImageAsync(this ReplicatePrediction prediction)
    Parameters
    Type Name Description
    ReplicatePrediction prediction
    Returns
    Type Description
    UniTask<Generated<IImageAsset>>
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation