TextToSpeechContent

type TextToSpeechContent = {
    language: string,
    content: string
}

Last updated