Class AIServiceConfiguration

    Definition

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

    Represents the configuration for an AI service.

    public abstract class AIServiceConfiguration
    Inheritance
    object
    AIServiceConfiguration
    Derived
    OpenAIConfiguration
    SamsungAIConfiguration

    Properties

    View Source

    AdditionalSettings

    Gets or sets additional settings for the AI service.

    Declaration
    public Dictionary<string, object> AdditionalSettings { get; set; }
    Property Value
    Type Description
    Dictionary<, ><string, object>
    View Source

    ApiKey

    Gets or sets the API key for the AI service.

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

    Endpoints

    Gets or sets the service endpoints.

    Declaration
    public ServiceEndpoints Endpoints { get; set; }
    Property Value
    Type Description
    ServiceEndpoints

    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