Class Voice
Implements
IData
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class Voice : AIDevKitAsset, IData
Properties
Name
The name of the asset If it's a model: "gpt-3.5-turbo", "gemini-pro-vision" If it's a voice: "alloy"(OpenAI), "rachel"(ElevenLabs) This is a human-readable name for the model that can be displayed in the UI or logs.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Operators
implicit operator Voice(string)
Declaration
public static implicit operator Voice(string apiName)
Parameters
Type | Name | Description |
---|---|---|
string | apiName |
Returns
Type | Description |
---|---|
Voice |
Implements
IData