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

AxTranscriptionResponse

TypeScript
type AxTranscriptionResponse = object;

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

Properties

duration?

TypeScript
optional duration: number;

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


language?

TypeScript
optional language: string;

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


segments?

TypeScript
optional segments: AxTranscriptionSegment[];

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


text

TypeScript
text: string;

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


words?

TypeScript
optional words: AxTranscriptionSegment[];

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

Docs