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