Search Results for

    Show / Hide Table of Contents

    Class AmazonTitanImageOptions

    Inheritance
    object
    AmazonTitanImageOptionsBase
    AmazonTitanImageOptions
    Implements
    IImageRequestOptions
    IProviderRequestOptions
    Inherited Members
    AmazonTitanImageOptionsBase.Quality
    AmazonTitanImageOptionsBase.CfgScale
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class AmazonTitanImageOptions : AmazonTitanImageOptionsBase, IImageRequestOptions, IProviderRequestOptions

    Properties

    | Edit this page View Source

    Colors

    Required. A list of up to 10 hex color codes to specify colors in the generated image.

    Declaration
    public List<Color> Colors { get; set; }
    Property Value
    Type Description
    List<Color>
    | Edit this page View Source

    ConditionImage

    Optional (V2 only). A single base64-encoded input conditioning image to guide layout and composition of the generated image.

    Declaration
    public string ConditionImage { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ControlMode

    Optional (V2 only). Specifies the type of conditioning mode. Enum: CANNY_EDGE, SEGMENTATION. Default: CANNY_EDGE.

    Declaration
    public string ControlMode { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ControlStrength

    Optional (V2 only). Weight given to the condition image. Range 0 to 1.0. Default: 0.7.

    Declaration
    public float? ControlStrength { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    ReferenceImage

    Optional. A base64-encoded image string that guides the color palette.

    Declaration
    public string ReferenceImage { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    IsColorGuidedGenerationOptions()

    Declaration
    public bool IsColorGuidedGenerationOptions()
    Returns
    Type Description
    bool
    | Edit this page View Source

    IsImageConditioningOptions()

    Declaration
    public bool IsImageConditioningOptions()
    Returns
    Type Description
    bool

    Implements

    IImageRequestOptions
    IProviderRequestOptions

    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