Class GetVoiceRequest
Inheritance
GetVoiceRequest
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class GetVoiceRequest : VoiceRequest<GetVoiceRequest, IVoiceInfo>
Constructors
|
Edit this page
View Source
GetVoiceRequest(Api, string, ResourceKind)
Declaration
public GetVoiceRequest(Api api, string voiceId, ResourceKind kind = ResourceKind.Foundation)
Parameters
Properties
|
Edit this page
View Source
Kind
Declaration
public ResourceKind Kind { get; }
Property Value
|
Edit this page
View Source
RequestType
The endpoint type for this
Declaration
public override RequestType RequestType { get; }
Property Value
Overrides
|
Edit this page
View Source
VoiceId
Declaration
public string VoiceId { get; set; }
Property Value
Methods
|
Edit this page
View Source
ExecuteAsyncInternal()
Executes the actual task logic. Must be implemented in derived classes.
Declaration
protected override UniTask<IVoiceInfo> ExecuteAsyncInternal()
Returns
Overrides
Extension Methods