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