Class ModelService
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class ModelService : CrudServiceBase<ElevenLabsClient>, ICrudService
Constructors
|
Edit this page
View Source
ModelService(ElevenLabsClient)
Declaration
public ModelService(ElevenLabsClient client)
Parameters
Methods
|
Edit this page
View Source
ListAsync(ElevenLabsQuery, RequestOptions)
Declaration
public UniTask<Queried<ElevenLabsModelInfo>> ListAsync(ElevenLabsQuery query = null, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods