AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class InpaintService

    Inheritance
    object
    CRUDServiceBase<PixelLab>
    InpaintService
    Inherited Members
    CRUDServiceBase<PixelLab>.client
    CRUDServiceBase<PixelLab>.IsBetaService
    CRUDServiceBase<PixelLab>.CustomApiKey
    CRUDServiceBase<PixelLab>.CustomBetaHeaders
    Namespace: Glitch9.AIDevKit.PixelLab
    Assembly: .dll
    Syntax
    public class InpaintService : CRUDServiceBase<PixelLab>

    Constructors

    InpaintService(PixelLab, params RESTHeader[])

    Declaration
    public InpaintService(PixelLab client, params RESTHeader[] betaHeaders)
    Parameters
    Type Name Description
    PixelLab client
    RESTHeader[] betaHeaders

    Methods

    InpaintAsync(PixelLabInpaintRequest, RESTRequestOptions)

    Declaration
    public UniTask<PixelLabSprite> InpaintAsync(PixelLabInpaintRequest req, RESTRequestOptions options = null)
    Parameters
    Type Name Description
    PixelLabInpaintRequest req
    RESTRequestOptions options
    Returns
    Type Description
    UniTask<PixelLabSprite>
    In this article
    Back to top Generated by DocFX