Class ServiceEndpoints

    Definition

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

    Represents service endpoints for AI services.

    public class ServiceEndpoints
    Inheritance
    object
    ServiceEndpoints

    Properties

    View Source

    LLMEndpoint

    Gets or sets the endpoint for the LLM service.

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

    SpeechToTextEndpoint

    Gets or sets the endpoint for the Speech-to-Text service.

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

    TextToSpeechEndpoint

    Gets or sets the endpoint for the Text-to-Speech service.

    Declaration
    public string TextToSpeechEndpoint { 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