Class ServiceEndpoints
Definition
- Assembly:
- Tizen.AIAvatar.dll
Represents service endpoints for AI services.
public class ServiceEndpoints
- Inheritance
-
objectServiceEndpoints
Properties
View SourceLLMEndpoint
Gets or sets the endpoint for the LLM service.
Declaration
public string LLMEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SpeechToTextEndpoint
Gets or sets the endpoint for the Speech-to-Text service.
Declaration
public string SpeechToTextEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TextToSpeechEndpoint
Gets or sets the endpoint for the Text-to-Speech service.
Declaration
public string TextToSpeechEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |