AxSpeechRequest
type AxSpeechRequest<TModel> = object;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L99
Type Parameters
| Type Parameter | Default type |
|---|---|
TModel | string |
Properties
format?
optional format: AxAudioFormat;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L103
language?
optional language: string;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L107
mimeType?
optional mimeType: string;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L104
model?
optional model: TModel;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L101
sampleRate?
optional sampleRate: number;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L105
speed?
optional speed: number;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L106
text
text: string;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L100
voice?
optional voice:
| string
| {
id: string;
};Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L102