Class GENAudioRecordingTask<TSelf, TResult>
Implements
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public abstract class GENAudioRecordingTask<TSelf, TResult> : GENTask<TSelf, IGENTranscriptOptions, AudioClip, TResult>, IGENTask where TSelf : GENAudioRecordingTask<TSelf, TResult> where TResult : IGeneratedResult
Type Parameters
Name | Description |
---|---|
TSelf | |
TResult |
Constructors
GENAudioRecordingTask(AudioClip)
Declaration
protected GENAudioRecordingTask(AudioClip prompt)
Parameters
Type | Name | Description |
---|---|---|
AudioClip | prompt |