Class XAIAudioModel.SupportedClient
Inherited Members
Namespace: Glitch9.AIDevKit.xAI
Assembly: Glitch9.AIDevKit.Provider.XAI.dll
Syntax
public class XAIAudioModel.SupportedClient
Properties
| Edit this page View SourceClientName
Required. Short ID-like string describing this client in the API.
Declaration
[JsonProperty("clientName")]
public string ClientName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Required. Human readable description for this type of client.
Declaration
[JsonProperty("description")]
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |