Class PixelLabRotateRequest
public class PixelLabRotateRequest : PixelLabRequest
- Inheritance
-
objectRESTRequestBodyPixelLabRotateRequest
- 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
FromImage
public PixelLabImage FromImage { get; set; }
Property Value
FromView
public PixelLabTypes.CameraView? FromView { get; set; }
Property Value
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
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
ObliqueProjection
Optional. Generate in oblique projection
public bool? ObliqueProjection { get; set; }
Property Value
- bool?
ToDirection
public PixelLabTypes.Direction? ToDirection { get; set; }
Property Value
ToView
public PixelLabTypes.CameraView? ToView { get; set; }
Property Value
ViewChange
Optional. How many degrees to tilt the subject Min: -90, Max: 90
public int? ViewChange { get; set; }
Property Value
- int?