Table of Contents

Class TranscriptionRequestBase<TSelf, TOutput, TEvent>

Namespace
Glitch9.AIDevKit
public abstract class TranscriptionRequestBase<TSelf, TOutput, TEvent> : GenerativeRequest<TSelf, Prompt<AudioClip>, TOutput, string, TEvent>, IGenerativeRequest, ISequentialRequest where TSelf : TranscriptionRequestBase<TSelf, TOutput, TEvent> where TOutput : IGeneratedOutput where TEvent : IGenerativeEvent<string, TOutput>

Type Parameters

TSelf
TOutput
TEvent
Inheritance
object
FluentApiRequest<TSelf, TOutput>
GenerativeRequest<TSelf, Prompt<AudioClip>, TOutput, string, TEvent>
TranscriptionRequestBase<TSelf, TOutput, TEvent>
Implements
Derived
Inherited Members
Extension Methods

Constructors

TranscriptionRequestBase(Prompt<AudioClip>)

protected TranscriptionRequestBase(Prompt<AudioClip> prompt)

Parameters

prompt Prompt<AudioClip>

Properties

ModelType

public override ModelType ModelType { get; }

Property Value

ModelType