interface TTSOptions {
    instructions?: string;
    location?: string;
    model: string;
    project?: string;
    vertexai: boolean;
    voiceName: string;
}

Properties

instructions?: string
location?: string
model: string
project?: string
vertexai: boolean
voiceName: string