Table of Contents

Class FluentApiRequestOptions

Namespace
Glitch9.AIDevKit

원래 RESTOptions썼는데 존나 헷갈려서 따로 DTO로 분리

public class FluentApiRequestOptions
Inheritance
object
FluentApiRequestOptions

Properties

Completer

public IStreamEventCompleter Completer { get; set; }

Property Value

IStreamEventCompleter

ContentType

public MimeType ContentType { get; set; }

Property Value

MimeType

LogLevel

public TraceLevel? LogLevel { get; set; }

Property Value

TraceLevel?

OutputAudioFormat

public AudioFormat OutputAudioFormat { get; set; }

Property Value

AudioFormat

OutputPath

public string OutputPath { get; set; }

Property Value

string

Sender

public string Sender { get; set; }

Property Value

string

Token

public CancellationToken Token { get; set; }

Property Value

CancellationToken