ElevenLabsOptions
USI.AI
Public SDK type.
public sealed class ElevenLabsOptions : IEquatable<ElevenLabsOptions>Constructors
ElevenLabsOptions
public ElevenLabsOptions(string ApiKey, string VoiceId, string Model = "eleven_multilingual_v2", Uri BaseUri = null)Properties
ApiKey
public string ApiKey { get; set; }BaseUri
public Uri BaseUri { get; set; }Model
public string Model { get; set; }VoiceId
public string VoiceId { get; set; }Methods
<Clone>$
public ElevenLabsOptions <Clone>$()Deconstruct
public void Deconstruct(string ApiKey, string VoiceId, string Model, Uri BaseUri)Equals
public bool Equals(object obj)Equals
public bool Equals(ElevenLabsOptions other)GetHashCode
public int GetHashCode()ToString
public string ToString()