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/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L112

Properties

fields?

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

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L115


speak?

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

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L114


transcribe?

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

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L113

Docs