AxSpeechConfig
type AxSpeechConfig = object;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/audio/types.ts#L97
Properties
fields?
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?
optional speak: Omit<AxSpeechRequest, "text">;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/audio/types.ts#L99
transcribe?
optional transcribe: Omit<AxTranscriptionRequest, "audio">;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/audio/types.ts#L98