AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class PixelLabRotateRequest

    Inheritance
    object
    RESTRequestBody
    PixelLabRequest
    PixelLabRotateRequest
    Inherited Members
    PixelLabRequest.Size
    PixelLabRequest.Isometric
    PixelLabRequest.ColorImage
    PixelLabRequest.Seed
    Namespace: Glitch9.AIDevKit.PixelLab
    Assembly: .dll
    Syntax
    public class PixelLabRotateRequest : PixelLabRequest

    Properties

    DirectionChange

    Optional. How many degrees to rotate the subject Min: -180, Max: 180

    Declaration
    public int? DirectionChange { get; set; }
    Property Value
    Type Description
    int?

    FromDirection

    Declaration
    public PixelLabTypes.Direction? FromDirection { get; set; }
    Property Value
    Type Description
    PixelLabTypes.Direction?

    FromImage

    Declaration
    public PixelLabImage FromImage { get; set; }
    Property Value
    Type Description
    PixelLabImage

    FromView

    Declaration
    public PixelLabTypes.CameraView? FromView { get; set; }
    Property Value
    Type Description
    PixelLabTypes.CameraView?

    ImageGuidanceScale

    Optional. How closely to follow the reference image Min: 1, Max: 20, Default: 3

    Declaration
    public float? ImageGuidanceScale { get; set; }
    Property Value
    Type Description
    float?

    InitialImage

    Optional. A base64 encoded image.

    Declaration
    public PixelLabImage InitialImage { get; set; }
    Property Value
    Type Description
    PixelLabImage

    InitialImageStrength

    Optional. Strength of the initial image influence Min: 1, Max: 999, Default: 300

    Declaration
    public int? InitialImageStrength { get; set; }
    Property Value
    Type Description
    int?

    MaskImage

    Optional. A base64 encoded image.

    Declaration
    public PixelLabImage MaskImage { get; set; }
    Property Value
    Type Description
    PixelLabImage

    ObliqueProjection

    Optional. Generate in oblique projection

    Declaration
    public bool? ObliqueProjection { get; set; }
    Property Value
    Type Description
    bool?

    ToDirection

    Declaration
    public PixelLabTypes.Direction? ToDirection { get; set; }
    Property Value
    Type Description
    PixelLabTypes.Direction?

    ToView

    Declaration
    public PixelLabTypes.CameraView? ToView { get; set; }
    Property Value
    Type Description
    PixelLabTypes.CameraView?

    ViewChange

    Optional. How many degrees to tilt the subject Min: -90, Max: 90

    Declaration
    public int? ViewChange { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

    RequestExtensions.ExecuteAsync(PixelLabRotateRequest)
    In this article
    Back to top Generated by DocFX