Class PixelLabRotateRequest
Inheritance
object
RESTRequestBody
PixelLabRotateRequest
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
FromDirection
Declaration
public PixelLabTypes.Direction? FromDirection { get; set; }
Property Value
FromImage
Declaration
public PixelLabImage FromImage { get; set; }
Property Value
FromView
Declaration
public PixelLabTypes.CameraView? FromView { get; set; }
Property Value
ImageGuidanceScale
Optional. How closely to follow the reference image
Min: 1, Max: 20, Default: 3
Declaration
public float? ImageGuidanceScale { get; set; }
Property Value
InitialImage
Optional. A base64 encoded image.
Declaration
public PixelLabImage InitialImage { get; set; }
Property Value
InitialImageStrength
Optional. Strength of the initial image influence
Min: 1, Max: 999, Default: 300
Declaration
public int? InitialImageStrength { get; set; }
Property Value
MaskImage
Optional. A base64 encoded image.
Declaration
public PixelLabImage MaskImage { get; set; }
Property Value
ObliqueProjection
Optional. Generate in oblique projection
Declaration
public bool? ObliqueProjection { get; set; }
Property Value
ToDirection
Declaration
public PixelLabTypes.Direction? ToDirection { get; set; }
Property Value
ToView
Declaration
public PixelLabTypes.CameraView? ToView { get; set; }
Property Value
ViewChange
Optional. How many degrees to tilt the subject
Min: -90, Max: 90
Declaration
public int? ViewChange { get; set; }
Property Value
Extension Methods