AxTranscriptionResponse
type AxTranscriptionResponse = object;Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/audio/types.ts#L76
Properties
duration?
optional duration: number;Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/audio/types.ts#L79
language?
optional language: string;Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/audio/types.ts#L78
segments?
optional segments: AxTranscriptionSegment[];Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/audio/types.ts#L80
text
text: string;Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/audio/types.ts#L77
words?
optional words: AxTranscriptionSegment[];Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/audio/types.ts#L81