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

Properties

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