Class SamsungAIConfiguration

    Definition

    Namespace:
    Tizen.AIAvatar
    Assembly:
    Tizen.AIAvatar.dll

    Configuration class for Samsung AI services.

    public class SamsungAIConfiguration : AIServiceConfiguration
    Inheritance
    object
    AIServiceConfiguration
    SamsungAIConfiguration

    Constructors

    View Source

    SamsungAIConfiguration()

    Initializes a new instance of the SamsungAIConfiguration class with default endpoint settings.

    Declaration
    public SamsungAIConfiguration()

    Properties

    View Source

    Model

    Gets or sets the default model to use for LLM services.

    Declaration
    public string Model { get; set; }
    Property Value
    Type Description
    string
    View Source

    SmallModel

    Gets or sets the small model version for LLM services.

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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX