Search Results for

    Show / Hide Table of Contents

    Class StabilityOutpaintingRequest

    Inheritance
    object
    StabilityRequest
    StabilityGenerationRequest
    StabilityOutpaintingRequest
    Inherited Members
    StabilityGenerationRequest.AspectRatio
    StabilityGenerationRequest.Mode
    StabilityGenerationRequest.Image
    StabilityGenerationRequest.Strength
    StabilityGenerationRequest.StylePreset
    StabilityGenerationRequest.Creativity
    StabilityRequest.Prompt
    StabilityRequest.NegativePrompt
    StabilityRequest.OutputFormat
    StabilityRequest.Seed
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class StabilityOutpaintingRequest : StabilityGenerationRequest

    Properties

    | Edit this page View Source

    Down

    Optional. The number of pixels to outpaint on the bottom of the image. At least one outpainting direction must be supplied with a non-zero value. Range 0 to 2000. Default 0.

    Declaration
    [JsonProperty("down")]
    public int? Down { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Left

    Optional. The number of pixels to outpaint on the left side of the image. At least one outpainting direction must be supplied with a non-zero value. Range 0 to 2000. Default 0.

    Declaration
    [JsonProperty("left")]
    public int? Left { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Right

    Optional. The number of pixels to outpaint on the right side of the image. At least one outpainting direction must be supplied with a non-zero value. Range 0 to 2000. Default 0.

    Declaration
    [JsonProperty("right")]
    public int? Right { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Up

    Optional. The number of pixels to outpaint on the top of the image. At least one outpainting direction must be supplied with a non-zero value. Range 0 to 2000. Default 0.

    Declaration
    [JsonProperty("up")]
    public int? Up { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation