AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class PredictionResponse

    Inheritance
    object
    PredictionResponse
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class PredictionResponse

    Properties

    GeneratedImages

    Declaration
    public List<GeneratedImageBlob> GeneratedImages { get; set; }
    Property Value
    Type Description
    List<GeneratedImageBlob>

    Methods

    ToGeneratedImageAsync(string)

    Declaration
    public UniTask<GeneratedImage> ToGeneratedImageAsync(string outputPath)
    Parameters
    Type Name Description
    string outputPath
    Returns
    Type Description
    UniTask<GeneratedImage>

    Validate<T>()

    Declaration
    public bool Validate<T>()
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    T
    In this article
    Back to top Generated by DocFX