Represents a transcription response returned by model, based on the provided input.

interface Transcription {
    text: string;
}

Properties

Properties

text: string

The transcribed text.