Interface IAIService

    Definition

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

    Represents a generic AI service interface.

    public interface IAIService

    Properties

    View Source

    Capabilities

    Gets the capabilities of the AI service.

    Declaration
    ServiceCapabilities Capabilities { get; }
    Property Value
    Type Description
    ServiceCapabilities
    View Source

    ServiceName

    Gets the name of the AI service.

    Declaration
    string ServiceName { get; }
    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