Table of Contents

Class PixelLabRotateRequest

public class PixelLabRotateRequest : PixelLabRequest
Inheritance
object
RESTRequestBody
PixelLabRotateRequest
Inherited Members
Extension Methods

Properties

DirectionChange

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

public int? DirectionChange { get; set; }

Property Value

int?

FromDirection

public PixelLabTypes.Direction? FromDirection { get; set; }

Property Value

PixelLabTypes.Direction?

FromImage

public PixelLabImage FromImage { get; set; }

Property Value

PixelLabImage

FromView

public PixelLabTypes.CameraView? FromView { get; set; }

Property Value

PixelLabTypes.CameraView?

ImageGuidanceScale

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

public float? ImageGuidanceScale { get; set; }

Property Value

float?

InitialImage

Optional. A base64 encoded image.

public PixelLabImage InitialImage { get; set; }

Property Value

PixelLabImage

InitialImageStrength

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

public int? InitialImageStrength { get; set; }

Property Value

int?

MaskImage

Optional. A base64 encoded image.

public PixelLabImage MaskImage { get; set; }

Property Value

PixelLabImage

ObliqueProjection

Optional. Generate in oblique projection

public bool? ObliqueProjection { get; set; }

Property Value

bool?

ToDirection

public PixelLabTypes.Direction? ToDirection { get; set; }

Property Value

PixelLabTypes.Direction?

ToView

public PixelLabTypes.CameraView? ToView { get; set; }

Property Value

PixelLabTypes.CameraView?

ViewChange

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

public int? ViewChange { get; set; }

Property Value

int?