AxSpeechConfig Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxSpeechConfig.md type AxSpeechConfig

AxSpeechConfig

TypeScript
type AxSpeechConfig = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/audio/types.ts#L97

Properties

fields?

TypeScript
optional fields: Record<string, Omit<AxSpeechRequest, "text">>;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/audio/types.ts#L100


speak?

TypeScript
optional speak: Omit<AxSpeechRequest, "text">;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/audio/types.ts#L99


transcribe?

TypeScript
optional transcribe: Omit<AxTranscriptionRequest, "audio">;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/audio/types.ts#L98

Docs