Skip to main content

Interface: AudioIndexResult

Defined in: packages/agentos/src/rag/multimodal/types.ts:143

Result of indexing an audio file into the vector store.

See

AudioIndexOptions for the input shape.

Properties

id

id: string

Defined in: packages/agentos/src/rag/multimodal/types.ts:145

Unique document ID in the vector store.


transcript

transcript: string

Defined in: packages/agentos/src/rag/multimodal/types.ts:147

STT-generated transcript of the audio.