Interface IAIService
Definition
- Assembly:
- Tizen.AIAvatar.dll
Represents a generic AI service interface.
public interface IAIService
Properties
View SourceCapabilities
Gets the capabilities of the AI service.
Declaration
ServiceCapabilities Capabilities { get; }
Property Value
| Type | Description |
|---|---|
| ServiceCapabilities |
ServiceName
Gets the name of the AI service.
Declaration
string ServiceName { get; }
Property Value
| Type | Description |
|---|---|
| string |