Class AIServiceConfiguration
Definition
- Assembly:
- Tizen.AIAvatar.dll
Represents the configuration for an AI service.
public abstract class AIServiceConfiguration
- Inheritance
-
objectAIServiceConfiguration
- Derived
Properties
View SourceAdditionalSettings
Gets or sets additional settings for the AI service.
Declaration
public Dictionary<string, object> AdditionalSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<, ><string, object> |
ApiKey
Gets or sets the API key for the AI service.
Declaration
public string ApiKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Endpoints
Gets or sets the service endpoints.
Declaration
public ServiceEndpoints Endpoints { get; set; }
Property Value
| Type | Description |
|---|---|
| ServiceEndpoints |