Interface AudioIndexResult

Result of indexing an audio file into the vector store.

See

AudioIndexOptions for the input shape.

interface AudioIndexResult {
    id: string;
    transcript: string;
}

Properties

Properties

id: string

Unique document ID in the vector store.

transcript: string

STT-generated transcript of the audio.